Issue680

Title editor : crashed (once) on playtesting
Priority bug Status open
Assigned To Keywords editor
Linked issues Watchers

Submitted on 2013-08-25 20h52 by matthiaskrgr, last changed by matthiaskrgr.

Messages
Author: matthiaskrgr Date: 2013-08-25   20h52
print_trace:  Obtained 22 stack frames.
    print_trace:  Obtaining symbols now done.
    ../src(print_trace+0x12) [0x440432]
    /usr/lib/libpthread.so.0(+0xf830) [0x7fb7a89cd830]
    ../src(mouse_cursor_is_on_that_image+0x1f1) [0x43f3a1]
    ../src(clickable_obstacle_below_mouse_cursor+0x292) [0x43edc2]
    ../src(AssembleCombatPicture+0x21) [0x452881]
    ../src(SaveThumbnailOfGame+0x39) [0x4211a9]
    ../src(SaveGame+0x248) [0x421408]
    ../src(TestMap+0x23) [0x470da3]
    ../src(DoLevelEditorMainMenu+0xac8) [0x477768]
    ../src(leveleditor_process_input+0x6e1) [0x475791]
    ../src(LevelEditor+0x35) [0x470e05]
    ../src() [0x44a07a]
    ../src(input_key_press+0x57) [0x44a5a7]
    ../src(input_handle+0xc0) [0x448500]
    ../src(Game+0x99) [0x44af89]
    ../src(TestMap+0x28) [0x470da8]
    ../src(DoLevelEditorMainMenu+0xac8) [0x477768]
    ../src(leveleditor_process_input+0x6e1) [0x475791]
    ../src(LevelEditor+0x35) [0x470e05]
    ../src(main+0x155) [0x4149b5]
    /usr/lib/libc.so.6(__libc_start_main+0xf5) [0x7fb7a83d7bc5]
    ../src() [0x414a6d]
     
    print_trace():  received SIGSEGV!
     
     
     
    addr2line -e ./src/freedroidRPG 0x43f3a1 0x43edc2 0x452881 0x4211a9 0x421408
0x470da3 0x477768 0x475791 0x470e05 0x44a07a 0x44a5a7 0x448500 0x44af89 0x470da8
0x477768  0x475791 0x470e05 0x4149b5 0x7fb7a83d7bc5 0x414a6d
    /home/matthias/vcs/git/freedroid/src/misc.c:508
    /home/matthias/vcs/git/freedroid/src/action.c:186
    /home/matthias/vcs/git/freedroid/src/view.c:1775
    /home/matthias/vcs/git/freedroid/src/saveloadgame.c:215
    /home/matthias/vcs/git/freedroid/src/saveloadgame.c:294
    /home/matthias/vcs/git/freedroid/src/lvledit/lvledit.c:251
    /home/matthias/vcs/git/freedroid/src/lvledit/lvledit_menu.c:1091
    /home/matthias/vcs/git/freedroid/src/lvledit/lvledit_input.c:193
    /home/matthias/vcs/git/freedroid/src/lvledit/lvledit.c:282
    /home/matthias/vcs/git/freedroid/src/keyboard.c:658
    /home/matthias/vcs/git/freedroid/src/keyboard.c:814
    /home/matthias/vcs/git/freedroid/src/input.c:120
    /home/matthias/vcs/git/freedroid/src/main.c:90
    /home/matthias/vcs/git/freedroid/src/lvledit/lvledit.c:252
    /home/matthias/vcs/git/freedroid/src/lvledit/lvledit_menu.c:1091
    /home/matthias/vcs/git/freedroid/src/lvledit/lvledit_input.c:193
    /home/matthias/vcs/git/freedroid/src/lvledit/lvledit.c:282
    /home/matthias/vcs/git/freedroid/src/main.c:185
    ??:0
    ??:?

 @ c0e1cd9d58f69f6d508389321eb191e1159621f9
History
Date User Action Args
2013-08-25 20:52:42matthiaskrgrcreate