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/9817] GDB goes to 100% CPU usage indefinitely if pthread stack address is modified


------- Additional Comments From pedro at codesourcery dot com  2009-02-04 13:09 -------
Subject: Re:  New: GDB goes to 100% CPU usage indefinitely if pthread stack address is modified

Hi,

On Wednesday 04 February 2009 12:03:33, mihai dot stanescu at gmail dot com wrote:
> The particular thing about the program is that is doing a pthread_attr_setstack
> to setup the thread stack to a dynamically allocated memory area on heap.
> 
> pthread_attr_setstack(&attr, alignedStackBase, THREAD_STACK_SIZE -
> 2*PTHREAD_STACK_MIN)
> 

Any chance you have a minimal test app you could attach that reproduce
the problem?

There have been numerous fixes since gdb 6.8.  Could you please try
what happens with a recent gdb snapshot (or cvs head)?

Thanks,



-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]