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=82497 --- shadow/82497 2007-08-20 16:44:27.000000000 -0400 +++ shadow/82497.tmp.5707 2007-08-20 16:47:57.000000000 -0400 @@ -40,6 +40,40 @@ this test. ------- Additional Comments From [EMAIL PROTECTED] 2007-08-20 16:44 ------- I am using f-spot 0.3.5 with I believe dbus# 0.5.2 (http://git.ndesk.org/). Mono revision 84441. + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-20 16:47 ------- +This is the disassembled method where it generates the exception. +NDesk.DBus.Connection::get_Transport() is internal in the NDesk.DBus +assembly where the code below is from the NDesk.DBus.Glib assembly. + + // method line 30 + .method private static hidebysig + default void Init (class [NDesk.DBus]NDesk.DBus.Connection +conn, class NDesk.GLib.IOFunc dispatchHandler) cil managed + { + // Method begins at RVA 0x2248 + // Code size 30 (0x1e) + .maxstack 8 + .locals init ( + valuetype NDesk.GLib.IOChannel V_0) + IL_0000: ldloca.s 0 + IL_0002: ldarg.0 + IL_0003: callvirt instance class +[NDesk.DBus]NDesk.DBus.Transports.Transport class +[NDesk.DBus]NDesk.DBus.Connection::get_Transport() + IL_0008: ldfld int64 +[NDesk.DBus]NDesk.DBus.Transports.Transport::SocketHandle + IL_000d: conv.i4 + IL_000e: call instance void valuetype NDesk.GLib.IOChannel::.ctor(int32) + IL_0013: ldloc.0 + IL_0014: ldc.i4.s 0x11 + IL_0016: ldarg.1 + IL_0017: call unsigned int32 class NDesk.GLib.IO::AddWatch(valuetype +NDesk.GLib.IOChannel, valuetype NDesk.GLib.IOCondition, class +NDesk.GLib.IOFunc) + IL_001c: pop + IL_001d: ret + } // end of method BusG::Init _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
