|
From: Jan V. <jan...@ni...> - 2014-08-19 12:31:44
|
Dne Po 18. srpna 2014 10:25:42, Eliot Moss napsal(a): > On 8/18/2014 9:09 AM, Jan Včelák wrote: > > I'm not rejecting that there is a problem in our code, but I want to make > > sure that we are chasing a real bug. > > You might want to verify that valgrind and your code have the same > notion of what the malloc/free routines are, etc., i.e., that valgrind > is able to hook into all allocation and freeing calls your application > uses. We do not do anything special about malloc/free. I believe the problem originates in some kind of race. Jan |