- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
tried it but still having some issues.
Its a IVF dll called from c++, so the issue may be on the c++ side.
Just so i can also investigate from my end, i have aquestions:
To specify a change/increase in Heap size, what's a good way to go about determining what size to use?
What would you as fellow IVF user utilize to memory map your application and detemine stack and/or Heap size allocation?
Thanks!
brian
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What issues are you having?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Unhandled exception has occurred in your application.
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
and when run in debug mode (from IVF) it gave
HEAP[XYZ.exe]: Heap block at 1CCFDFE0 modified at 1CD01B43 past requested size of 3b5b Windows has triggered a breakpoint in XYZ.exe
the 'XYZ.exe' is a 3rd party c++ program which called the IVF dll.
so it got me looking into Stacks and heaps and all that FUN stuff!(stuff i normally don't deal with in daily programming tasks) to see if possibly my dll was the issue (the 3rd party was on other side of world).
Checked with Windows Task Manager and theResource Monitor. But neither gave a breakdown of initial memory requrements and how they changed as the DLL was called multiple times.
I was just looking for what utilities IVF users used to monitor memory, etc on applications (I've recently downloaded VTune and wonder, will that provide more insight?)
As far as the memory issue, after i posted the thread this morning, i heard back from other side of world and itended up being a C++ issue and has been corrected by the XYZ.exe programmer.
Maybe i won't have to revisit Stack/Heap issues, but still curious about where to go to find out more?
(I note there is another thread which came on board about the time i posted this titled 'Memory/Size of a program' (http://software.intel.com/en-us/forums/showthread.php?t=81614&o=a&s=lr) which is somewhat along the same lines)
Thanks for your response.
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page