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 shlibs/11488] fsf gdb x86_64-apple-darwin crashes when loadinglibraries due to an endless loop


http://sourceware.org/bugzilla/show_bug.cgi?id=11488

--- Comment #6 from Fawzi Mohamed <fawzi at gmx dot ch> 2011-06-20 10:28:34 UTC ---
Created attachment 5806
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5806
workaround for this bug on mac

A minimal workaround for the 7.2 branch to avoid the infinite loop triggered by
libobjc.A.dylib .
This is what apple gdb does, it skips dwarf2_build_frame_info when there is no
dwarf information. Apple version might still do it if the user forces the use
of eh info, something that is off by default.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]