|
From: Alex B. <ker...@be...> - 2005-11-03 12:14:50
|
Hi, Continuing in the valgrind runs today running on a slightly more heavy weight test Valgrind spat the following out: Memcheck: the 'impossible' happened: memcheck:expr2vbits_Binop ==7065== at 0xB000E17A: vgPlain_core_panic_at (m_libcassert.c:181) ==7065== by 0xB000E179: panic (m_libcassert.c:177) ==7065== by 0xB000E1CC: vgPlain_tool_panic (m_libcassert.c:192) ==7065== by 0xB00097E2: expr2vbits_Binop (mc_translate.c:2000) ==7065== by 0xB00092EC: expr2vbits (mc_translate.c:2285) ==7065== by 0xB000B175: vgMemCheck_instrument (mc_translate.c:2914) ==7065== by 0xB0056C29: LibVEX_Translate (vex_main.c:472) ==7065== by 0xB001C76F: vgPlain_translate (libvex_basictypes.h:162) ==7065== by 0xB002AFBD: handle_tt_miss (scheduler.c:591) ==7065== by 0xB002B356: vgPlain_scheduler (scheduler.c:712) ==7065== by 0xB0047F08: vgModuleLocal_thread_wrapper (syswrap-linux.c:82) ==7065== by 0xB0038F75: run_a_thread_NORETURN (syswrap-x86-linux.c:127) This is with the current subversion tree. Is there any more information that would be useful? -- Alex, homepage: http://www.bennee.com/~alex/ Fifty flippant frogs Walked by on flippered feet And with their slime they made the time Unnaturally fleet. |
|
From: Tom H. <to...@co...> - 2005-11-03 13:00:57
|
In message <113...@ok...>
Alex Bennee <ker...@be...> wrote:
> Continuing in the valgrind runs today running on a slightly more heavy
> weight test Valgrind spat the following out:
>
> Memcheck: the 'impossible' happened:
> memcheck:expr2vbits_Binop
> ==7065== at 0xB000E17A: vgPlain_core_panic_at (m_libcassert.c:181)
> ==7065== by 0xB000E179: panic (m_libcassert.c:177)
> ==7065== by 0xB000E1CC: vgPlain_tool_panic (m_libcassert.c:192)
> ==7065== by 0xB00097E2: expr2vbits_Binop (mc_translate.c:2000)
> ==7065== by 0xB00092EC: expr2vbits (mc_translate.c:2285)
> ==7065== by 0xB000B175: vgMemCheck_instrument (mc_translate.c:2914)
> ==7065== by 0xB0056C29: LibVEX_Translate (vex_main.c:472)
> ==7065== by 0xB001C76F: vgPlain_translate (libvex_basictypes.h:162)
> ==7065== by 0xB002AFBD: handle_tt_miss (scheduler.c:591)
> ==7065== by 0xB002B356: vgPlain_scheduler (scheduler.c:712)
> ==7065== by 0xB0047F08: vgModuleLocal_thread_wrapper (syswrap-linux.c:82)
> ==7065== by 0xB0038F75: run_a_thread_NORETURN (syswrap-x86-linux.c:127)
>
> This is with the current subversion tree. Is there any more information
> that would be useful?
Probably not, but please raise a bug for this on the tracker.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|
|
From: Julian S. <js...@ac...> - 2005-11-03 13:13:44
|
On Thursday 03 November 2005 12:14, Alex Bennee wrote: > Hi, > > Continuing in the valgrind runs today running on a slightly more heavy > weight test Valgrind spat the following out: > > Memcheck: the 'impossible' happened: > memcheck:expr2vbits_Binop This is definitely a bug, however you zapped the crucial piece of information, re which Binop it doesn't like. That would have been on the previous line of text. J |
|
From: Alex B. <ker...@be...> - 2005-11-03 13:54:28
|
On Thu, 2005-11-03 at 13:18 +0000, Julian Seward wrote: > On Thursday 03 November 2005 12:14, Alex Bennee wrote: > > Hi, > > > > Continuing in the valgrind runs today running on a slightly more heavy > > weight test Valgrind spat the following out: > > > > Memcheck: the 'impossible' happened: > > memcheck:expr2vbits_Binop > > This is definitely a bug, however you zapped the crucial piece of > information, re which Binop it doesn't like. That would have > been on the previous line of text. Oops. Sorry about that. I've included the full line in the bug report: http://bugs.kde.org/show_bug.cgi?id=115612 > J -- Alex, homepage: http://www.bennee.com/~alex/ I went to the race track once and bet on a horse that was so good that it took seven others to beat him! |