Re: [Valgrind-users] shmat parameters are modified by valgrind

2012-08-16 Thread Adishesh M
Hi Philippe, After applying patch shmat is working fine. Does this patch will be included in the next valgrind release? Thanks and regards, Adishesh On Wed, Aug 15, 2012 at 11:17 PM, Adishesh M adishes...@gmail.com wrote: Hi, i will test using patch and update the test results soon.

Re: [Valgrind-users] shmat parameters are modified by valgrind

2012-08-16 Thread Philippe Waroquiers
On Thu, 2012-08-16 at 12:51 +0530, Adishesh M wrote: Hi Philippe, After applying patch shmat is working fine. Does this patch will be included in the next valgrind release? Patch has been committed (revision 12874), so will be in next release. Philippe

[Valgrind-users] valgrind hang up on start up

2012-08-16 Thread Umut Tabak
Dear all, I was trying to verify if there were memory leaks with my code until the point I could come, however at this point, I have a strange problem that valgrind on some problems hangs at start up. Briefly on what I am doing: I am trying to read some numeric values from a file and set some

Re: [Valgrind-users] valgrind hang up on start up

2012-08-16 Thread John Reiser
Running valgrind with relatively small input files goes smoothly and I can only see that I only have some still reachable errors. No loss reports, however if I increase the files sizes and try to use the same code with valgrind with a different input file, valgrind hangs on these large

Re: [Valgrind-users] valgrind hang up on start up

2012-08-16 Thread Milian Wolff
On Friday 17 August 2012 00:50:40 Umut Tabak wrote: Dear all, I was trying to verify if there were memory leaks with my code until the point I could come, however at this point, I have a strange problem that valgrind on some problems hangs at start up. Briefly on what I am doing: I am