[Mono-bugs] [Bug 78230][Nor] Changed - Access Denied error related to deleting and accessing of .CS files generated during XmlSerialization object creation from multiple threads/processes on the same machine

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu May 4 07:21:14 EDT 2006


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 lluis at ximian.com.

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

--- shadow/78230	2006-05-04 07:13:19.000000000 -0400
+++ shadow/78230.tmp.12691	2006-05-04 07:21:14.000000000 -0400
@@ -119,6 +119,18 @@
 I would once again request MONO team to provide a fix for this issue 
 ASAP.
 
 ------- Additional Comments From lluis at ximian.com  2006-05-04 07:13 -------
 I can't reproduce the crash with the test case you provided. I tried
 1.1.13.6 and HEAD. Can you please confirm that it also fails on Linux?
+
+------- Additional Comments From lluis at ximian.com  2006-05-04 07:21 -------
+Here is something you can try. Define the env variable
+MONO_XMLSERIALIZER_DEBUG=yes, and run the test. At some point, you
+sould see in the output of the app a message like this:
+
+Generating /tmp/26350.cs
+
+It means that a serializer is being generated in that file. It would
+be interesting to see which files are generated when you get the
+error. If two serializers are generated with the same file name, then
+something may be wrong with unique temp file creation.


More information about the mono-bugs mailing list