[Mono-bugs] [Bug 442027] Loop doesn't cause managed exception
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Nov 5 16:27:15 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=442027
User aaragoneses at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=442027#c1
--- Comment #1 from Andrés G. Aragoneses <aaragoneses at novell.com> 2008-11-05 14:27:14 MST ---
It's wierd because with this type of test program, this bug doesn't happen:
class MainClass
{
public static void Main(string[] args)
{
Main (args);
}
}
However, with a more complex one like the one am testing, it happens.
Running my program with mono --debug --trace has generated an unmanaged
exception, and a 500 MB file. I've compressed it and uploaded it to here, in
case you want to diagnose:
http://rapidshare.com/files/161001108/out.txt.bz2.html
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list