Re: signal handler and JNI

2006-02-21 Thread Alex Dupre
Alex Dupre alexdupre.com> writes: > Yes, I've read it before posting to the list, but I cannot see where it > explains why I should call a print function to get the signal handled. > And not every print function, sprintf() doesn't work, printf() with empty > string

Re: signal handler and JNI

2006-02-20 Thread Alex Dupre
oesn't work, printf() with empty string doesn't work, currently I succeded with printf() and putc() to stdout and /dev/null (that's the workaround I'm using now, since I don't want anything printed out). I'd like to know if there is another or more appropriate fu

signal handler and JNI

2006-02-20 Thread Alex Dupre
ndatory under cygwin, but why should I print something to have to signal handled? Any suggestions? -- Alex Dupre -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: