<div>Hi everybody,</div>
<div>&nbsp;</div>
<div>I am trying to run an application on Linux&nbsp;<font face="Calibri">Kernel 2.6.19, gcc version 3.4.6&nbsp;and&nbsp;&nbsp;glibc 2.3.6 with Kaffe 1.1.7.</font></div>
<div><font face="Calibri">I am building the kaffe with following parameters:</font></div>
<div><font face="Calibri">
<p>CURDIR=/home/spasova/project/java-vm/kaffe-1.1.7/bin<br>export PKG_CONFIG_PATH=/opt/gnome/lib/pkgconfig/</p>
<p><br>mkdir -p $CURDIR/jnilib</p>
<p>make clean all<br>./configure --prefix=$CURDIR&nbsp; --disable-dependency-tracking&nbsp; --enable-shared&nbsp; --enable-fast-install&nbsp; --enable-portable-native-sync&nbsp; --disable-alsa&nbsp; --disable-dssi&nbsp; --disable-gtk-peer&nbsp; --disable-boehm-gc-configuration&nbsp; --disable-mips2&nbsp; --disable-native-awt&nbsp; --disable-xawt-xi18n&nbsp; --disable-alsatest --disable-esdtest&nbsp; --disable-sound&nbsp; --enable-binreloc&nbsp; --enable-binreloc-threads --without-libiconv-prefix --without-libintl-prefix&nbsp; --with-engine=intrp&nbsp; --with-threads=unix-pthreads--without-alsa --without-esd --with-system-zlib --with-extensions=all,comm,microsoft
<br></p>
<p>My application is&nbsp;running O.K with this kaffe build till I should use the method AttacheCurrentThread(). Then I recieve the following error:</p>
<p>Internal error: caught an unexpected exception.<br>Please check your CLASSPATH and your installation.<br>java/lang/StackOverflowError<br>This error may occur because the stack size is not sufficient.<br>Try to increase the stack size using &#39;ulimit -s&#39; or with the &#39;-ss&#39;
<br>option on kaffe.<br>Internal error: caught an unexpected exception.<br>Please check your CLASSPATH and your installation.<br>java/lang/NullPointerException<br>./run.sh: line 23: 22148 Aborted&nbsp; </p>
<p>After additional debugging I have found that there is a problem in setspecific() methode</p>
<p>I am shure that i make an error by building the kaffe VM. Could somebody help me ant tell me the right parameters. I need and use in my application jni and pthreads</p>
<p>Thanks</p>
<p>With best regards</p>
<p>Vela Spasova</p></font></div>