Hi Tomek,

On Sat, 2009-05-16 at 22:53 +0200, Tomek Grabiec wrote:
> Signed-off-by: Tomek Grabiec <[email protected]>

I have applied the patch series. However, if I run the following piece
of code:

  public class Exceptions {
    public static void main(String[] args) {
      try {
        throwException();
      } catch (Exception e) {
  //    System.out.println("Exception caught");
      }
    }

    private static void throwException() {
       throw new RuntimeException();
    }
  }

I get this error:

penb...@penberg-laptop:~/src/jato$ ./scripts/java Exceptions
SIGSEGV at EIP bf97e6c5 while accessing memory address 97f763c6.
Registers:
 eax: 09743012   ebx: bf97e609   ecx: 090f0f88   edx: 090f2f90
 esi: afd3753c   edi: 00000007   ebp: afd37640   esp: bf97e58c
Native stack trace:
 [<bf97e6c5>] <unknown>
 [<b807d40c>] <unknown>

I did do some cleanups to your code but they should not have any
functional changes and all your regression tests passed with the
cleanups.

                        Pekka



------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Jatovm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to