[kaffe] __SIGRTMIN undefined: kaffe/kaffevm/systems/unix-pthreads/thread-impl.c
Guilhem Lavaux
guilhem at kaffe.org
Sat Aug 7 01:16:50 PDT 2004
Ito Kazumitsu wrote:
>>>>>>"`" == Ito Kazumitsu <kaz at maczuka.gcd.org> writes:
>>>>>>":" == Guilhem Lavaux <guilhem at kaffe.org> writes:
>>>>>>
>>>>>>
>
>`> :> SIGUSR1 may be used but it is a problem for old LinuxThreads
>`> :> implementation. I can try SIGIO which should not be used in kaffe...
>`> :>
>`> :> In the meanwhile, I suggest you to put SIGUSR1 anyway.
>`>
>`> You mean "#define SIG_INTERRUPT SIGUSR1"?
>`>
>`> I tried this, but TestScript ./HelloWorldApp.java never ends.
>`>
>`> I also tried "#define SIG_INTERRUPT SIGIO", but GCTest failed.
>
>Then I tried "#define SIG_INTERRUPT 32" and all regression tests
>passed.
>
>This solusion is specific to my environment and just for your
>consideration.
>
>
>
Thank you Ito !
I'll try to clean up the signal allocation based on your testings.
Cheers,
Guilhem.
More information about the kaffe
mailing list