|
From: <bv...@bv...> - 2004-08-07 11:46:39
|
>If you run with -v you will see this warning: > >==9495== Warning: thread 1 switching stacks? %esp: 0x52BFEA10 --> 0x52A04610 > >What's happening is that the very large array is using about 1Mb of >stack space and that is confusing valgrind into thinking that the >thread has switched to a different stack so it doesn't mark all that >space as writable and then you get invalid write warnings. Then is this a bug? Should I submit a bug report? BvdS |