This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: DJGPP2.952 internal compiler error



> I apologize for all this: the problem is that I used GCC with low remaining
> physical memory. I tried several times yesterday changing the size of the RAM
> disk: sometimes I got the message "virtual memory exhausted", sometimes the
> DPMI crashed and the compiler returned an "internal compiler error" but with
> enough physical memory... all worked fine.

A compiler shouldn't crash when it runs out of memory.  It should
certainly not crash if it runs out of physical memory, because DPMI
provides virtual memory.

In other words, the above sounds like a bug, either in GCC or in
QDPMI.  What version of QDPMI are you using?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]