On 01/28/2014 22:04, Yury Gribov wrote: > > Makes sense but what if some important bits (say argv) are trashed by > stack overflow All information needed for crash reporting should be copied into the fixed memory area, and it should be made read-only for the duration of run. Yuri