This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: debugging threads vs processes
- To: jpolsonaz at mac dot com
- Subject: Re: debugging threads vs processes
- From: Tom Tromey <tromey at redhat dot com>
- Date: 13 Jul 2001 10:54:10 -0600
- Cc: "Jeff Sturm" <jsturm at one-point dot com>, "Per Bothner" <per at bothner dot com>, <java-discuss at sources dot redhat dot com>
- References: <200107131537.IAA15814@smtpout.mac.com>
- Reply-To: tromey at redhat dot com
>>>>> ">" == jpolsonaz <jpolsonaz@mac.com> writes:
>> Has anybody tried using IBM's new Linux threading library with GCJ?
Not as far as I know.
>> My personal experience with the currently released LinuxThreads is
>> that multi-threaded applications are almost undebuggable.
>> LinuxThreads currently has a bug that causes all threads to wakeup
>> from semaphores the first time you connect a debugger to the
>> process.
Interesting. I wasn't aware of that.
Tom