[Mono-bugs] [Bug 68377][Maj] Changed - Memory corruption bug?

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 22 Oct 2004 13:28:51 -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@gmail.com.

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

--- shadow/68377	2004-10-22 01:03:00.000000000 -0400
+++ shadow/68377.tmp.16864	2004-10-22 13:28:51.000000000 -0400
@@ -54,6 +54,12 @@
 that crash, so I guess there must be some corruption somewhere.
 
 This is a recent regression, 4 o 5 days at most.
 
 ------- Additional Comments From vargaz@gmail.com  2004-10-22 01:03 -------
 This is caused by my assembly loading changes.
+
+------- Additional Comments From vargaz@gmail.com  2004-10-22 13:28 -------
+This can be solved by adding "." to MONO_PATH. In the past, assemblies
+were not scoped by appdomain, so if some appdomain loaded an assembly,
+others were have it as well, even if it wasn't in the search paths.
+So I'm not sure if it is a bug or not.