dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] Re: [DotGNU] Bug in Pnet


From: ktreichel
Subject: [Pnet-developers] Re: [DotGNU] Bug in Pnet
Date: Mon, 30 Oct 2006 09:09:13 +0100

Hi Russel,

as much as i can see is that there is a segfault with this program with jit and 
cvm.

With jit  the problem is on the return from the finally handler.

Looks like the stack is messed up there somewhere.

Btw. I've checked on cygwin.

Klaus

> -----Ursprüngliche Nachricht-----
> Von: Russell Stuart <address@hidden>
> Gesendet: 30.10.06 04:18:12
> An: DotGnu-Develop <address@hidden>
> Betreff: [DotGNU] Bug in Pnet


> This following code causes ilrun to die with a segmentation 
> violation on my Linux 2.6.17 i386 machine.  I am trying to
> fix it now.  In the mean time, if anybody has an Ah Ha!
> moment that can save me some time, please let me know.
> 
>   Jabber: address@hidden
>   MSN:    address@hidden
>   yahoo:  rstuart4133
>   ICQ:    159665522
>   or email ...
> 
> 
> class X {
>   public static void Main()
>   {
>     try {}
>     finally {
>       try {
>       throw new Exception();
>       }
>       catch (Exception e) {}
>     }
>   }
> }
> 
> 
> _______________________________________________
> Developers mailing list
> address@hidden
> http://dotgnu.org/mailman/listinfo/developers


_______________________________________________________________________
Viren-Scan für Ihren PC! Jetzt für jeden. Sofort, online und kostenlos.
Gleich testen! http://www.pc-sicherheit.web.de/freescan/?mc=022222



reply via email to

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