

Debugging do not give any err: only lot of:
warn:heap:HEAP_Decommit Could not decommit 003b0000 bytes at 0xbfc50000 for heap 0xbfc00000
warn:heap:HEAP_ValidateInUseArena Heap 0x110000: invalid in-use arena magic 00555555 for 0x1c34d0
warnings, what do they exactly means?
is it possible to hard code different maximum heap size i'm just doing blind guess it would help?
i guess it can be issue with program (eg. addr > 2GB is treated as NULL -> out of memory) all in all somthing is wrong any ideas how to debug highly appriciated