Hi,
I am struggling debugging java-swing-jni application. If i run
my program using java command it runs fine but i need to debug my
program using gdb and when i do that it hangs in gdb mode i tried to
interrupt gdb and check the stack,
Program received signal SIGINT, Interrupt.
0x40126827 in __libc_pause ()
(gdb) where
#0 0x40126827 in __libc_pause ()
#1 0x40020795 in idle_loop (p=0x0)
at ../../../../../src/linux/hpi/green_threads/src/threads_md.c:1094
#2 0x4001fe9e in start_func (func=0x40020788 <idle_loop>,
args=0xbffff0e4)
at ../../../../../src/linux/hpi/green_threads/src/threads_md.c:290
(gdb)
I am not able to find out what is happening! Is this the problem with
green thread and native thread??
I am using Redhat Linux 6.0 with glibc2.1 and blackdown jdk1.2.
-Raj
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]