<URL: http://bugs.freeciv.org/Ticket/Display.html?id=27460 >

1. click on city
2. bring up worklist
3. click on the options icon in left corner


Perhaps these two should be merged?
void popdown_worklist_editor(void)
static int popdown_worklist_editor_callback(struct widget *pWidget)


Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1215846720 (LWP 25960)]
0x0814e6a2 in popdown_worklist_editor () at wldlg.c:1757
1757        FC_FREE(pEditor->pGlobal->pScroll);
(gdb) bt
#0  0x0814e6a2 in popdown_worklist_editor () at wldlg.c:1757
#1  0x080fe8ff in popdown_all_game_dialogs () at dialogs.c:160
#2  0x0813195a in popup_optiondlg () at optiondlg.c:2152
#3  0x08132365 in optiondlg_callback (pButton=0x8dd3c30) at optiondlg.c:2089
#4  0x08144d85 in widget_pressed_action (pWidget=0x8dd3c30) at widget.c:402
#5  0x0811288c in main_key_down_handler (Key=
      {scancode = 23 '\027', sym = SDLK_TAB, mod = KMOD_NONE, unicode =
0}, pData=0x0) at gui_main.c:239
#6  0x08113076 in gui_event_loop (pData=0x0, loop_action=0,
    key_down_handler=0x8112854 <main_key_down_handler>,
key_up_handler=0x8112a4f <main_key_up_handler>,
    mouse_button_down_handler=0x8112a67 <main_mouse_button_down_handler>,
    mouse_button_up_handler=0x8112b18 <main_mouse_button_up_handler>,
    mouse_motion_handler=0x8112ba8 <main_mouse_motion_handler>) at
gui_main.c:667
#7  0x081139ab in ui_main (argc=1, argv=0xbff43084) at gui_main.c:963
#8  0x08050335 in main (argc=2, argv=0xbff43084) at civclient.c:359


_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to