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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -37,6 +37,16 @@ that generate the assert/abort in the first place when you file bugs about them. ------- Additional Comments From [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
