This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/21830] New: catchsegv.sh does not handle backtraces with parentheses


https://sourceware.org/bugzilla/show_bug.cgi?id=21830

            Bug ID: 21830
           Summary: catchsegv.sh does not handle backtraces with
                    parentheses
           Product: glibc
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: jmagnusj at gmail dot com
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

__backtrace_symbols_fd() sometimes writes output in the format

   program(main+<offset>)[<address>]

but catchsegv.sh can only parse the format

   program[<address>]

.

Source references:

https://sourceware.org/git/?p=glibc.git;a=blob;f=debug/backtracesymsfd.c;h=f34a35d6c38c7fbd67e579a996448c17cd316ffa;hb=HEAD#l61

https://sourceware.org/git/?p=glibc.git;a=blob;f=debug/catchsegv.sh;h=db4154a362a2f67d10e4ca2d23de0deebf31a3d7;hb=HEAD#l90

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]