This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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 c++/16752] New: Crash when loading symbols


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

            Bug ID: 16752
           Summary: Crash when loading symbols
           Product: gdb
           Version: 7.7
            Status: NEW
          Severity: critical
          Priority: P2
         Component: c++
          Assignee: unassigned at sourceware dot org
          Reporter: vbotton at gmail dot com

Created attachment 7490
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7490&action=edit
The binary on which gdb crash

GDB crash when trying to parse the symbols of the attached binary.
The backtrace indicate a stack overflow, probably a infinite recursion : 

#0  0x00000000006f7536 in ?? ()
#1  0x00000000006f9e67 in ?? ()
#2  0x00000000006fa561 in ?? ()
#3  0x00000000006f6c4c in ?? ()
#4  0x00000000006f76d7 in ?? ()
#5  0x00000000006f7727 in ?? ()
#6  0x00000000006f79f9 in ?? ()
#7  0x00000000006f78ef in ?? ()
#8  0x00000000006f79f9 in ?? ()
#9  0x00000000006f6e93 in ?? ()
#10 0x00000000006f84b5 in ?? ()
#11 0x00000000006fa59e in ?? ()
#12 0x00000000006f6c4c in ?? ()
#13 0x00000000006f76d7 in ?? ()
#14 0x00000000006f7727 in ?? ()
#15 0x00000000006f79f9 in ?? ()
#16 0x00000000006f78ef in ?? ()
#17 0x00000000006f79f9 in ?? ()
#18 0x00000000006f6e93 in ?? ()
#19 0x00000000006f84b5 in ?? ()
#20 0x00000000006fa59e in ?? ()
#21 0x00000000006f6c4c in ?? ()
#22 0x00000000006f76d7 in ?? ()
#23 0x00000000006f7727 in ?? ()
#24 0x00000000006f79f9 in ?? ()
#25 0x00000000006f78ef in ?? ()
#26 0x00000000006f79f9 in ?? ()
#27 0x00000000006f6e93 in ?? ()
#28 0x00000000006f84b5 in ?? ()
#29 0x00000000006fa59e in ?? ()
#30 0x00000000006f6c4c in ?? ()
#31 0x00000000006f76d7 in ?? ()
#32 0x00000000006f7727 in ?? ()
#33 0x00000000006f79f9 in ?? ()
#34 0x00000000006f78ef in ?? ()
#35 0x00000000006f79f9 in ?? ()
#36 0x00000000006f6e93 in ?? ()
#37 0x00000000006f84b5 in ?? ()
#38 0x00000000006fa59e in ?? ()
#39 0x00000000006f6c4c in ?? ()
#40 0x00000000006f76d7 in ?? ()
#41 0x00000000006f7727 in ?? ()
#42 0x00000000006f79f9 in ?? ()
#43 0x00000000006f78ef in ?? ()
#44 0x00000000006f79f9 in ?? ()
#45 0x00000000006f6e93 in ?? ()
#46 0x00000000006f84b5 in ?? ()
#47 0x00000000006fa59e in ?? ()
#48 0x00000000006f6c4c in ?? ()
#49 0x00000000006f76d7 in ?? ()
#50 0x00000000006f7727 in ?? ()
#51 0x00000000006f79f9 in ?? ()
#52 0x00000000006f78ef in ?? ()

-- 
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]