My application(C++ on Sol 10 - 32 bit) crashed, and the size of the core generated by the application is 4 GB. Can I assume the application may use memory up to 4 GB (same as the size of the core file) when it is about to crash? PS. My application is standalone and doesn't depend on any other processes.
Is there any way to check the total memory the application used, with the core file?