Memory trashing - MOS
Brought to you by:
cgutjahr
Recent MorphOS SVN tree trashes memory when launching external programs.
I've tried to write experimental memory allocator (LAllocRemember()/LFreeRemEntry()/LFreeRemember()) with extensive memory tracking and boundary overwriting check, it didn't find anything. This is a long-standing bug, all MorphOS versions availible in binary form have this problem too.
Logged In: YES
user_id=797590
Originator: NO
It seems to be related to FreeConfig() call. It seems that FreeMem() is called with wrong size. Could be one of config strings but it is very difficult to debug.