Re: [Valgrind-users] Running Valgrind on FUSE programs

2011-01-17 Thread Nikolaus Rath
Julian Seward jsew...@acm.org writes: or are there any issues I should look out for? None that come obviously to mind. Send us the patch when you are done. I tried the attached patch against 3.6.0~svn20100724, but I seem to have introduced a new problem: SYSCALL[3677,1]( 85) sys_readlink (

[Valgrind-users] Debugging a GC with valgrind

2011-01-17 Thread john skaller
I have some kind of memory corruption in a C++ program generated by a tool. The program uses my own exact garbage collector which may be the cause of the problem. The size of the data being processed is to big to trace anything by hand .. so I thought I'd try that excellent and magical tool,