Skip to content

debug-info/limited-debuginfo.rs failure #12877

Closed
@emberian

Description

@emberian
        error: line not found in debugger output: static void [...]main();
        command: gdb -quiet -batch -nx -command=x86_64-unknown-linux-gnu/test/debug-info/limited-debuginfo.debugger.script x86_64-unknown-linux-gnu/test/debug-info/limited-debuginfo.stage2-x86_64-unknown-linux-gnu
        stdout:
        ------------------------------------------
        All defined functions:

        File /home/cmr/hacking/rust/src/test/debug-info/limited-debuginfo.rs:
        static void limited-debuginfo::main(void);
        static void limited-debuginfo::some_function(void);
        static void limited-debuginfo::some_other_function(void);
        static void limited-debuginfo::zzz(void);

I think this might be because my terminal is too wide, or perhaps gdb version differences?

cc @michaelwoerister

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)A-testsuiteArea: The testsuite used to check the correctness of rustc

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions