Hi!

On Tue, Nov 04, 2008 at 09:57:37AM -0300, Phillip N. wrote:
> It would be greate if anyone can help test thing out so no problems come
> after the upgrade (next week).
I am trying to figure out what change between 1.2.5.1 and 1.2.6 made
exception handling failing for a while but with no success yet.

The following will hang forever:
| Ex x = null;
|
| try {
|       x.p = 1;
| } catch (NullReferenceException) {
|       return 0;
| }
| return 1;
(extracted from the mono/tests/exception.cs file)

Having all regression-tests passing is an absolute requirement before
submitting anything I guess.

Any help highly welcomed!

Kind regards,
Romain

-- 
Romain Tartière <[EMAIL PROTECTED]>        http://romain.blogreen.org/
pgp: 8DAB A124 0DA4 7024 F82A  E748 D8E9 A33F FF56 FF43 (ID: 0xFF56FF43)
(plain text =non-HTML= PGP/GPG encrypted/signed e-mail much appreciated)

Attachment: pgprfl592EjRn.pgp
Description: PGP signature

Reply via email to