|
From: Bart V. A. <bar...@gm...> - 2008-12-30 16:02:42
|
On Tue, Dec 30, 2008 at 2:54 PM, Felix Schmidt <fel...@we...> wrote: > maybe I found an error in m_machine.c. > In line 248: for (i = (*tid)+1; .... > Why stands there a +1? I think this is a bug If you are looking at this code, this is probably because you are using VG_(thread_stack_reset_iter)() and VG_(thread_stack_next)() ? It would help if you could post the code that calls these functions. Bart. |