Marcus P S
2009-02-12 07:54:56 UTC
I have multiple instances of STL vectors of different classes in my
program, and I am getting a crash during the destructor call for one
of these objects -- the entire program executes without a problem down
to the last line in the code, and when the destructors get called, I
get a SIGABRT.
I have not been able to pinpoint which one of these destructor calls
is causing the SIGABRT. Looking at the back trace after the crash in
gdb, it is pretty clear it is inside a vector<...> destructor, but I
can't figure out for which object.
Does anyone have any suggestions how I might be able to do this?
Thanks,
Marcus
program, and I am getting a crash during the destructor call for one
of these objects -- the entire program executes without a problem down
to the last line in the code, and when the destructors get called, I
get a SIGABRT.
I have not been able to pinpoint which one of these destructor calls
is causing the SIGABRT. Looking at the back trace after the crash in
gdb, it is pretty clear it is inside a vector<...> destructor, but I
can't figure out for which object.
Does anyone have any suggestions how I might be able to do this?
Thanks,
Marcus
--
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]