This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

Re: [Fwd: Re: patch to ignore SIGPWR and SIGXCPU (used by pthreads)]


Bryce McKinlay wrote:
> Ideally the GC should just use "real-time" signals for the thread 
> suspend/resume on systems which support them. GDB won't stop on an RT 
> signal. Linux didn't support them until a few years ago but it should be 
> easy enough to do a configure test instead of the "# if 
> defined(GC_HPUX_THREADS) || defined(GC_OSF1_THREADS)" that is currently 
> done in boehm-gc/linux_threads.c.

Is this easy to fix?  I have no idea how to use "real-time signals".
I really would like to fix either the Java runtime or gdb so people
debugging Java programs don't have to issue 'handle' commands.  That
is just not acceptable.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


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