Hi all,

just discovered a segfault when configuring keyboard shortcuts. cvs is
from today. To reproduce: go to configure -> keybindings -> select
Launch application -> when you are asked to press the keys press win - a
-> segfault
I haven't tested any other key combinations. Backtrace attached.
Continuing.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb74486b0 (LWP 18452)]
0xb72390f2 in _grab_key_down_cb (data=0x8816e70, type=11, event=0x823c9f8)
    at e_int_config_keybindings.c:1096
1096                           if (cfdata->params[0])
#0  0xb72390f2 in _grab_key_down_cb (data=0x8816e70, type=11, event=0x823c9f8)
    at e_int_config_keybindings.c:1096
#1  0xb7b8f4e7 in _ecore_event_call () at ecore_events.c:428
#2  0xb7b95f3e in _ecore_main_loop_iterate_internal (once_only=0)
    at ecore_main.c:646
#3  0xb7b9612a in ecore_main_loop_begin () at ecore_main.c:83
#4  0x0806bdfe in main (argc=1, argv=0xbfe101c4) at e_main.c:916
#0  0xb72390f2 in _grab_key_down_cb (data=0x8816e70, type=11, event=0x823c9f8)
    at e_int_config_keybindings.c:1096
1096                           if (cfdata->params[0])
1091                             }
1092                           
e_widget_ilist_selected_set(cfdata->gui.o_binding_list, n);
1093                           
e_widget_ilist_unselect(cfdata->gui.o_action_list);
1094                           if (cfdata->locals.action) 
free(cfdata->locals.action);
1095                           cfdata->locals.action = strdup("");
1096                           if (cfdata->params[0])
1097                             {
1098                                int j, g = -1;
1099                                _find_key_binding_action("exec", NULL, &g, 
NULL, &j);
1100                                if (j >= 0)
$1 = <value optimized out>
Cannot access memory at address 0x0
$2 = 18
$3 = <value optimized out>
Cannot access memory at address 0x0
The program is running.  Quit anyway (and detach it)? (y or n) Detaching from 
program: /usr/bin/enlightenment, process 18452
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to