Advertisement
krzys_h

Untitled

Dec 9th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 1.94 KB | None | 0 0
  1. (gdb) bt
  2. #0  0x00007ffff579c64d in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  3. #1  0x00007ffff57fb4df in std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string() ()
  4.    from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  5. #2  0x00000000006986da in Ui::HyperLink::~HyperLink (this=0x48a6750,
  6.     __in_chrg=<optimized out>)
  7.     at /home/krzys_h/Pulpit/colobot/src/ui/edit.h:104
  8. #3  0x000000000068d0bc in Ui::CEdit::~CEdit (this=0x48a4ae0,
  9.     __in_chrg=<optimized out>)
  10.     at /home/krzys_h/Pulpit/colobot/src/ui/edit.cpp:125
  11. #4  0x000000000068d148 in Ui::CEdit::~CEdit (this=0x48a4ae0,
  12.     __in_chrg=<optimized out>)
  13.     at /home/krzys_h/Pulpit/colobot/src/ui/edit.cpp:140
  14. #5  0x00000000006d23f9 in Ui::CWindow::Flush (this=0x49547a0)
  15.     at /home/krzys_h/Pulpit/colobot/src/ui/window.cpp:71
  16. #6  0x00000000006d2351 in Ui::CWindow::~CWindow (this=0x49547a0,
  17.     __in_chrg=<optimized out>)
  18.     at /home/krzys_h/Pulpit/colobot/src/ui/window.cpp:61
  19. #7  0x00000000006d238c in Ui::CWindow::~CWindow (this=0x49547a0,
  20.     __in_chrg=<optimized out>)
  21.     at /home/krzys_h/Pulpit/colobot/src/ui/window.cpp:62
  22. #8  0x000000000069a0af in Ui::CInterface::DeleteControl (this=0x452cce0,
  23.     eventMsg=EVENT_WINDOW4)
  24.     at /home/krzys_h/Pulpit/colobot/src/ui/interface.cpp:259
  25. #9  0x000000000068ad52 in Ui::CDisplayInfo::StopDisplayInfo (this=0x5618460)
  26.     at /home/krzys_h/Pulpit/colobot/src/ui/displayinfo.cpp:823
  27. #10 0x000000000062bca6 in CRobotMain::StopDisplayInfo (this=0x4522600)
  28.     at /home/krzys_h/Pulpit/colobot/src/object/robotmain.cpp:2233
  29. #11 0x0000000000629843 in CRobotMain::ProcessEvent (this=0x4522600, event=...)
  30.     at /home/krzys_h/Pulpit/colobot/src/object/robotmain.cpp:1508
  31. #12 0x000000000053bf00 in CApplication::Run (this=0xa759d0)
  32.     at /home/krzys_h/Pulpit/colobot/src/app/app.cpp:995
  33. #13 0x00000000005376ff in main (argc=3, argv=0x7fffffffe398)
  34.     at /home/krzys_h/Pulpit/colobot/src/app/main.cpp:122
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement