I'm trying to move a utility I wrote to import records to a database from NT
to Solaris (pointing to the same database). The program compiles just fine,
but as soon as the first call to EOF I get the following error. It looks
like its a Java problem, but the program is written in Objective-C.
Anyone know what this means?
Thanks
###
FATAL: cthread_get_java_vm_stack_base key not created!
: No such file or directory
SIGSEGV 11* segmentation violation
si_signo [11]: SIGSEGV 11* segmentation violation
si_errno [0]: Error 0
si_code [-1]: SI_LWP [pid: 18176, uid: 1000]
stackbase=0, stackpointer=EFFFE304
Full thread dump:
"SIGQUIT handler" (TID:0xed300298, sys_thread_t:0xbcdd8, state:R,
thread_t: t@5, sp:0x0 threadID:0xee530dd0, stack_base:0xee530d64,
stack_size:0x20000) prio=0
"Finalizer thread" (TID:0xed300088, sys_thread_t:0xbcd48, state:CW,
thread_t: t@4, sp:0x0 threadID:0xee620dd0, stack_base:0xee620d64,
stack_size:0x20000) prio=1
"main" (TID:0xed3000b0, sys_thread_t:0xbc9d0, state:R, thread_t: t@1,
sp:0x0 threadID:0x22408, stack_base:0x0, stack_size:0x800000) prio=5
*current thread*
Monitor Cache Dump:
Registered Monitor Dump:
Thread queue lock: <unowned>
Name and type hash table lock: <unowned>
String intern lock: <unowned>
JNI pinning lock: <unowned>
JNI global reference lock: <unowned>
BinClass lock: <unowned>
Class loading lock: <unowned>
Java stack lock: <unowned>
Code rewrite lock: <unowned>
Heap lock: <unowned>
Has finalization queue lock: <unowned>
Finalize me queue lock: <unowned>
Waiting to be notified:
"Finalizer thread" (0xbcd48)
Monitor registry: owner "main" (0xbc9d0, 1 entry)
Abort (core dumped)