[Mono-bugs] [Bug 82007][Blo] Changed - [PPC] Crash when throwing exception after unloading domain

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Aug 10 15:44:11 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 joe at unity3d.com.

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

--- shadow/82007	2007-08-10 14:25:54.000000000 -0400
+++ shadow/82007.tmp.1055	2007-08-10 15:44:11.000000000 -0400
@@ -81,6 +81,18 @@
 _ves_icall_System_AppDomain_createDomain
 symbol ___freedtoa used from dynamic library
 /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../libpthread.dylib(gdtoa-dmisc.So)
 not from earlier dynamic library /mono/lib/libmono.0.dylib(strtod.o)
 collect2: ld returned 1 exit status
 
+
+------- Additional Comments From joe at unity3d.com  2007-08-10 15:44 -------
+Yes it does. 
+
+_ves_icall_System_AppDomain_InternalUnload
+_ves_icall_System_AppDomain_createDomain
+
+You have to make sure that those two symbols are accessible from domains. This can easily 
+be changed by removing MONO_INTERNAL from the declaration.
+
+On Mac OS X ppc however I think this should compile just fine because the hidden attribute is 
+not supported there anyway.


More information about the mono-bugs mailing list