View Single Post
  #5  
Old 10-22-2003, 05:07 AM
Glasswalker
Sarnak
 
Join Date: Oct 2002
Posts: 31
Default

Ok, I ran it through GDB and I haven't used GDB in forever, and am not even sure if I was using it right... (I use another debugger normally that works completely different, but it is X based)

anyway, here is what GDB barfs out if I use:
#gdb ./world ./world.core
(then I type bt to backtrace)

and it dumps out:

#0 0x2813b2b1 in std::locale::operator=(std::locale const&amp ()
from /usr/lib/libstdc++.so.4
#1 0x2813f4b9 in std::ios_base::_M_init() () from /usr/lib/libstdc++.so.4
#2 0x280fdbcb in std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*) () from /usr/lib/libstdc++.so.4
#3 0x280f75d1 in std::istream::istream(std::basic_streambuf<char , std::char_traits<char> >*) () from /usr/lib/libstdc++.so.4
#4 0x0806a2bc in EQTime::loadFile(char const*) (this=0x8091d00,
filename=0x2815a574 "\214
Reply With Quote