[Mono-bugs] [Bug 36800][Nor] Changed - Mono handles exceptions in C# callbacks from C++ incorrectly.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 21 Jan 2003 03:55:13 -0500 (EST)
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 dietmar@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=36800
--- shadow/36800 Wed Jan 15 23:29:37 2003
+++ shadow/36800.tmp.7876 Tue Jan 21 03:55:13 2003
@@ -1,14 +1,14 @@
Bug#: 36800
Product: Mono/Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mathpup@mylinuxisp.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -96,7 +96,23 @@
Additional Information:
------- Additional Comments From mathpup@mylinuxisp.com 2003-01-15 23:29 -------
Created an attachment (id=3145)
test case
+
+
+------- Additional Comments From dietmar@ximian.com 2003-01-21 03:55 -------
+I get:
+
+Unhandled Exception: System.ArgumentException: X
+in <0x00063> 00 .MyApplication:MySlot ()
+in <0x0002d> 05 .MyApplication:MySlot ()
+in (unmanaged) 06 Qt.QApplication:qt_QApplication_exec (intptr)
+in <0x00004> 06 Qt.QApplication:qt_QApplication_exec (intptr)
+in <0x00106> 00 .Example:Main (string[])
+
+which looks quite correct (latest CVS). Please can you verify that it
+still dont work for you.
+
+