ElCrasho
March 18th, 2002, 02:17 PM
Hi.
I am running into a crash with VC++ 6.0 service pack 5 and WinXP.
DEBUG MODE :
I get a user breakpoint error :
--------------------------------
HEAP[MyApp.exe]: Heap block at 01E84EA0 modified at 01E84EE8 past requested size of 40
HEAP[MyApp.exe]: Invalid Address specified to RtlFreeHeap( 00350000, 01E84EA8 )
----------------------------------
RELEASE MODE :
It doesnt crash until the app closes and then I get a crash in NTDLL.dll.
I believe this crash may be caused becauseI am trying to access deleted memory. Unfortunately I see no such instance of this happening.
Is there any way I can debug/solve this problem ?? I am loosing my hair stressing over this for the past week :(
thanks in advance.
I am running into a crash with VC++ 6.0 service pack 5 and WinXP.
DEBUG MODE :
I get a user breakpoint error :
--------------------------------
HEAP[MyApp.exe]: Heap block at 01E84EA0 modified at 01E84EE8 past requested size of 40
HEAP[MyApp.exe]: Invalid Address specified to RtlFreeHeap( 00350000, 01E84EA8 )
----------------------------------
RELEASE MODE :
It doesnt crash until the app closes and then I get a crash in NTDLL.dll.
I believe this crash may be caused becauseI am trying to access deleted memory. Unfortunately I see no such instance of this happening.
Is there any way I can debug/solve this problem ?? I am loosing my hair stressing over this for the past week :(
thanks in advance.