This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/26825] bad allocation while adding new elements to vector
- From: "dj at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Mar 2006 18:08:00 -0000
- Subject: [Bug libstdc++/26825] bad allocation while adding new elements to vector
- References: <bug-26825-10905@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from dj at redhat dot com 2006-03-23 18:07 -------
Subject: Re: New: bad allocation while adding new elements to vector
When reporting DJGPP bugs, please run your app under gdb and use
"where" to get a traceback, or use djgpp's symify (or bfdsymify) to
replace these hex numbers with file/line information. You may need to
compile your application with -g to get symbolic debugging
information.
> Call frame traceback EIPs:
> 0x0000e574
> 0x0000e64e
> 0x0000b3fb
> 0x00020e5e
> 0x0001c0f4
> 0x0001c12e
> 0x0001bce3
> 0x000193dd
> 0x000214f7
> 0x000016eb
> 0x0000abd8
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26825