[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug in gdb
From: |
Sailesh Chandran |
Subject: |
bug in gdb |
Date: |
Mon, 02 Apr 2001 00:17:51 +0530 |
hi,
we are creating Java virtual machine in our C program. When using gdb,
the code dumps while creating JVM ie in function JNI_CreateVM(&jvm,(void
**)&env,&vm_args).
The core dump is some what similar to the following.
[New Thread 1378 (manager thread)]
[New Thread 1373 (initial thread)]
[New Thread 1379]
[Switching to Thread 1379]
Program recieved signal SIGSYS, Bad system call.
0x402d6b2e in sigsuspend () at
../sysdeps/unix/sysv/linux/sigsuspend.c:59
59 ../sysdeps/unix/sysv/linux/sigsuspend.c: No such file or
directory.
But the code works fine without gdb.
please suggest a solution.
pramod
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug in gdb,
Sailesh Chandran <=