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]
Other format: [Raw text]

[Bug target/9270] [mac68k] ICE in building blackbox-0.65.0


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9270



------- Additional Comments From bangerth@dealii.org  2003-06-17 13:56 -------
The problem of being more graceful when we run out of memory has been 
discussed many times and been deemed too hard. The reason is that modern
OSs overcommit memory, so malloc returns something, but once you start writing
to it, you'll get a signal. It was considered too hard to catch the real
cause of the signal.

So, if the cause of this PR is out-of-memory, we should close it.

W.


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