[Mono-bugs] [Bug 47776][Wis] Changed - Unmanaged XslTransform no longer works

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 28 Aug 2003 07:22:47 -0400 (EDT)


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 vargaz@freemail.hu.

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

--- shadow/47776	2003-08-20 20:44:05.000000000 -0400
+++ shadow/47776.tmp.7648	2003-08-28 07:22:47.000000000 -0400
@@ -54,6 +54,16 @@
 I'm assigning this to the runtime because may be that pthread_mutex_destroy
 means anything to you...
 
 ------- Additional Comments From gonzalo@ximian.com  2003-08-20 20:44 -------
 By now, I'm commenting out the 2 lines in XslTransform.cs:Cleanup(),
 which seems to fix the problem.
+
+------- Additional Comments From vargaz@freemail.hu  2003-08-28 07:22 -------
+According to some docs and e-mails I found on the net, these
+functions should only be called _once_ on application shutdown. They
+can be called multiple times, but they might not be thread-safe. So
+calling them multiple times, as was done before, is obviously wrong.
+I have no idea why it worked before. The correct fix is the one you
+suggested: removing these calls altogether.
+
+