(gdb) bt
0 0x00007f504792fa54 in gdk_window_set_geometry_hints ()
from /usr/lib/libgdk-x11-2.0.so.0
1 0x00007f5047ddd6c6 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
2 0x00007f5045efb81c in g_closure_invoke ()
from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
3 0x00007f5045f0ce1f in ?? ()
from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
4 0x00007f5045f16258 in g_signal_emit_valist ()
from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
5 0x00007f5045f1641f in g_signal_emit ()
from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
6 0x00007f5047c2d750 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
7 0x00007f50478dec46 in ?? () from /usr/lib/libgdk-x11-2.0.so.0
8 0x00007f5045a38bcd in g_main_context_dispatch ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
9 0x00007f5045a393a8 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
10 0x00007f5045a399f2 in g_main_loop_run ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
11 0x00007f5047ca9af7 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
12 0x000000000046a6b5 in gtkui_start () at ec_gtk.c:441
13 0x000000000043503e in ui_start () at ec_ui.c:79
14 0x0000000000422044 in main (argc=4, argv=0x7fff3ef0af08) at ec_main.c:173
(gdb) quit
ettercap0.7.4.1_debug.log debug_dump.pcap
This happens on Ubuntu 11.04
Something was written about the ec_packet.c:
, len=48) at ec_packet.c:67""#1 0x0000000000423fcb in packet_disp_data (po=0x7ff4a59a9c30, buf=0xffffffffabfa4088
Then was removed.
IIf there is an issue with that, how to fix it? Read a similar bug here, but same response is gone.
Could you please describe what were you doing when you hit the bug?
This happened after doing a scan for hosts:
ettercap 0.7.4.1 copyright 2001-2011 ALoR & NaGA
Ooops !! This shouldn't happen...
Segmentation Fault...
===========================================================================
To report this error follow these steps:
1) set ec_uid to 0 (so the core will be dumped)
2) execute ettercap with "-w debug_dump.pcap"
3) reproduce the critical situation
4) make a report :
"tar zcvf error.tar.gz ettercap0.7.4.1_debug.log debug_dump.pcap"
5) get the gdb backtrace :
6) mail us the output of gdb and the error.tar.gz
Core dumping... (use the 'core' file for gdb analysis)
Seems to be the same bug as https://bugs.launchpad.net/ubuntu/+source/ettercap/+bug/588007
could you please build the latest ettercap from http://ettercap.sourceforge.net/downloads.html and tell if the problem persists? maybe updating to a new ubuntu version could help too, your version is going to EOL very soon.
thanks
Hi wacs, could you please try the latest ettercap_rc from git?
This issue should be fixed there.
Problem fixed in 0.7.4.1 and ettercap_rc branch.