Closed GoogleCodeExporter closed 8 years ago
This issue was closed by revision r1953.
Original comment by zar...@gmail.com
on 22 Apr 2013 at 6:05
Issue with generics codegen or with FullDebugMode preamble/postamble padding?
Original comment by zar...@gmail.com
on 22 Apr 2013 at 6:06
Looking at this further, it appears to be the latter, sort of. SysGetMem calls
into the GetMem.inc supplied with the RTL, instead of the currently installed
memory manager, which means the FullDebugMode padding is never added. Then you
go to free things, and it doesn't find this padding, and raises a memory
corruption error.
Original comment by masonwhe...@gmail.com
on 22 Apr 2013 at 2:49
Original issue reported on code.google.com by
masonwhe...@gmail.com
on 21 Apr 2013 at 8:34