|
From: Bart V. A. <bar...@gm...> - 2008-05-04 07:14:54
|
On Sun, May 4, 2008 at 12:08 AM, Nuno Lopes <nun...@sa...> wrote: >> Posting the output of the following command on powerpc64 will >> definitely help, since it shows the thread ID's Valgrind assigns to >> threads: >> >> ./vg-in-place --tool=exp-drd -d exp-drd/tests/fp_race 2>&1 | tail -n 30 > > Ok, so please find the dump of that command in attach. Thanks. I see a mysterious line in the ppc64 output, that does not appear in the amd64 output: --22020:1:signals extending a stack base 0x7fefff000 down by 4096 The address 0x7fefff000 looks to me like an address on Valgrind's stack. Is it normal that VG_(extend_stack)() gets called when Valgrind's stack is extended ? Shouldn't this function be called only for client stacks ? Bart. |