http://bugs.winehq.org/show_bug.cgi?id=21962
--- Comment #48 from Sébastien Fiévet sebastien.fievet@free.fr 2010-04-05 17:30:51 --- Created an attachment (id=27232) --> (http://bugs.winehq.org/attachment.cgi?id=27232) backtrace of CoD4 with v1.1.41 +tid AND detailed ERR printouts WITHOUT "debug info" patch
This time i tracked ALL assignments of allocatedMemory in buffer.c and resource.c. As for my first attempt, i indexed ERR messages after their order of appearance from I1 to I7. I1 to I6 belonging to buffer.c and I7 to resource.c
As per your example, I used : ERR("-I[1-7]- buffer : %p, allocatedMemory : %p, heapMemory : %p\n", This, This->resource.allocatedMemory, This->resource.heapMemory);
'Hope we're getting close to something!
Many, many (many) thanks again.