Re: [Sablevm-developer] Found deadlock in Class.getConstructor(Class[]).newInstance(Objects[])
Brought to you by:
egagnon
From: Clark V. <cl...@CS...> - 2004-04-15 18:41:30
|
> Any Ideas howto generate SIGQUIT on a german keyboard? (Strg+c doesn't > print out anything, it just quits sablevm). Irrespective of keyboard localization you should still be able to use the 'kill' command to send a signal to a process: eg, "kill -QUIT 12345". -- ttfn, clark cl...@cs... On Thu, 15 Apr 2004, Clemens Eisserer wrote: > Hi Etienne! > > > SableVM will dump a stack trace during execution when you cause a SIGQUIT > > signal. On most systems you do this by pressing Ctrl-\ (Control key > > and "\" > > key together). It gives much more information than a simple gdb stack > > dump > > which does not tell us about the content of the Java stack. > > I've a german keyboard, where "/" is generated by pressing the "big"-key > (=write letters big) and the "7"-key. > Pressing STRG+7 and Strg+big+7 don't work. > > Any Ideas howto generate SIGQUIT on a german keyboard? (Strg+c doesn't > print out anything, it just quits sablevm). > > > I you have time, it would be grat if you also sent a minimal complete > > piece > > of code that I could simply "compile and run" to exhibit the problem. > > Currently I'm really very stressed, maybe I can find some time.. > > lg Linuxhippy > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Sablevm-developer mailing list > Sab...@li... > https://lists.sourceforge.net/lists/listinfo/sablevm-developer > > |