[Mono-bugs] [Bug 82355][Nor] New - system.diagnostics setting is not find in mkbundled machine.config

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Aug 7 13:48:48 EDT 2007


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 pmladek at suse.cz.

http://bugzilla.ximian.com/show_bug.cgi?id=82355

--- shadow/82355	2007-08-07 13:48:48.000000000 -0400
+++ shadow/82355.tmp.14406	2007-08-07 13:48:48.000000000 -0400
@@ -0,0 +1,58 @@
+Bug#: 82355
+Product: Mono: Runtime
+Version: 1.2
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: pmladek at suse.cz               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: system.diagnostics setting is not find in mkbundled machine.config
+
+Description of Problem:
+
+A binary with mkbundled machine.config is not able to find
+system.diagnostics setting. It looks like a regression.
+
+
+Steps to reproduce the problem:
+1. unpack the attached odf-converter-1.0.4.1.tar.gz
+2. cd odf-converter-1.0.4.1
+3. make
+4. cd source/Shell/OdfConverterTest
+5. install the attached EL_Fax_PL.docx in the current directory
+6. run "OdfConverter /DOCX2ODT /LEVEL 1 /I EL_Fax_PL.docx /O EL_Fax_PL.odt"
+
+
+Actual Results:
+
+[INFO][EL_Fax_PL.docx] Converting file: EL_Fax_PL.docx into EL_Fax_PL.odt
+[ERROR][EL_Fax_PL.docx] Conversion failed - Error during conversion
+[DEBUG][EL_Fax_PL.docx] INTERNAL configuration error: failed to get
+configuration 'system.diagnostics'(  at
+System.Diagnostics.DiagnosticsConfiguration.get_Settings () [0x00000] 
+
+
+Expected Results:
+
+The conversion should finish without any error.
+
+
+How often does this happen? 
+
+Always with mono-1.2.5.
+
+
+Additional Information:
+
+It works with mono-1.2.20070128. So, it might be a regression.
+
+According to the strace.1.log, the binary searches for
+/usr/etc/mono/2.0/machine.config. It works after I put it there.


More information about the mono-bugs mailing list