[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 02:08:46 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 apasumarthi at alliance-consulting.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78230
--- shadow/78230 2006-05-04 02:02:25.000000000 -0400
+++ shadow/78230.tmp.3776 2006-05-04 02:08:46.000000000 -0400
@@ -94,6 +94,27 @@
threads).
------- Additional Comments From apasumarthi at alliance-consulting.com 2006-05-04 02:02 -------
Created an attachment (id=16913)
Contains the screen shot of the exception stack and the sample source to replicate the issue
+
+------- Additional Comments From apasumarthi at alliance-consulting.com 2006-05-04 02:08 -------
+Hi,
+
+I attached a ZIP file containing the sample code to replicate this
+issue and also the screen shot of the exception stack using the same
+sample, when run on MONO 1.1.13.6 runtime.
+
+To replicate the issue you need to run two instance of the sample
+executable and hit enter key quickly on both the instances. This way
+both the instances try to create XmlSerializer objects for the same
+type (each process/instance uses 10 threads) and try to serialize and
+deserialize.
+
+My code is similar (_not_ exactly same) to the one shown in the
+attached sample code, but I do use the XmlSerializer objects from
+multiple threads and multiple instances of my executable would be
+running on the same system. This is what is causing the problem.
+
+I would once again request MONO team to provide a fix for this issue
+ASAP.
More information about the mono-bugs
mailing list