This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/32288] Our C++ program (gcc 4.1.1 under Aix 5.3) crashes with a core dump
- From: "alessandro dot mei at elsagdatamat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jun 2007 13:30:02 -0000
- Subject: [Bug c++/32288] Our C++ program (gcc 4.1.1 under Aix 5.3) crashes with a core dump
- References: <bug-32288-14686@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from alessandro dot mei at elsagdatamat dot com 2007-06-12 13:30 -------
Created an attachment (id=13685)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13685&action=view)
compiler output and warnings; the preprocessed file (*.ii) that triggers the
bug
the complete command line that triggers the bug;
/home/mag/sviluppo/bin/bkeuti /home/mag/sviluppo/config/bkeuti.xml
/home/mag/sviluppo/config/processi.dtd > /dev/null &
The stack content relative to the core file is the following:
(gdb) where
#0 0xd1514a98 in _ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base (
__x=<incomplete type>) at ../../../../gcc-4.1.1/libstdc++-v3/src/tree.cc:68
#1 0x10019fac in _ZNSt17_Rb_tree_iteratorISt4pairIKSsP6CTimerEEppEi (
this=<incomplete type>)
at
/usr/local/lib/gcc/powerpc-ibm-aix5.3.0.0/4.1.1/../../../../include/c++/4
.1.1/bits/stl_tree.h:190
#2 0x100200b0 in _ZN13bus_CProcesso17azioniDiBackGroudEv (
this=<incomplete type>) at bus_CProcesso.cpp:838
#3 0x10022750 in _ZN13bus_CProcesso3vaiEbi (this=<incomplete type>,
bSync=false, intSec=1) at bus_CProcesso.cpp:458
#4 0x10022e18 in _ZN22bus_CProcessoExceptionC1Ev (this=<incomplete type>)
at bus_CProcesso.hpp:88
#5 0x10005054 in main (argc=3, argv=0x2ff22934, envp=0x2ff22944)
at bkeuti.cpp:655
#6 0x10000214 in __start ()
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32288