|
From: Benny C. <bwl...@gm...> - 2005-03-22 08:51:04
|
Hi, Tom Hughes <tom <at> compton.nu> writes: > > valgrind: vg_memory.c:229 (vgPlain_unmap_range): Assertion `rs == s' failed. > > ==5504== at 0xB002A954: vgPlain_skin_assert_fail (vg_mylibc.c:1137) > > ==5504== by 0xB002A953: assert_fail (vg_mylibc.c:1133) > > ==5504== by 0xB002A991: vgPlain_core_assert_fail (vg_mylibc.c:1144) > > ==5504== by 0xB0028238: vgPlain_unmap_range (vg_memory.c:245) > > If you're using 2.2.0 then that looks like a known bug that is fixed > in the CVS code the 2.4.0 release candidates so you might want to try > that. Thanks, I have tried installed 2.4.0-rc4, but not long after the execution starts I got a "Segmentation Fault" without any further Valgrind messages. I invoked the program like this: vg/bin/valgrind -v --tool=memcheck --error-limit=no ./ad64k Is there a more stable 2.4.0 release, or any version that fixed the 2.2.0 bug you mentioned at this moment? Thanks! Best Regards, Benny. |