[Mono-bugs] [Bug 431618] mono --trace generates HUGE log for simple program
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Jun 14 14:25:44 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=431618
User aaragoneses at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=431618#c8
Andrés G. Aragoneses <aaragoneses at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |NEW
Info Provider|aaragoneses at novell.com |
Summary|[regression] mono --trace |mono --trace generates HUGE
|falls in an infinite loop |log for simple program
--- Comment #8 from Andrés G. Aragoneses <aaragoneses at novell.com> 2009-06-14 12:25:42 MDT ---
Atsushi: sorry for the delay. Let's forget about MWF now, because, with this
simple program, the LOG is huge and the program just has to generate an
exception:
static int Main ()
{
System.Net.WebRequest.Create
("http://127.0.0.1:0/non-existant.txt").GetResponse ();
return 0;
}
So if you don't redirect the output to a file, you'll always have the feeling
that is infinite. So, is the fact that the log is huge a bug? It generates a 59
MB file for me, and most of it is logging of a lot of methods used in the
System.Xml namespace. Should it spend so long in that setup operations?
--
Configure bugmail: http://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