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=80517 --- shadow/80517 2007-01-13 11:22:52.000000000 -0500 +++ shadow/80517.tmp.23837 2007-01-13 11:22:52.000000000 -0500 @@ -0,0 +1,74 @@ +Bug#: 80517 +Product: Mono: Runtime +Version: 1.2 +OS: All +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: misc +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: SIGABRT running assembly with (net)modules + +I'm currently working on fixing some issues in Mono's AssemblyLinker. While +doing so, I noticed the following issue when running an assembly with types +defined in (net)modules: + +** (./test.exe:6452): WARNING **: The class myStringer.Stringer could not +be loaded, used in test, Version=0.0.0.0, Culture=neutral + +** ERROR **: file object.c: line 957 (mono_class_create_runtime_vtable): +assertion failed: (exc) +aborting... +Stacktrace: + + at MainClientApp.Main () <0xffffffff> + +Native stacktrace: + + mono [0x816560a] + [0xffffe440] + /lib/libc.so.6(abort+0xeb) [0x40136093] + /usr/lib/libglib-2.0.so.0(g_log+0) [0x4006a86c] + +Debug info from gdb: + +Using host libthread_db library "/lib/libthread_db.so.1". +[Thread debugging using libthread_db enabled] +[New Thread 1075997376 (LWP 6452)] +[New Thread 1085139872 (LWP 6454)] +[New Thread 1078401952 (LWP 6453)] +0xffffe410 in ?? () + 3 Thread 1078401952 (LWP 6453) 0xffffe410 in ?? () + 2 Thread 1085139872 (LWP 6454) 0xffffe410 in ?? () + 1 Thread 1075997376 (LWP 6452) 0xffffe410 in ?? () + +Thread 3 (Thread 1078401952 (LWP 6453)): +#0 0xffffe410 in ?? () +#1 0x40471438 in ?? () +#2 0x081f4880 in ?? () +#3 0x00000000 in ?? () + +Thread 2 (Thread 1085139872 (LWP 6454)): +#0 0xffffe410 in ?? () +#1 0x40ade238 in ?? () +#2 0x00000001 in ?? () +#3 0x00000000 in ?? () + +Thread 1 (Thread 1075997376 (LWP 6452)): +#0 0xffffe410 in ?? () +#1 0xbfe21c8c in ?? () +#2 0x00000000 in ?? () +#0 0xffffe410 in ?? () + +To reproduce: +1. extract the attached gzipped tar archive. +2. Run make. + +Note: running the mcs-built assembly (and modules) on MS works fine. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
