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=79113 --- shadow/79113 2006-08-20 02:19:48.000000000 -0400 +++ shadow/79113.tmp.1795 2006-08-20 07:33:31.000000000 -0400 @@ -2,22 +2,22 @@ Product: Mono: Runtime Version: 1.1 OS: Mac OS X 10.3 OS Details: OS X 10.4.7 Intel Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Wishlist Component: misc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: Marshalling error 'unknown type 0x13 in type_to_ldind' +Summary: [GMCS] Marshalling error 'unknown type 0x13 in type_to_ldind' First, you need the MindTouch Dream source at: svn://dev.opengarden.org/svn/trunk/product/dream To build, execute build.sh @@ -55,6 +55,11 @@ 1. 'HostService.PostStartService' is invoked by DreamEnvironment 2. HostService then attempts to retrieve the blueprint for the service using a DirectPlug (since it's talking to a co-hosted service) 3. 'Plug.Get' fails and throws an exception 4. this exception should propagate to any other waiting operations, but instead results in an internal mono error + +------- Additional Comments From [EMAIL PROTECTED] 2006-08-20 07:33 ------- +Please attach some kind of simplified/self-contained test case. +Also, this is most likely a generics bug, since 0x13 == MONO_TYPE_VAR. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
