shadowm

Untitled

Nov 11th, 2011
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. (gdb) run
  2. Starting program: /home/shadowm/src/wesnoth/wesnoth-debug -e
  3. [Thread debugging using libthread_db enabled]
  4. [New Thread 0x7fffeb21b700 (LWP 26004)]
  5. Battle for Wesnoth v1.9.10+svn (51956)
  6. Started on Fri Nov 11 17:00:43 2011
  7.  
  8. Automatically found a possible data directory at /home/shadowm/src/wesnoth
  9.  
  10. Data directory: /home/shadowm/src/wesnoth
  11. User configuration directory: /home/shadowm/.wesnoth-1.9
  12. User data directory: /home/shadowm/.wesnoth-1.9
  13. Cache directory: /home/shadowm/.wesnoth-1.9/cache
  14. Checking video mode: 1280x752x32...
  15. setting mode to 1280x752x32
  16.  
  17. Program received signal SIGSEGV, Segmentation fault.
  18. 0x00007ffff4621ff3 in std::_Rb_tree_increment(std::_Rb_tree_node_base*) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  19. (gdb) bt
  20. #0 0x00007ffff4621ff3 in std::_Rb_tree_increment(std::_Rb_tree_node_base*) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  21. #1 0x00000000004a4e35 in std::_Rb_tree_const_iterator<map_location>::operator++ (this=0x7fffffffd010) at /usr/include/c++/4.6/bits/stl_tree.h:269
  22. #2 0x0000000000b06f1b in boost::foreach_detail_::next<std::set<map_location, std::less<map_location>, std::allocator<map_location> >, mpl_::bool_<true> > (
  23. cur=...) at /usr/include/boost/foreach.hpp:737
  24. #3 0x0000000000b45183 in editor::editor_controller::refresh_after_action (this=0x7fffffffd4e0, drag_part=true) at src/editor/editor_controller.cpp:797
  25. #4 0x0000000000b4721c in editor::editor_controller::perform_refresh (this=0x7fffffffd4e0, action=..., drag_part=true)
  26. at src/editor/editor_controller.cpp:1286
  27. #5 0x0000000000b471a9 in editor::editor_controller::perform_refresh_delete (this=0x7fffffffd4e0, action=0x4de94c0, drag_part=true)
  28. at src/editor/editor_controller.cpp:1279
  29. #6 0x0000000000b47cc0 in editor::editor_controller::left_click (this=0x7fffffffd4e0, x=652, y=422, browse=false) at src/editor/editor_controller.cpp:1393
  30. #7 0x0000000000a5b8bc in events::mouse_handler_base::mouse_press (this=0x7fffffffd538, event=..., browse=false) at src/mouse_handler_base.cpp:143
  31. #8 0x0000000000875479 in controller_base::handle_event (this=0x7fffffffd4e0, event=...) at src/controller_base.cpp:91
  32. #9 0x0000000000c971ff in events::pump () at src/events.cpp:380
  33. #10 0x0000000000875c62 in controller_base::play_slice (this=0x7fffffffd4e0, is_delay_enabled=true) at src/controller_base.cpp:197
  34. #11 0x0000000000b40bc2 in editor::editor_controller::main_loop (this=0x7fffffffd4e0) at src/editor/editor_controller.cpp:283
  35. #12 0x0000000000884bfd in editor::start (game_conf=..., video=..., filename=..., take_screenshot=false, screenshot_filename=...)
  36. at src/editor/editor_main.cpp:51
  37. #13 0x0000000000486376 in game_controller::start_editor (this=0x16296a0, filename=...) at src/game_controller.cpp:1308
  38. #14 0x0000000000482b19 in game_controller::goto_editor (this=0x16296a0) at src/game_controller.cpp:881
  39. #15 0x000000000041f50f in do_gameloop (argc=2, argv=0x7fffffffe098) at src/game.cpp:491
  40. #16 0x000000000041ff5e in main (argc=2, argv=0x7fffffffe098) at src/game.cpp:627
  41.  
  42.  
Advertisement
Add Comment
Please, Sign In to add comment