Where do you go after FinalRelease?
I carry out a cleanup in FinalRelease() such as deleting all heap allocated
memory etc. This all happens OK but I am getting an "Access violation"
AFTER this point and I have no idea where to look to debug it. Can someone
please help?
Dave
.
Relevant Pages
- Re: error wince600 boot message after dowload PB6 OS to HW board
... I would suspect that you have a memory layout problem, either the bootloader is using memory that is clobbering the downloaded image in some way, or the memory layout in the config.bib is wrong. ... Old or invalid version stamp in kernel structures - starting clean! ... Exception 'Access Violation': Thread-Id=00410002, ... (microsoft.public.windowsce.platbuilder) - Re: Delete row, ridiculous performance
... void mexFunction(int nlhs, mxArray *plhs, int nrhs, const mxArray ... mwSize m, n, i, m1, nbytes; ... routine works by moving memory inside the data area of the input ... a matrix of rows and deleting rows, restructure your data so that you ... (comp.soft-sys.matlab) - Re: Strange Error
... "Attempted to read or write protected memory. ... An access violation occurs in unmanaged or unsafe code ... While the database it self might not be the problem, the ODBC driver you are using certainly is and it certainly will contain some unmanaged code. ... The system has called a custom component and that component has failed and generated an exception. ... (microsoft.public.dotnet.languages.vb) - Re: Copying std::map with assignment
... >I don't think MSVC would do this though. ... >the location is outside of the application's memory space. ... >hence no memory error until that map was deleted or copied. ... immediately access violation, ... (alt.comp.lang.learn.c-cpp) - Re: Castles plans
... memory stick in under a second. ... both RISC OS USB systems are rather slower than they ought to be ... the memory sticks were DOS format, so I suspect that a lot of the speed ... This might also explain the extremely slow speed deleting files. ... (comp.sys.acorn.misc) |
|