[Mono-bugs] [Bug 69040][Wis] New - add valgrind support
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 2 Nov 2004 17:09:52 -0500 (EST)
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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69040
--- shadow/69040 2004-11-02 17:09:52.000000000 -0500
+++ shadow/69040.tmp.31307 2004-11-02 17:09:52.000000000 -0500
@@ -0,0 +1,31 @@
+Bug#: 69040
+Product: Mono: Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: vargaz@gmail.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: add valgrind support
+
+It is currently not possible to run most mono apps under valgrind because
+the thread tricks done by libgc cause assertions inside valgrind like
+this one:
+
+valgrind: vg_scheduler.c:3417 (scheduler_sanity): Assertion `cv == ((void
+*)0)'failed.
+==9368== at 0xB002FF57: vgPlain_skin_assert_fail (vg_mylibc.c:1137)
+==9368== by 0xB002FF56: assert_fail (vg_mylibc.c:1133)
+==9368== by 0xB002FFC4: vgPlain_core_assert_fail (vg_mylibc.c:1144)
+==9368== by 0xB00126F6: scheduler_sanity (vg_scheduler.c:3463)
+
+Somebody needs to create a testcase for this, and submit it to the valgrind
+developers.