[Mono-bugs] [Bug 77324][Nor] Changed - crashes using the mono framework on OSX

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Mar 6 11:25:53 EST 2006


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 gr at grrrr.org.

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

--- shadow/77324	2006-03-06 11:25:02.000000000 -0500
+++ shadow/77324.tmp.18510	2006-03-06 11:25:52.000000000 -0500
@@ -122,6 +122,21 @@
 Thomas
 
 ------- Additional Comments From gr at grrrr.org  2006-03-06 11:25 -------
 Created an attachment (id=16570)
 minimal project exhibiting the name clash
 
+
+------- Additional Comments From gr at grrrr.org  2006-03-06 11:25 -------
+Hi all,
+here's a small testcase, involving a small shared library using mono (it does nothing more 
+than mono_jit_init) and a main program using Apple's GetCurrentProcess and loading that 
+library.
+
+There are another thing to note here:
+The shared library doesn't link cleanly from start as mono obviously needs _environ, which 
+isn't found by the linker. This problem can be circumvented by forcing dynamic_lookup in 
+the process at load time, but it might obfuscate the actual bug here.
+
+best greetings,
+Thomas
+


More information about the mono-bugs mailing list