Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=81296 --- shadow/81296 2007-05-07 15:44:27.000000000 -0400 +++ shadow/81296.tmp.3820 2007-05-07 15:49:16.000000000 -0400 @@ -10,12 +10,13 @@ Component: System AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: +Cc: [EMAIL PROTECTED],[EMAIL PROTECTED] Summary: System.Diagnostics configuration sometimes doesn't work Description of Problem: system.diagnostics section of application config sometimes doesn't work. I'll demonstrate it with a broken TraceSwitch, but I believe the same bug triggers also other problems. @@ -189,6 +190,14 @@ So if it's a System.Xml bug, it might be exception-related. ------- Additional Comments From [EMAIL PROTECTED] 2007-05-07 15:44 ------- Created an attachment (id=19194) proposed fix, or workaround, or whatever + +------- Additional Comments From [EMAIL PROTECTED] 2007-05-07 15:49 ------- +First of all, there was no error at filling trace level. It somehow +tries to open log.log twice, and the second attempt fails due to +exclusive write file share. + +I have no idea why config stuff is iterated twice, but I believe that +log files must be writable even if there was another logger. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
