http://bugzilla.novell.com/show_bug.cgi?id=621871
http://bugzilla.novell.com/show_bug.cgi?id=621871#c0 Summary: Mono crashes with assertion failed: (jit_info) in mono_get_generic_context_from_code Classification: Mono Product: Mono: Runtime Version: 2.6.x Platform: x86 OS/Version: Windows XP Status: NEW Severity: Normal Priority: P5 - None Component: JIT AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4 Mono crashes while running a set of unit tests with the following output: ######################################################################### NUnit version 2.5.3.0 Copyright (C) 2002-2009 Charlie Poole. Copyright (C) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov. Copyright (C) 2000-2002 Philip Craig. All Rights Reserved. Runtime Environment - OS Version: Microsoft Windows NT 5.1.2600.0 CLR Version: 2.0.50727.1433 ( 2.6.4 (tarball) ) ProcessModel: Default DomainUsage: Multiple Execution Runtime: mono-2.0.50727.1433 ............................................................................... ............................................................................... ............................................................................... ....................** ERROR:mini-generic-sharing.c:28:mono_get_generic_context_from_code: assertion fa iled: (jit_info) This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. ######################################################################### This happens in a complex scenario with various unit tests running. It only happens if at least two specific unit tests run together, which both use DllImport to call native C functions. If I run each of these tests alone, it completes without this crash.I can duplicate it on my machine, but I cannot give you the assemblies which caused the crash. But I will provide any further information as needed. With Microsoft .NET 3.5, this works without problems. Reproducible: Always Steps to Reproduce: Run unit tests as described in the details. This can only be done at my firm since I cannot give you the code or the compiled assemblies. Actual Results: Unit test run is aborted with message as described in details. Expected Results: Unit tests are completed correctly. I use the following additional software: NUnit 2.5.3.0 Moq 3.1.416.3 The Mono version is 2.6.4, running on a Lenovo Thinkpad T61p with Windows XP SP 3. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
