This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

JNI calling "system" function crashes


I've minimized the problem leading to a crash when the function
"int system(const char *)" is called from a JNI method.

In such a case it gives the message :


****** /home/noer/src/b20/comp-tools/devo/winsup/exceptions.cc:348 __get_signal_mutex failed, res -1, error 6

before it crashes.

If you would like to take a closer look, I attached here the jni_sys.tar.gz
minimum program that shows it, but I'm quite confident the problem is known.

The way it crashes is like when you mix two runtimes. But I verified that
when we compile within cygwin runtime, the "system()" prototype is :

int    system   (const char *__string)  ;

wich is in the file :

/cygnus/cygwin-b20/H-i586-cygwin32/lib/gcc-lib/i586-cygwin32/egcs-2.91.66/../../../../i586-cygwin32/
include/stdlib.

and the implemetation we link with is in :

/Cygnus/cygwin-b20/H-i586-cygwin32/i586-cygwin32/lib/libcygwin.a

Mumit Khan wrote :
> Can you try with the Mingw runtime and see if the problem persists?

I tried the minimum program with mingw and it works fine; but when I try to
use mingw for a more serious program the linker lacks some symbols like :

_impure_ptr
sbrk
sysconf
gettimeofday
times
getuid
getpwuid
uname
getdomainname


did anyone encounter this problem ? I appreciate your help.
Regards
-- 
Isselmou OULD DELLAHY

jni_sys.tar.gz

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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