ffileppo wrote: >> Mark Wielaard wrote: >>> On Wed, 2008-11-05 at 09:24 +0100, ffileppo wrote: >>>> I tried your improvement but now I'm getting Segmentation Fault whenever I execute any GUI application. >>>> (Non-gui code is working fine) >>>> >>>> Do you have any idea to investigate this problem? >>> Run it under GDB and post a backtrace please. >> For what it's worth, I very much suspect that this will be a build >> problem. ffileppo, we also need to know what configure options you >> used. >> >> Andrew. >> > > > Hi, > > I tried rebuilding gcj (with Andrew's improvement) on a clean system > but I'm still getting Segmentation Fault when I run GUI applications on my embedded system. > > Here is configure : > > Configured with: ../configure --prefix=/root/WiTP/inst-gcc --with-sysroot=/root/WiTP/f8/rootfs-f8 --disable-libssp --disable-libgomp --disable-libmudflap --enable-libgcj --disable-bootstrap --disable-multilib --disable-sjlj-exceptions --target=arm-linux-gnueabi --enable-languages=c,c++,java --with-build-time-tools=/root/WiTP/binutils-inst/arm-linux-gnueabi/bin --with-ld=/root/WiTP/binutils-inst/arm-linux-gnueabi/bin/ld --with-nm=/root/WiTP/binutils-inst/arm-linux-gnueabi/bin/nm --with-strip=/root/WiTP/binutils-inst/arm-linux-gnueabi/bin/strip --with-as=/root/WiTP/binutils-inst/arm-linux-gnueabi/bin/as --with-float=soft --enable-java-awt=gtk --x-libraries=/root/WiTP/arm-rpm/usr/lib Unless you --enable-java-maintainer-mode the Java file won't be recompiled. Andrew.