On Sat, 2009-06-20 at 23:00 +0200, Tomek Grabiec wrote:
> All VM natives should be placed in a .vm_native section to allow
> stack traversal functions to distinguish between regular native functions
> and native functions which implement native java methods. The former
> ones do not appear in stack trace but the latter do.
> 
> Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>

I tried applying patches 13-17 of this series but I'm getting this:

  REGRESSION
SIGSEGV at EIP 08072fe0 while accessing memory address 00000000.
Registers:
 eax: 00000003   ebx: bf852c04   ecx: 40361310   edx: 00000001
 esi: 00000002   edi: bf85339c   ebp: bf852bc4   esp: bf852b98
Native stack trace:
 [<08072fe0>] called_from_jit_trampoline+a 
(/home/penberg/src/jato/arch/x86/stack-frame.c:115)
 [<4001a40c>] <unknown>
 [<0807b6c5>] skip_frames_from_class+60 
(/home/penberg/src/jato/vm/stack-trace.c:208)
 [<08084e6e>] vm_throwable_fill_in_stack_trace+3a 
(/home/penberg/src/jato/vm/stack-trace.c:389)
 [<0aea402b>] <unknown>
 [<0a900e38>] <unknown>
 [<4037a900>] <unknown>
 [<4037a900>] <unknown>
 [<4037a900>] <unknown>
jvm.IntegerArithmeticTest FAILED. Expected 0, but was: 1.
run-suite.sh: line 6:  7270 Segmentation fault      $GDB ../jato 
-Dgnu.classpath.boot.library.path=$GNU_CLASSPATH_ROOT/lib/classpath 
-Xbootclasspath:$BOOTCLASSPATH $JAVA_OPTS -cp . $JAVA_CLASS
jvm.ExceptionsTest FAILED. Expected 0, but was: 139.
Tests FAILED.

Hmm?


------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to