Hey all.
I'm redirecting stdout and stderr to a little bytearrayOS logger, but
when an exception occurs in the main method of the program I get the
following. The vm seems to complete all its tasks - the logfile is
written out and all - but the vm still crashes looking for some
'Shutdown' class.
thanks
Jeff
---------------------------------------------------------------
Exception in thread "main"
*** panic: Can't find class java.lang.Shutdown
SIGABRT 6* abort (generated by abort(3) routine, also SIGIOT)
si_signo [6]: SIGABRT 6* abort (generated by abort(3)
routine, also SIGIOT)
si_errno [0]: Success
si_code [0]: SI_USER [pid: 12739, uid: 501]
stackpointer=0xefffc544
Full thread dump Classic VM (Blackdown-1.3.1-02b-FCS, native
threads):
"Finalizer" (TID:0x71caa528, sys_thread_t:0x723d8, state:CW,
native ID:0xc04) prio=8
at java.lang.Object.wait(Native Method)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java,
Compiled Code)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java,
Compiled Code)
at
java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:162)
"Reference Handler" (TID:0x71caa300, sys_thread_t:0x6a510,
state:CW, native ID:0x803) prio=10
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java, Compiled Code)
at
java.lang.ref.Reference$ReferenceHandler.run(Reference.java:110)
"Signal Dispatcher" (TID:0x71caa330, sys_thread_t:0x684b0,
state:CW, native ID:0x402) prio=5
"main" (TID:0x71caa1b0, sys_thread_t:0x2b560, state:R, native
ID:0x400) prio=5: pending=java.util.EmptyStackException
Monitor Cache Dump:
java.lang.ref.ReferenceQueue$Lock@71CAA540/71CE0468: <unowned>
Waiting to be notified:
"Finalizer" (0x723d8)
java.lang.ref.Reference$Lock@71CAA310/71CDFF98: <unowned>
Waiting to be notified:
"Reference Handler" (0x6a510)
Registered Monitor Dump:
PCMap lock: <unowned>
utf8 hash table: <unowned>
JNI pinning lock: <unowned>
JNI global reference lock: <unowned>
BinClass lock: <unowned>
Class linking lock: <unowned>
System class loader lock: <unowned>
Code rewrite lock: <unowned>
Heap lock: <unowned>
Monitor cache lock: owner "main" (0x2b560) 1 entry
Thread queue lock: owner "main" (0x2b560) 1 entry
Monitor registry: owner "main" (0x2b560) 1 entry
--------------------------------------------
__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]