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=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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: +Cc: [EMAIL PROTECTED],[EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2007-06-15 15:43 ------- Created an attachment (id=19426) latest test case (stress.zip) + +------- Additional Comments From [EMAIL PROTECTED] 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 <[EMAIL PROTECTED]> + + * 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. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
