i solve the problem if i used the jdk1.5

platfrom: fc5, gcc-3.4.6, jdk1.5

and i find that the java replaced ij..     :-)
and i use the new java to compile my application, however new problem
encounters,
there is no error information comes out,  it seems that it has stopped to
compile the
application, but still running.

so i use gdb to trace it,  and i use bt commond, you can see the stack.


(gdb) run -jar EIOffice.jar
Starting program:
/home/ustczz/harmony/enhanced/drlvm/trunk/build/deploy/jre/bin/java.exec
-jar EIOffice.jar
Reading symbols from shared object read from target memory...done.
Loaded system supplied DSO at 0x988000
[Thread debugging using libthread_db enabled]
[New Thread -1208674624 (LWP 3512)]
[New Thread 76307360 (LWP 3515)]
[New Thread 31476640 (LWP 3516)]
[New Thread 52206496 (LWP 3519)]
[New Thread 87272352 (LWP 3520)]
[New Thread 97762208 (LWP 3521)]
[New Thread 115604384 (LWP 3524)]
[Thread 115604384 (LWP 3524) exited]
[New Thread 115604384 (LWP 3525)]
[New Thread 134413216 (LWP 3526)]
[Thread 115604384 (LWP 3525) exited]
[Thread 87272352 (LWP 3520) exited]


Program received signal SIGINT, Interrupt.
[Switching to Thread -1208674624 (LWP 3512)]
0x00988402 in __kernel_vsyscall ()
(gdb) ps ax
Undefined command: "ps".  Try "help".
(gdb) bt
#0  0x00988402 in __kernel_vsyscall ()
#1  0x0024f48c in pthread_cond_timedwait@@GLIBC_2.3.2 () from
/lib/libpthread.so.0
#2  0x001d5098 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libc.so.6
#3  0x00f6df0a in vm_wait_for_single_object (hHandle=140436112,
dwMillisec=2000)
   at
/home/ustczz/harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/linux/os_wrapper.cpp:285
#4  0x00f7f8f8 in wait_until_non_daemon_threads_are_dead ()
   at
/home/ustczz/harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/thread_generic.cpp:918
#5  0x00f04207 in Java_java_lang_VMStart_joinAllNonDaemonThreads
(jenv=0x113b0f0, starter=0xbfa70bf4)
   at
/home/ustczz/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/java_lang_VMStart.cpp:29
#6  0x002b7da0 in ?? ()
#7  0x0113b0f0 in java_vm () from
/home/ustczz/harmony/enhanced/drlvm/trunk/build/deploy/jre/bin/libvmcore.so
#8  0xbfa70bf4 in ?? ()
#9  0x00010009 in ?? ()
#10 0x00000000 in ?? ()

I hope the trace can help to find the problem, and thank you for solving it
:-)

Reply via email to