On 10/24/2015 09:46 PM, Louis Santillan (
lpsa...@gmail.com) [via
dj...@delorie.com] wrote:
> Andris, is it possible that you have a bad memory chip? Maybe
> something in 4.x, 5.x, 6.x gcc grows the memory image into the bad
> pages while 3.x does not and/or does utilize (read/write) those bad
> pages.
I do not think that bed memory could be a reason. I would have noticed it log time ago
in Linux (all mentioned tests were done in Win 10 VM under Fedora 22 x86_64). I have seen
random compilation errors in Linux on a different system which was caused by RAM problems
some years ago. Never seen anything like that on this system.
Also
- initial impression is that gcc-4.4.7 is OK and works under Win10 (bootstrapped it under Win10
using gcc-3.4.6 without problems)
- some changes in environment (update VirtualBox 4.3 to VirtualBox-5.0, change of DJGPP installation
to have more than 1 gcc version installed at the same time with additional bin directories with
different
names) causes symptoms to change. Now I have one reproducible NTVDM crash I can workaround by
increasing
gcc garbage collection threshold (could be caused by memory corruption, so avoiding GC could avoid
crash)
Andris