[Mono-bugs] [Bug 82244][Wis] Changed - Message Box popup preventing continuation of execution

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Aug 2 19:24:14 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 manus at eiffel.com.

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

--- shadow/82244	2007-08-02 13:15:45.000000000 -0400
+++ shadow/82244.tmp.7633	2007-08-02 19:24:14.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 82244
 Product: Mono: Runtime
 Version: 1.2
 OS: unknown
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: manus at eiffel.com               
 QAContact: mono-bugs at ximian.com
@@ -37,6 +37,16 @@
 that generate the assert/abort in the first place when you file bugs
 about them.
 
 ------- Additional Comments From manus at eiffel.com  2007-08-02 13:15 -------
 Thanks, I'll forward this issue to the glib mailing list as they
 should not call this when handling a console application.
+
+------- Additional Comments From manus at eiffel.com  2007-08-02 19:24 -------
+One other (Q&D) way of preventing the MessageBox from firing is
+potentially by installing your own logger function with
+g_log_set_default_handler, this should override the default logger
+which contains the MessageBox call.
+
+http://developer.gnome.org/doc/API/2.0/glib/glib-Message-Logging.html
+
+Would this be possible while glib gets fixed?


More information about the mono-bugs mailing list