This is the mail archive of the gcc-bugs@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: sigfault in destructor


Pablo Yaggi (by way of Pablo Yaggi ) wrote:
Hi, I have this backtrace, is it a libstdc++ bug, Am I doing something wrong ? it happens when i try to delete an object that has an std::string member.
I'm attaching the source code in case it helps.

The testcase can't be compiled, because it includes headers from libmail that are not included.


I don't know enough C++ to know if there is a problem here, but what I can tell you is that we don't track bug reports emailed to gcc-bugs. You are more likely to get an answer if you file a bug report into our bugzilla bug database.

See
  http://gcc.gnu.org/bugs.html
for more info on reporting bugs.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


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