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]

PR 5818: Not actually a bug


A while back I reported 5818 (3.0.4's cc1plus would occasionally crash if
it ran out of memory, ie a ulimit was set too low). I tried to repeat this
with 3.2, and succeded. In the process, I did a backtrace and found the
problem was actually in glibc. alloc_page (in ggc-page.c, IIRC) will call
perror()  if the allocation fails. The actual crash happens in vfprintf
inside glibc, and is not a bug in gcc at all.

So this can be closed at any time.

-Jack


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