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 #13 from Josh Matthews <josh at joshmatthews dot net> 2011-06-23 18:08:53 UTC ---
Thank you so much for doing this work. Applying all three patches to trunk
allowed me to run a debug build of Firefox for the first time. I did see a
bunch of output like this at first:

warning: can't find section '.const' in OSO file
/Users/jdm/src/mozilla-central/obj-ff-dbg/nsprpub/pr/src/io/./prscanf.o
warning: can't find section '.const' in OSO file
/Users/jdm/src/mozilla-central/obj-ff-dbg/nss/nssutil/dertime.o
warning: can't find section '*UND*' in OSO file
/Users/jdm/src/mozilla-central/obj-ff-dbg/toolkit/library/../../content/smil/nsSMILRepeatCount.o
warning: can't find section '*UND*' in OSO file
/Users/jdm/src/mozilla-central/obj-ff-dbg/toolkit/library/../../dist/lib/libcrmf.a(crmftmpl.o)

but it ran. The next time I tried, I saw this assertion after that earlier
spew:

machoread.c:392: internal-error: macho_add_oso_symfile: Assertion
`current_oso.symbol_table == NULL' failed.

But that's progress!

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