[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 13:04:29 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 lupus at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82244
--- shadow/82244 2007-07-30 21:35:20.000000000 -0400
+++ shadow/82244.tmp.576 2007-08-02 13:04:29.000000000 -0400
@@ -1,15 +1,15 @@
Bug#: 82244
Product: Mono: Runtime
Version: 1.2
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
-Priority: Blocker
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
+Priority: Wishlist
Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: manus at eiffel.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
@@ -25,6 +25,14 @@
What is the option to disable this and have it instead displayed in the
output of the program?
Thanks,
Manu
+
+------- Additional Comments From lupus at ximian.com 2007-08-02 13:04 -------
+This is a 'feature' of glib. You could recompile it after removing the
+MessageBox call or if something like the unix LD_PRELOAD works on
+windows you could use that to provide an empty MessageBox
+implementation. There is not much else we can do except fix the issues
+that generate the assert/abort in the first place when you file bugs
+about them.
More information about the mono-bugs
mailing list