[Mono-bugs] [Bug 79403][Wis] Changed - Simple Windows.Forms Hello crashes on Mac OS X (Intel)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Nov 11 03:17:25 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 vaderpi at scottandlaurie.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79403
--- shadow/79403 2006-09-14 20:20:44.000000000 -0400
+++ shadow/79403.tmp.2876 2006-11-11 03:17:24.000000000 -0500
@@ -273,6 +273,22 @@
TLS: normal
GC: Included Boehm (with typed GC)
SIGSEGV: normal
Disabled: none
Installed from MonoFramework-1.1.17.1_2.macos10.novell.x86.dmg
+
+------- Additional Comments From vaderpi at scottandlaurie.com 2006-11-11 03:17 -------
+This has been confirmed to happen with release 1.2 as well. However,
+it may be noteworthy that just running "mono test.exe" from within an
+xterm window works as expected.
+
+In digging around in the source, I noticed a check for the
+not_supported_MONO_MWF_USE_QUARTZ_BACKEND environment variable when
+creating an XPlatUI implementation. If the variable is not declared,
+then the normal X implementation is instantiated. Exporting the
+environment variable resulted in a NotImplemented exception.
+
+Based on a quick reading of the code my guess is that the Quartz
+back-end is not ready in this release. My advice is that while it is
+not implemented, then the state should be detected, and the user
+should be directed to run the assembly from within an xterm window.
More information about the mono-bugs
mailing list