|
From: Tom H. <th...@cy...> - 2004-08-26 09:46:46
|
In message <412...@sh...>
Dimitri Papadopoulos-Orfanos <pap...@sh...> wrote:
> But now Valgrind crashes with the following message. Is this a known
> issue, or should I file in a bug? I wasn't able to relate this crash
> to any of the FAQ items.
Please file a bug.
> valgrind: vg_to_ucode.c:5285 (disInstr): Assertion `abyte == 0' failed.
> ==10615== at 0xB002AA26: vgPlain_skin_assert_fail (vg_mylibc.c:1169)
> ==10615== by 0xB002AA25: assert_fail (vg_mylibc.c:1165)
> ==10615== by 0xB002AA63: vgPlain_core_assert_fail (vg_mylibc.c:1176)
> ==10615== by 0xB00511DA: disInstr (vg_to_ucode.c:7300)
That's an ENTER instruction with a non-zero nesting level. It sounds
like a pretty unusual instruction to be using - are you sure your program
isn't jumping through a bad pointer somewhere?
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|