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

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Apr 5 21:59:44 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-05 21:52:43.000000000 -0400
+++ shadow/78029.tmp.21331	2006-04-05 21:59:44.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: SLES 9
 OS Details: Linux 2.6.5-7.252-smp #1 SMP Tue Feb 14 11:11:04 UTC 2006 x86_64 x86_64 x86_64 GNU/Linux
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: Sys.Web
 AssignedTo: gonzalo at ximian.com                            
 ReportedBy: robertj at gmx.net               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -38,6 +38,36 @@
 
 
 ------- Additional Comments From robertj at gmx.net  2006-04-05 21:52 -------
 Created an attachment (id=16728)
 bug_78029.tar.gz  (test case)
 
+
+------- Additional Comments From robertj at gmx.net  2006-04-05 21:59 -------
+How I ran the tests:
+
+server:
+
+MONO_THREADS_PER_CPU=100 xsp ....
+
+client:
+
+http_load -parallel 100 -seconds 10 <file-with-url>
+
+or
+
+ab2 -n 1000 -c 100 url
+
+
+With http_load the bug can be reproduced faster.
+
+
+The test case contains the stuff which seems to be required
+to reproduce the bug:
+
+1) global.asax
+2) aspx file with at least one control
+3) code-behind
+
+If the bug cannot be reproduced immediately: insist. Restart XSP
+and retry.
+


More information about the mono-bugs mailing list