|
Sources Bugzilla – Full Text Bug Listing |
| Summary: | Rapidly exiting threads cause problems on attach+continue on Solaris | ||
|---|---|---|---|
| Product: | gdb | Reporter: | Paul Pluzhnikov <ppluzhnikov> |
| Component: | threads | Assignee: | Not yet assigned to anyone <unassigned> |
| Status: | UNCONFIRMED --- | ||
| Severity: | normal | CC: | gdb-prs |
| Priority: | P2 | ||
| Version: | unknown | ||
| Target Milestone: | 7.1 | ||
| Host: | i386-pc-solaris2.10 | Target: | i386-pc-solaris2.10 |
| Build: | i386-pc-solaris2.10 | Last reconfirmed: | |
|
Description
Paul Pluzhnikov
2009-10-31 17:25:21 UTC
Subject: Re: New: Rapidly exiting threads cause problems on attach+continue on Solaris On Saturday 31 October 2009 17:25:22, ppluzhnikov at google dot com wrote: > Another failure I've seen: > > (gdb) b foo > Breakpoint 1 at 0x8050ab2: file manythreads.c, line 10. > (gdb) commands 1 > Type commands for when breakpoint 1 is hit, one per line. > End with a line saying just "end". > >silent > >c > >end > (gdb) c > Continuing. > [LWP 2236 exited] > [New LWP 2247 ] > [LWP 2235 exited] > [LWP 2246 exited] > sol_thread_fetch_registers: td_ta_map_id2thr: no thread can be found to satisfy > query May be related to PR7860. |