libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libunwind] Success!


From: Johan Walles
Subject: [libunwind] Success!
Date: Fri, 12 Dec 2003 14:28:42 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624

I have been able to create the following stack trace:

 0: RNI_jrockit_vm_NativeFluff_printInt+80
 1: jrockit/vm/NativeFluff.printInt(I)V+e0
 2: PrintInt.main([Ljava/lang/String;)V+20
 3: jrockit/vm/RNI.rniCallMethod2java()V+3c0
 4: callC2Java+14f0
 5: call_java+390
 6: jniCallStaticVoidMethodV+c0
 7: jniCallStaticVoidMethod+d0
 8: main+2150
 9: __libc_start_main+230
10: _start+80

Frame 0 is a native C function called from Java.
Frame 1 is the Java method stub.
Frame 2 is the main method of my Java class.
Frames 3-7 are JRockit's invocation of my main() method
Frame 8 is JRockit's main() function.
Frames 9-10 are libc's / Linux' invocation of JRockit's main() function

Frames 1-3 are dynamically generated.

I still have lots of cleaning up to do, but so far I haven't had any libunwind related problems.

Woho!

  //Johan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]