[Mono-bugs] [Bug 544446] New: Calling a method with generic arguments via remoting does not work
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Oct 5 15:27:54 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=544446
Summary: Calling a method with generic arguments via remoting
does not work
Classification: Mono
Product: Mono: Runtime
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: remoting
AssignedTo: lluis at novell.com
ReportedBy: billholmes54 at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=321115)
--> (http://bugzilla.novell.com/attachment.cgi?id=321115)
File to reproduce.
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.3)
Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)
Calling a method with generic arguments with remoting does not work.
g_assert_not_reached occurs in mono_method_return_message_restore.
Reproducible: Always
Steps to Reproduce:
1.Run attached program.
Actual Results:
** ERROR **: file object.c: line 5577 (mono_method_return_message_restore):
should not be reached
aborting...
Stacktrace:
at (wrapper managed-to-native) object.__icall_wrapper_mono_remoting_wrapper
(intptr,intptr) <0x0004b>
at (wrapper managed-to-native) object.__icall_wrapper_mono_remoting_wrapper
(intptr,intptr) <0xffffffff>
at (wrapper remoting-invoke) R1.foo
(System.Collections.Generic.Dictionary`2<string, int>&) <0xffffffff>
at (wrapper remoting-invoke-with-check) R1.foo
(System.Collections.Generic.Dictionary`2<string, int>&) <0xffffffff>
at Test.Main () <0x000ff>
at (wrapper runtime-invoke) <Module>.runtime_invoke_int
(object,intptr,intptr,intptr) <0xffffffff>
Native stacktrace:
mono [0x48ffc7]
/lib64/tls/libpthread.so.0 [0x355080c4f0]
/lib64/tls/libc.so.6(gsignal+0x3d) [0x354ff2e21d]
/lib64/tls/libc.so.6(abort+0xfe) [0x354ff2fa1e]
/usr/lib64/libglib-2.0.so.0 [0x355222ed28]
/usr/lib64/libglib-2.0.so.0(g_log+0x83) [0x355222edb3]
mono [0x514564]
mono [0x5765da]
[0x446188eb]
Debug info from gdb:
thread apply all bt: No such file or directory.
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
Aborted
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list