\/\/ ~/wayland/build/efl/elementary/src/bin/.libs $ gdb ./elementary_test GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /home/joe/wayland.local/build/efl/elementary/src/bin/.libs/elementary_test...done. (gdb) start Temporary breakpoint 1 at 0x4147d0: file test.c, line 783. Starting program: /home/joe/wayland.local/build/efl/elementary/src/bin/.libs/elementary_test [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Temporary breakpoint 1, main (argc=1, argv=0x7fffffffdec8) at test.c:783 783 ELM_MAIN() (gdb) c Continuing. Program received signal SIGSEGV, Segmentation fault. wl_proxy_get_user_data (proxy=0x0) at wayland-client.c:632 632 return proxy->user_data; (gdb) bt full #0 wl_proxy_get_user_data (proxy=0x0) at wayland-client.c:632 No locals. #1 0x00007ffff36163be in wl_surface_get_user_data (wl_surface=) at /home/joe/wayland/install/include/wayland-client-protocol.h:1041 No locals. #2 _ecore_wl_input_cb_pointer_enter (data=0x6eecd0, pointer=, serial=13622, surface=, sx=, sy=) at ecore_wl_input.c:641 input = 0x6eecd0 win = 0x0 #3 0x00007ffff0f51a14 in ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6 No symbol table info available. #4 0x00007ffff0f51435 in ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6 No symbol table info available. #5 0x00007ffff38215ef in wl_closure_invoke (closure=, target=0xc84410, func=, data=0x6eecd0) at connection.c:853 result = 0 #6 0x00007ffff381fbb7 in handle_event (size=24, opcode=, id=, display=0x69d680) at wayland-client.c:542 proxy = 0xc84410 closure = 0xd92020 #7 wl_display_iterate (display=0x69d680, mask=) at wayland-client.c:575 p = {17, 1572864} object = len = 140 opcode = size = 24 #8 0x00007ffff36146b4 in _ecore_wl_cb_handle_data (data=, hdl=) at ecore_wl.c:411 ewd = #9 0x00007ffff7523021 in _ecore_call_fd_cb (data=, func=, fd_handler=0x69b200) at ecore_private.h:343 r = #10 _ecore_main_fd_handlers_call () at ecore_main.c:1562 fdh = 0x69b200 #11 _ecore_main_loop_iterate_internal (once_only=0) at ecore_main.c:1809 next_time = #12 0x00007ffff7523567 in ecore_main_loop_begin () at ecore_main.c:931 No locals. #13 0x0000000000415f60 in elm_main (argc=, argv=) at test.c:770 test_win_only = autorun = 0x0 t = 0x0 #14 0x00007ffff656e76d in __libc_start_main (main=0x4147d0
, argc=1, ubp_av=0x7fffffffdec8, init=, fini=, rtld_fini=, stack_end=0x7fffffffdeb8) at libc-start.c:226 result = unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, 1572797224673150597, 4278256, 140737488346816, 0, 0, -1572797225812294011, -1572778730302142843}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x45e210, 0x7fffffffdec8}, data = {prev = 0x0, cleanup = 0x0, canceltype = 4579856}}} not_first_call = #15 0x0000000000414819 in _start () No symbol table info available. (gdb) c Continuing. Program terminated with signal SIGSEGV, Segmentation fault. The program no longer exists. (gdb)