[Mono-bugs] [Bug 350188] Seg Fault On Domain Unload
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Dec 22 18:56:04 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=350188
User jimpurbrick at yahoo.co.uk added comment
https://bugzilla.novell.com/show_bug.cgi?id=350188#c3
Jim Purbrick <jimpurbrick at yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #3 from Jim Purbrick <jimpurbrick at yahoo.co.uk> 2007-12-22 16:56:03 MST ---
Here's the fix:
Index: mono_script_data.cpp
===================================================================
--- mono_script_data.cpp (revision 76145)
+++ mono_script_data.cpp (working copy)
@@ -190,6 +190,10 @@
bool LLScriptExecuteMono::createFromLoadedImage(const U8* assembly,
U32 assembly_size)
{
+ // HACK! babbage: disable caching to see if it's causing domain unload
+ //crash.
+ return false;
+
// Get the Image (bitmap) from Mono where the script is contained.
MonoImage* script_img = mono_image_loaded(mClassName.c_str());
if (NULL == script_img)
User error. Sorry to bother you. I'll close the bug (and get my coat).
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list