[Mono-bugs] [Bug 78264][Wis] New - NUnitConsole TestDomain:Unload () fails after testing of a few testcases

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue May 2 09:57:24 EDT 2006


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 nazgul at omega.pl.

http://bugzilla.ximian.com/show_bug.cgi?id=78264

--- shadow/78264	2006-05-02 09:57:24.000000000 -0400
+++ shadow/78264.tmp.941	2006-05-02 09:57:24.000000000 -0400
@@ -0,0 +1,126 @@
+Bug#: 78264
+Product: Mono: Tools
+Version: 1.0
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: tools
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: nazgul at omega.pl               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: NUnitConsole TestDomain:Unload () fails after testing of a few testcases
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+For a few days Nemerle testsuite fails after executing some unit tests of
+library.
+
+Steps to reproduce the problem:
+1. get http://nemerle.org/download/snapshots/nemerle-0.9.2.99.6212.tar.gz
+2. configure (making sure it finds nunit-console2 from current mono
+installation)
+3. make
+4. cd lib/tests
+5. put   
+ NUNIT_LIB=-pkg:/pathtomono/lib/pkgconfig/mono-nunit.pc
+ into Makefile
+6. make nunit
+
+
+Actual Results:
+.....................................
+
+Tests run: 37, Failures: 0, Not run: 0, Time: 0.195304 seconds
+
+Tests run: 37, Failures: 0, Not run: 0, Time: 0.195304 seconds
+
+
+
+=================================================================
+Got a SIGSEGV while executing native code. This usually indicates
+a fatal error in the mono runtime or one of the native libraries 
+used by your application.
+=================================================================
+
+Stacktrace:
+
+in NUnit.Util.TestDomain:Unload () <0xffffffff>
+in NUnit.Util.TestDomain:Unload () <0x6f>
+in NUnit.Console.ConsoleUi:Execute (NUnit.Util.ConsoleOptions) <0x4e3>
+in NUnit.Console.ConsoleUi:Main (string[]) <0x127>
+in (wrapper runtime-invoke) System.Object:runtime_invoke_int_string[]
+(object,intptr,intptr,intptr) <0xc7f00847>
+
+Native stacktrace:
+
+        /home/users/nemweb/local/bin/mono(mono_handle_native_sigsegv+0xbe)
+[0x813e1be]
+        /home/users/nemweb/local/bin/mono [0x81293fc]
+        [0xffffe440]
+        /home/users/nemweb/local/bin/mono(mono_metadata_type_hash+0x42)
+[0x80d5ce2]
+        /home/users/nemweb/local/bin/mono [0x80d395f]
+        /home/users/nemweb/local/bin/mono(mono_metadata_type_hash+0x7f)
+[0x80d5d1f]
+        /home/users/nemweb/local/bin/mono [0x80d3897]
+        /usr/lib/libglib-2.0.so.0 [0x4003b29e]
+        /home/users/nemweb/local/bin/mono [0x80d42aa]
+       
+/home/users/nemweb/local/bin/mono(mono_class_bind_generic_parameters+0xbe)
+[0x814f04e]
+       
+/home/users/nemweb/local/bin/mono(mono_bounded_array_class_get+0x34f)
+[0x80e24bf]
+        /home/users/nemweb/local/bin/mono(mono_array_class_get+0x20)
+[0x80e2570]
+        /home/users/nemweb/local/bin/mono(mono_class_from_mono_type+0x233)
+[0x80e2123]
+        /home/users/nemweb/local/bin/mono(mono_compile_create_var+0x55)
+[0x810d1e5]
+        /home/users/nemweb/local/bin/mono [0x8126e0a]
+        /home/users/nemweb/local/bin/mono [0x8127f19]
+        /home/users/nemweb/local/bin/mono [0x8128aa0]
+        /home/users/nemweb/local/bin/mono [0x8128efb]
+        /home/users/nemweb/local/bin/mono [0x812900a]
+        /home/users/nemweb/local/bin/mono(mono_compile_method+0x18) [0x808e6d8]
+        /home/users/nemweb/local/bin/mono(mono_magic_trampoline+0x1a)
+[0x80788da]
+        [0x4020d032]
+        [0x4023a774]
+        [0x40228d10]
+        [0x40228a84]
+        /home/users/nemweb/local/bin/mono [0x81292a0]
+        /home/users/nemweb/local/bin/mono(mono_runtime_invoke+0x27) [0x808fc87]
+        /home/users/nemweb/local/bin/mono(mono_runtime_exec_main+0xac)
+[0x8090bfc]
+        /home/users/nemweb/local/bin/mono(mono_runtime_run_main+0x185)
+[0x8090865]
+        /home/users/nemweb/local/bin/mono [0x805c851]
+        /home/users/nemweb/local/bin/mono(mono_main+0x83f) [0x805d20f]
+        /home/users/nemweb/local/bin/mono [0x805bbdb]
+        /lib/tls/libc.so.6(__libc_start_main+0xd5) [0x4010c015]
+        /home/users/nemweb/local/bin/mono [0x805bb21]
+Aborted
+
+
+Expected Results:
+.....................................
+
+Tests run: 37, Failures: 0, Not run: 0, Time: 0.195304 seconds
+
+Tests run: 37, Failures: 0, Not run: 0, Time: 0.195304 seconds
+
+
+How often does this happen? 
+Always
+
+Additional Information:
+I was not yet able to produce a single short test case, which would behave
+the same. Hope this is enough.


More information about the mono-bugs mailing list