I had an unfortunate idea if recompiling jdk13 from ports
on 5.0-RELEASE, and now java dumps core:
SIGBUS 10* bus error
Full thread dump Classic VM (1.3.1-p8-vladimir-030222-09:34, green threads):
"JTS-Login" (TID:0x28e8d2b0, sys_thread_t:0x82cbc80, state:R) prio=6
at java.net.InetAddressImpl.getLocalHostName(Native Method)
at java.net.InetAddress.<clinit>(InetAddress.java:393)
at java.net.Socket.<init>(Socket.java:101)
at jconnection.JTSConnection.createSocket(JTSConnection.java:158)
at jconnection.LoginThread.run(LoginThread.java:26)
"TimerQueue" (TID:0x28e80378, sys_thread_t:0x82cb680, state:CW) prio=5
at java.lang.Object.wait(Native Method)
at javax.swing.TimerQueue.run(TimerQueue.java:233)
at java.lang.Thread.run(Thread.java:484)
"Screen Updater" (TID:0x28e944b8, sys_thread_t:0x87ccc80, state:CW) prio=5
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:420)
at sun.awt.ScreenUpdater.nextEntry(ScreenUpdater.java:76)
at sun.awt.ScreenUpdater.run(ScreenUpdater.java:95)
"JTS-Dispatcher" (TID:0x28eaf098, sys_thread_t:0x86f7c80, state:CW) prio=5
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:420)
at jconnection.Data.wait2(Data.java:122)
at jconnection.Dispatcher.run(Dispatcher.java:46)
"JTS-Ping" (TID:0x28eb9468, sys_thread_t:0x86f7a80, state:CW) prio=5
at java.lang.Thread.sleep(Native Method)
at jconnection.JTSThread.sleep2(JTSThread.java:17)
<etc.>
Any ideas what could be wrong?
Thanks,
--
Vladimir