[fpc-devel] patch for heaptrc

2007-04-10 Thread Vincent Snijders
Attached patch add the same sanity check for the frame pointer in TraceReAllocMem as already is in TraceGetMem. It fixed crashes of Lazarus on win64 when compiled with heaptrc. Tested with fpc 2.1.3. fpc 2.3.1 is currently broken on win64, see mail of 8 April. Vincent Index: heaptrc.pp ==

Re: [fpc-devel] patch for heaptrc

2007-04-11 Thread Pierre Muller
> Attached patch add the same sanity check for the frame pointer in > TraceReAllocMem as > already is in TraceGetMem. It fixed crashes of Lazarus on win64 when > compiled with > heaptrc. > > Tested with fpc 2.1.3. fpc 2.3.1 is currently broken on win64, see mail of > 8 April. I applied that to trun

Re: [fpc-devel] patch for heaptrc

2007-04-11 Thread Vincent Snijders
Pierre Muller schreef: Attached patch add the same sanity check for the frame pointer in TraceReAllocMem as already is in TraceGetMem. It fixed crashes of Lazarus on win64 when compiled with heaptrc. Tested with fpc 2.1.3. fpc 2.3.1 is currently broken on win64, see mail of 8 April. I applied t

Re: [fpc-devel] patch for heaptrc

2007-04-16 Thread Pierre Muller
> Pierre Muller schreef: >>> Attached patch add the same sanity check for the frame pointer in >>> TraceReAllocMem as >>> already is in TraceGetMem. It fixed crashes of Lazarus on win64 when >>> compiled with >>> heaptrc. >>> >>> Tested with fpc 2.1.3. fpc 2.3.1 is currently broken on win64, see ma