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=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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
