http://bugzilla.novell.com/show_bug.cgi?id=499442
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=499442#c3 Jonathan Pryor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|[email protected] | Resolution| |FIXED --- Comment #3 from Jonathan Pryor <[email protected]> 2009-05-01 14:22:11 MDT --- Fixed in r133291. 2009-05-01 Jonathan Pryor <[email protected]> * DiagnosticsConfigurationHandler.cs: Don't refer to TraceImpl member while reading the .config file, instead cache the values and refer to the cached values during initialization. This prevents recursive initialization calls (Trace.OnInit() ... Trace.Listeners.Add() ... Trace.OnInit() ...), and associated duplicate parsing of .config file sections. Fixes bnc#499442. * TraceImpl.cs: Cope with DiagnosticsConfigurationHandler changes. * TraceListenerCollection.cs: Add internal Add(TraceListener,TraceImplSettings) method for adding TraceListeners during DiagnosticsConfigurationHandler initialization (which can't access TraceImpl, as we may still be reading the .config file to determine the TraceImpl values). -- 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
