This is the mail archive of the gcc-prs@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]

Re: c++/5818: cc1plus crashes if it runs out of memory


Synopsis: cc1plus crashes if it runs out of memory

State-Changed-From-To: open->analyzed
State-Changed-By: nathan
State-Changed-When: Sun Sep 15 11:55:01 2002
State-Changed-Why:
    of course we chyeck malloc's return. Unfortunately some systems overcommit memory. I.e. they say 'here's a pile of
    memory', but then only attempt to allocate the pages when
    you try and use them. At that point, you get a seg fault.
    
    Maybe there's a way of saying 'don't give me overcommitted
    pages'.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5818


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