[Mono-bugs] [Bug 77944][Nor] New - crash in native code when
running SWF unit tests
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Mar 28 23:44:19 EST 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 matt at use.net.
http://bugzilla.ximian.com/show_bug.cgi?id=77944
--- shadow/77944 2006-03-28 23:44:19.000000000 -0500
+++ shadow/77944.tmp.12093 2006-03-28 23:44:19.000000000 -0500
@@ -0,0 +1,54 @@
+Bug#: 77944
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: matt at use.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: crash in native code when running SWF unit tests
+
+Steps to reproduce the problem:
+1. build the SWF unit tests
+2. nunit-console /fixture=MonoTests.System.Windows.Forms.CheckBoxTest
+System.Windows.Forms_test_default.dll
+
+
+Actual Results:
+crash in native code (the same thing happens with the CheckedListBox
+fixture and a few others):
+=================================================================
+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 (wrapper managed-to-native)
+System.Reflection.Assembly:GetExecutingAssembly () <0xb>
+
+Native stacktrace:
+
+ mono(mono_handle_native_sigsegv+0x8d) [0x5014ad]
+ mono [0x4eda9c]
+ /lib/libpthread.so.0 [0x2aaaab17b207]
+ /lib/libc.so.6 [0x2aaaab5d3810]
+ mono [0x45e336]
+ [0x40106737]
+Killed
+
+
+Expected Results:
+test shouldn't crash and should pass :)
+
+How often does this happen?
+every time
More information about the mono-bugs
mailing list