[Mono-bugs] [Bug 74996][Blo] Changed - MI/ method lookup oddness ...
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri May 20 11:27:51 EDT 2005
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 michael at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74996
--- shadow/74996 2005-05-20 07:26:13.000000000 -0400
+++ shadow/74996.tmp.16175 2005-05-20 11:27:51.000000000 -0400
@@ -97,6 +97,46 @@
------- Additional Comments From vargaz at gmail.com 2005-05-20 07:26 -------
We can't really fix this without a more-or-less self contained
testcase.
+
+------- Additional Comments From michael at ximian.com 2005-05-20 11:27 -------
+Ok - if you download:
+
+http://go-oo.org/~michael/minimal.tar.gz (10Mb or so)
+
+you will see the minimal setup necessary to get this to run.
+
+For some reason I had to compile it to get it to run for me (most odd).
+
+Either way: untar, cd source; ./COMPILEME; cd ..; ./RUNME
+
+This should produce an unfeasible amount of debug ;-)
+
+The problem occurs here:
+
+uno_proxy.cs Invoke System.Runtime.Remoting.Messaging.MonoMethodMessage
+LoadCliType 'unoidl.test.testtools.bridgetest.XMultiBase6' ->
+'unoidl.test.testtools.bridgetest.XMultiBase6'
+dispatch 0x8426bb0
+HERE: chop0
+HERE: chop1
+CallManaged TargetInvocationException
+System.Reflection.TargetInvocationException: Exception has been thrown
+by the target of an invocation. ---> System.NullReferenceException:
+Object reference not set to an instance of an object
+in [0x00063] (at /tmp/minimal/source/cli_cs_testobj.cs:720)
+cs_testobj.BridgeTestObject:testMulti (XMulti multi)
+in <0x00000> <unknown method>
+
+a few hundred lines back from the end of the log (which mostly deals
+with the cleanup logic when that exception is caught/handled).
+
+Please do let me know how you get on with this; I have only 1 machine
+that has a recent enough mono to enable this to be tested - and don't
+particularly want to re-build it on another machine ;-)
+
+bc55dc0f9f55e70256fd120d35815fa2 minimal.tar.gz
+
+HTH.
More information about the mono-bugs
mailing list