From: <ste...@ex...> - 2003-06-30 05:53:09
|
Hello all, what does exactly mean the following warnings ? ==27845== valgrind's libpthread.so: KLUDGED call to: pthread_getattr_np ==27845== valgrind's libpthread.so: KLUDGED call to: pthread_attr_getstackaddr Could it have something to do with the error message I get from the libjvm.so when I try to start the Java runtime from my program ? Fatal: Stack size too small. Use 'java -Xss' to increase default stack size. Abort I have set VG_PHTREAD_STACK_SIZE to 4 MB, I just can't believe the JVM needs more stack for its threads... Regards, Stephane Donze |