|
From: Tom H. <th...@cy...> - 2004-08-03 06:16:23
|
In message <loo...@po...>
David Fernandez <df...@qu...> wrote:
> I agree the number is quite large but I started with 100, 1000,10000 and so
> on and I still get the same error. The application starts to come up but
> then valgrind aborts right after printing the VG_N_RWLOCKS error.
>
> My application should not require more than 200 RW locks and maybe that's
> still high but is a good estimate.
Sounds like there is a bug in valgrind then, if what you say about your
application is right. If you only need about 200 then setting VG_N_RWLOCKS
to 1000 should obviously be plenty.
> Any suggestions on how to keep valgrind happy?
Well clearly there must be a bug in valgrind. I suggest you try and
create a simple test case and then file a bug report.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|