shadowm

Untitled

Feb 23rd, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.24 KB | None | 0 0
  1. shadowm@nanacore:~/src/wesnoth% gdb ./wesnoth-debug
  2. GNU gdb (GDB) 7.6.2 (Debian 7.6.2-1)
  3. Copyright (C) 2013 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /home/shadowm/src/wesnoth/wesnoth-debug...done.
  12. (gdb) run
  13. Starting program: /home/shadowm/src/wesnoth/./wesnoth-debug
  14. warning: Could not load shared library symbols for linux-vdso.so.1.
  15. Do you need "set solib-search-path" or "set sysroot"?
  16. [Thread debugging using libthread_db enabled]
  17. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  18. [New Thread 0x7fffe51a8700 (LWP 16626)]
  19. Battle for Wesnoth v1.11.10+dev (b995ae5-Clean)
  20. Started on Sun Feb 23 20:24:34 2014
  21.  
  22. Automatically found a possible data directory at /home/shadowm/src/wesnoth
  23.  
  24. Data directory: /home/shadowm/src/wesnoth
  25. User configuration directory: /home/shadowm/.wesnoth-1.11
  26. User data directory: /home/shadowm/.wesnoth-1.11
  27. Cache directory: /home/shadowm/.wesnoth-1.11/cache
  28. [New Thread 0x7fffe3a19700 (LWP 16628)]
  29. Checking video mode: 1024x768x32...
  30. setting mode to 1024x768x32
  31. 20140223 20:24:36 error general: no location found for 'data/add-ons/After_the_Storm/translations', skipping textdomain
  32. 20140223 20:24:36 error general: no location found for 'data/add-ons/Era_of_Chaos/translations', skipping textdomain
  33. 20140223 20:24:36 warning config: add-on 'NX-Music' has no _info.cfg; cannot read version info
  34. [New Thread 0x7fffe2d1d700 (LWP 16629)]
  35. [New Thread 0x7fffe1158700 (LWP 16630)]
  36. [Thread 0x7fffe1158700 (LWP 16630) exited]
  37. 20140223 20:24:51 error display: Failed to send visual notification: The name org.kde.VisualNotifications was not provided by any .service files
  38. 20140223 20:24:51 error display: Retrying with the freedesktop protocol.
  39. 20140223 20:25:37 error display: display locked ignoring dialog 'Preferences' ''
  40. 20140223 20:25:38 error display: display locked ignoring dialog 'Preferences' ''
  41.  
  42. Program received signal SIGFPE, Arithmetic exception.
  43. 0x000000000120af2e in display::minimap_location_on (this=0x2dd9350, x=902, y=168) at src/display.cpp:793
  44. 793 int px = (x - minimap_location_.x) * get_map().w()*hex_width() / minimap_location_.w;
  45. (gdb) bt
  46. #0 0x000000000120af2e in display::minimap_location_on (this=0x2dd9350, x=902, y=168) at src/display.cpp:793
  47. #1 0x0000000000e5a07f in events::mouse_handler_base::left_click (this=0x7fffffff4de8, x=902, y=168) at src/mouse_handler_base.cpp:257
  48. #2 0x0000000000e594db in events::mouse_handler_base::mouse_press (this=0x7fffffff4de8, event=..., browse=true) at src/mouse_handler_base.cpp:145
  49. #3 0x0000000000e4d2f7 in events::mouse_handler::mouse_press (this=0x7fffffff4de8, event=..., browse=true) at src/mouse_events.cpp:447
  50. #4 0x0000000000b55103 in controller_base::handle_event (this=0x7fffffff4d28, event=...) at src/controller_base.cpp:93
  51. #5 0x0000000000b5541f in non-virtual thunk to controller_base::handle_event(SDL_Event const&) (this=0x7fffffff4d30, event=...)
  52. at /home/shadowm/.ccache/tmp/controller.tmp.nanacore.14333.ii:120
  53. #6 0x00000000012362cf in events::pump () at src/events.cpp:387
  54. #7 0x0000000000b55ef3 in controller_base::play_slice (this=0x7fffffff4d28, is_delay_enabled=true) at src/controller_base.cpp:207
  55. #8 0x0000000000764f8f in playmp_controller::play_network_turn (this=0x7fffffff4d28) at src/playmp_controller.cpp:475
  56. #9 0x000000000076d467 in playsingle_controller::play_side (this=0x7fffffff4d28, side_number=1, save=true) at src/playsingle_controller.cpp:690
  57. #10 0x0000000000762584 in playmp_controller::play_side (this=0x7fffffff4d28, side_number=1, save=true) at src/playmp_controller.cpp:104
  58. #11 0x000000000076cbcd in playsingle_controller::play_turn (this=0x7fffffff4d28, save=true) at src/playsingle_controller.cpp:604
  59. #12 0x000000000076ad6f in playsingle_controller::play_scenario (this=0x7fffffff4d28, story=..., skip_replay=true) at src/playsingle_controller.cpp:412
  60. #13 0x000000000075a613 in playmp_scenario (game_config=..., level=0x7fffffff7740, disp=..., state_of_game=..., story=..., skip_replay=true,
  61. blindfold_replay=true, io_type=@0x7fffffff77dc: IO_CLIENT, end_level=...) at src/playcampaign.cpp:319
  62. #14 0x0000000000756853 in play_game (disp=..., gamestate=..., game_config=..., io_type=IO_CLIENT, skip_replay=true, network_game=true,
  63. blindfold_replay=true) at src/playcampaign.cpp:497
  64. #15 0x00000000006ab779 in enter_wait_mode (disp=..., game_config=..., state=..., observe=true) at src/multiplayer.cpp:462
  65. #16 0x00000000006aadcf in enter_lobby_mode (disp=..., game_config=..., state=...) at src/multiplayer.cpp:703
  66. #17 0x00000000006a43db in mp::start_client (disp=..., game_config=..., state=..., host=...) at src/multiplayer.cpp:894
  67. #18 0x00000000004f82c0 in game_controller::play_multiplayer (this=0x1fda6e0) at src/game_controller.cpp:853
  68. #19 0x000000000044e530 in do_gameloop (argc=1, argv=0x7fffffffe0b8) at src/game.cpp:601
  69. #20 0x000000000044c799 in main (argc=1, argv=0x7fffffffe0b8) at src/game.cpp:699
Advertisement
Add Comment
Please, Sign In to add comment