[Mono-bugs] [Bug 80743][Nor] Changed - Segfault when restarting webapp in rapid succession

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jun 19 13:13:52 EDT 2007


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 at gmail.com.

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

--- shadow/80743	2007-06-18 02:44:40.000000000 -0400
+++ shadow/80743.tmp.14674	2007-06-19 13:13:52.000000000 -0400
@@ -10,12 +10,13 @@
 Component: misc
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: juraj at hotfeet.ch               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
+Cc: knocte at gmail.com,lupus at ximian.com
 Summary: Segfault when restarting webapp in rapid succession
 
 - extract the attached test case
 - open two shells, change to dir "web_app"
 - start xsp in one shell
 - start ./loop.sh in the other shell
@@ -644,6 +645,20 @@
 Extract it, run "mono tinyhost.exe 100" and see it crash.
 
 ------- Additional Comments From juraj at hotfeet.ch  2007-06-15 15:43 -------
 Created an attachment (id=19426)
 latest test case (stress.zip)
 
+
+------- Additional Comments From vargaz at gmail.com  2007-06-19 13:13 -------
+Paolo, could you look at the attached patch ? It is a revert of this
+patch:
+
+Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus at ximian.com>
+
+	* marshal.c: memory retention fixes: use the proper
+	image cache for runtime_invoke method lookups.
+
+the problem with this change is that it stores things into mscorlib's
+hash table, and when those things are unloaded, the hash table is not
+updated leading to crashes later.
+


More information about the mono-bugs mailing list