I am trying to run oracle's Java SE for Embedded 6 (http://www.oracle.com/technetwork/java/javame/embedded/download/javase/inde x.html) on the mpc8544ds distribution (version 4.2). There is a version for the e500v2 core that I think should work, but when I run "java -version", I get a segfault and core dump. If I load the dump into gdb, I get the following stack trace:
(gdb) bt #0 0x0ffa3e20 in pthread_getspecific () from /lib/libpthread.so.0 #1 0x0fc6cb4c in ?? () from /opt/ejre1.6.0_25/lib/ppc/client/libjvm.so #2 0x0fbb3edc in JVM_handle_linux_signal () from /opt/ejre1.6.0_25/lib/ppc/client/libjvm.so #3 0x0fbaba6c in ?? () from /opt/ejre1.6.0_25/lib/ppc/client/libjvm.so #4 <signal handler called> #5 0x480ec4e0 in ?? () #6 0x480ec4d4 in ?? () #7 0x480ec4d4 in ?? () #8 0x51f60da0 in ?? () Backtrace stopped: previous frame inner to this frame (corrupt stack?) I am new to this, so am not sure where to look next. Any ideas would be greatly appreciated. Eric _______________________________________________ eldk mailing list [email protected] http://lists.denx.de/mailman/listinfo/eldk
