[Mono-bugs] [Bug 78029][Maj] Changed - Deadlock in PageParser

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Apr 11 14:40:45 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 robertj at gmx.net.

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

--- shadow/78029	2006-04-11 14:21:51.000000000 -0400
+++ shadow/78029.tmp.28898	2006-04-11 14:40:45.000000000 -0400
@@ -144,6 +144,18 @@
 Which GetType and whose ass is locked :-)? Do you mean GetFiles?
 
 
 ------- Additional Comments From gonzalo at ximian.com  2006-04-11 14:21 -------
 Oh, I mean in TemplateParser.cs:LoadType(), the first GetType ().
 That's the one that shows up in those stack traces.
+
+------- Additional Comments From robertj at gmx.net  2006-04-11 14:40 -------
+Okay, tried that, same problem.
+
+BTW, if you test using the attached test case and insert
+Console.WriteLines in the CachingCompiler.Compile () methods,
+you'll see that this code path will be entered (and leaved)
+exactly one time, when the global.asax gets compiled.
+
+At least it is what I experienced all the time when the
+deadlock occured.
+


More information about the mono-bugs mailing list