Re: back trace in GDB

2002-04-30 Thread Michael Snyder
Praveen Kumar wrote: > > Hi > I am try to analyse a core dump when running a java > application. > I using the command > gdb /usr/java/bin/sparc/native_threads/java core > > info threads > > instead of showing the top frame of each thread shows > addresslocation in ?? () > > I th

back trace in GDB

2002-04-29 Thread Praveen Kumar
Hi I am try to analyse a core dump when running a java application. I using the command gdb /usr/java/bin/sparc/native_threads/java core info threads instead of showing the top frame of each thread shows addresslocation in ?? () I think I am missing some env setting here. Any he