public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/14456] New: internal-error: virtual memory exhausted
@ 2012-08-11 16:03 thamos at email dot cz
  2012-08-14 17:07 ` [Bug c++/14456] " keiths at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: thamos at email dot cz @ 2012-08-11 16:03 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=14456

             Bug #: 14456
           Summary: internal-error: virtual memory exhausted
           Product: gdb
           Version: 7.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned@sourceware.org
        ReportedBy: thamos@email.cz
    Classification: Unclassified


GDB (with python support) crashes with following description:

C:/MinGW/msys/1.0/src/gdb/gdb-python-7.4-1-mingw32-src/gdb-python-7.4-2/src/gdb-7.4/gdb/utils.c:1246:
internal-error: virtual memory exhausted: can't allocate 2009222722 bytes.

when stepping into x constructor (main) in this C++ code:

#include <string>

class T
{
public:
    T(std::string str)
    {
    }
};


int main() {
    std::string str = "";
    T x(str);
    return 0;
}

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-11-17 23:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-11 16:03 [Bug c++/14456] New: internal-error: virtual memory exhausted thamos at email dot cz
2012-08-14 17:07 ` [Bug c++/14456] " keiths at redhat dot com
2012-08-22 15:02 ` palves at redhat dot com
2014-11-17 23:14 ` dje at google dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).