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 threads/9635] Cannot find new threads: generic error


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

--- Comment #5 from Pedro Alves <pedro at codesourcery dot com> 2011-05-27 10:49:48 UTC ---
Thanks for the testcase.  It makes the problem dead obvious --- GDB is looking
up symbols in the globally, instead of on the object thread_db requests.

I've attached a proposed fix.  My thread_db always passes in a basenamed
obj=libpthread.so.0.  Not sure that'll always be the case.  Anyone know
otherwise?

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