[Mono-bugs] [Bug 46197][Wis] New - mint fails to report exceptions inside TransparentProxies
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sat, 12 Jul 2003 11:18:18 -0400 (EDT)
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 sam@superduper.net.
http://bugzilla.ximian.com/show_bug.cgi?id=46197
--- shadow/46197 Sat Jul 12 11:18:18 2003
+++ shadow/46197.tmp.30412 Sat Jul 12 11:18:18 2003
@@ -0,0 +1,27 @@
+Bug#: 46197
+Product: Mono/Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: sam@superduper.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mint fails to report exceptions inside TransparentProxies
+
+To reproduce this bug: Simply run any remoting client code
+without a server running. This generates a "connection refused"
+exception which results in a segfault rather than a stack track.
+
+Seems that TransparentProxy calls generate MonoIvocations with
+null inv->method. Attached is my attempt to fix.
+
+(May need to the fix for #45539 before this bug can be seen because
+TcpCannel creation triggers Enum::GetValues)