Skip to content

Missing function/file/line information in trace #3388

@carolynzech

Description

@carolynzech

I tried Exercise 2 of the Bounds checking and pointers section of the tutorial. I ran

cargo kani --harness bound_check --visualize --enable-unstable

with Kani version: 0.53.0-dev

I expected to see information about the function, file, and line, e.g.:

Step XXX: Function bound_check, File src/bounds_check.rs, Line 37

Instead, I saw this:

Step XXX: Function MISSING, File MISSING, Line 0

for every line of the trace.

Metadata

Metadata

Assignees

No one assigned

    Labels

    [C] BugThis is a bug. Something isn't working.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions