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 gdb/8811] multithreaded application debug fails on GNU/Linux + gcc + c/c++


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

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |palves at redhat dot com

--- Comment #2 from Pedro Alves <palves at redhat dot com> ---
Works for me, both 7.7, and current master.  Using master:

(gdb) r
Starting program: /tmp/a.out 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
[New Thread 0xf7fc1b40 (LWP 24267)]
Starting s
[New Thread 0xf77c0b40 (LWP 24268)]
[New Thread 0xf6fbfb40 (LWP 24269)]
Empty
Start waiting 0
[Thread 0xf77c0b40 (LWP 24268) exited]
[New Thread 0xf65ffb40 (LWP 24270)]
Start waiting 1
[New Thread 0xf77c0b40 (LWP 24271)]
Finished s
Start waiting 2
[Thread 0xf7fc1b40 (LWP 24267) exited]
[New Thread 0xf5dfeb40 (LWP 24272)]
[New Thread 0xf55fdb40 (LWP 24273)]
[New Thread 0xf4bffb40 (LWP 24274)]
Empty
Empty
Empty
Finished waiting 2
Finished waiting 1
[Thread 0xf4bffb40 (LWP 24274) exited]
[Thread 0xf55fdb40 (LWP 24273) exited]
[Thread 0xf5dfeb40 (LWP 24272) exited]
[Thread 0xf77c0b40 (LWP 24271) exited]
[Thread 0xf65ffb40 (LWP 24270) exited]
Finished waiting 0
[Thread 0xf6fbfb40 (LWP 24269) exited]
[Inferior 1 (process 24263) exited normally]
(gdb) 

Closing as fixed.

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