[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
Wed Jan 25 06:31:31 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-01-24 14:26:56.000000000 -0500
+++ shadow/77324.tmp.31872 2006-01-25 06:31:31.000000000 -0500
@@ -101,6 +101,22 @@
I didn't try the package, just a self-built version from svn. It
sounds like some sort of include path issue though.
------- Additional Comments From miguel at ximian.com 2006-01-24 14:26 -------
Do we have a sample program to reproduce this?
+
+------- Additional Comments From gr at grrrr.org 2006-01-25 06:31 -------
+Hey all,
+the problem with a sample program is that until now the error has only occurred with a
+relatively complex app structure - an application that dynamically loads a shared library
+which in turn uses the mono framework.
+It's quite likely that this construction in responsible for the issue. The Apple
+GetCurrentProcess function might already be used by the process, therefore Mono's own
+GetCurrentProcess doesn't get mapped correctly.
+
+I made a "otool -v -R /Library/Frameworks/Mono.framework/Versions/1.1.13/lib/
+libmono.0.dylib | less" listing and obviously _GetCurrentProcess is a "lazy" reference that
+only gets resolved on load.
+
+greetings,
+Thomas
More information about the mono-bugs
mailing list