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
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