This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Segfault - Constant crashes “Follow TCP Stream' - Even with small trace files

0

Wireshark crashes constantly when I try to assemble TCP streams. It happens with small traces. when a filter a trace with 'TCP'. Here is what a gathered:

-- Wireshark Version 2.2.1

--System:

Linux 4.6.0-amd64 #1 SMP Debian 4.6.4-(2016-07-21) x86_64 GNU/Linux

--- dpkg -s libc6 | grep ^Version Version: 2.24-7

dmesg:

[ 2421.293635] wireshark[1617]: segfault at 7fc4ea662d08 ip 00007fc4ea662d08 sp 00007ffc4252cc78 error 15 in libc-2.24.so[7fc4ea662000+2000] [ 2656.401863] wireshark[2133]: segfault at 561838529390 ip 0000561838529390 sp 00007ffe71b508a8 error 15 [ 3815.183482] wireshark[2222]: segfault at 557727157fa0 ip 0000557727157fa0 sp 00007fff6fc6e428 error 15 [ 4170.894616] wireshark[4775]: segfault at 7fed00000040 ip 00007fed00000040 sp 00007fff0f4099e8 error 14 in libkrb5.so.3.3[7fecffe6a000+200000

----System log

Dec 15 15:35:08 kalia kernel: [ 4170.894616] wireshark[4775]: segfault at 7fed00000040 ip 00007fed00000040 sp 00007fff0f4099e8 error 14 in libkrb5.so.3.3[7fecffe6a000+200000] Dec 15 15:35:16 kalia gnome-system-lo[4955]: Failed to get the GNOME session proxy: The name org.gnome.SessionManager is not owned Dec 15 15:35:16 kalia gnome-system-lo[4955]: Failed to get the Xfce session proxy: The name org.xfce.SessionManager is not owned Dec 15 15:35:16 kalia gnome-system-lo[4955]: Failed to get an inhibit portal proxy: The name org.freedesktop.portal.Desktop is not owned Dec 15 15:35:16 kalia gnome-system-lo[4955]: g_action_print_detailed_name: assertion 'g_action_name_is_valid (action_name)' failed Dec 15 15:35:16 kalia gnome-system-lo[4955]: gtk_application_set_accels_for_action: assertion 'detailed_action_name != NULL' failed Dec 15 15:35:16 kalia gnome-system-lo[4955]: g_action_print_detailed_name: assertion 'g_action_name_is_valid (action_name)' failed Dec 15 15:35:16 kalia gnome-system-lo[4955]: gtk_application_set_accels_for_action: assertion 'detailed_action_name != NULL' failed Dec 15 15:35:16 kalia gnome-system-lo[4955]: g_action_print_detailed_name: assertion 'g_action_name_is_valid (action_name)' failed Dec 15 15:35:16 kalia gnome-system-lo[4955]: gtk_application_set_accels_for_action: assertion 'detailed_action_name != NULL' failed Dec 15 15:35:16 kalia gnome-system-lo[4955]: g_action_print_detailed_name: assertion 'g_action_name_is_valid (action_name)' failed Dec 15 15:35:16 kalia gnome-system-lo[4955]: gtk_application_set_accels_for_action: assertion 'detailed_action_name != NULL' failed Dec 15 15:35:16 kalia gnome-system-lo[4955]: g_action_print_detailed_name: assertion 'g_action_name_is_valid (action_name)' failed Dec 15 15:35:16 kalia gnome-system-lo[4955]: gtk_application_set_accels_for_action: assertion 'detailed_action_name != NULL' failed Dec 15 15:35:16 kalia gnome-system-lo[4955]: g_action_print_detailed_name: assertion 'g_action_name_is_valid (action_name)' failed Dec 15 15:35:16 kalia gnome-system-lo[4955]: gtk_application_set_accels_for_action: assertion 'detailed_action_name != NULL' failed Dec 15 15:35:16 kalia gnome-system-lo[4955]: g_action_print_detailed_name: assertion 'g_action_name_is_valid (action_name)' failed Dec 15 15:35:16 kalia gnome-system-lo[4955]: gtk_application_set_accels_for_action: assertion 'detailed_action_name != NULL' failed Dec 15 15:35:17 kalia gnome-system-lo[4955]: Allocating size to GtkScrolledWindow 0x27643c0 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?

Thanks for your help!

Christian

asked 15 Dec '16, 16:16

toloop's gravatar image

toloop
6112
accept rate: 0%

edited 17 Dec '16, 10:54

grahamb's gravatar image

grahamb ♦
19.8k330206

Is this installed from a distribution package or self-compiled?

(17 Dec '16, 10:55) grahamb ♦

Wireshark v. 2.2.0 is bundled with Debian Kali Linux.

Thank you,

Christian

(18 Dec '16, 08:35) toloop

One Answer:

0

You may have better luck reporting this in Wireshark's bugzilla site: https://bugs.wireshark.org/bugzilla/

answered 17 Dec '16, 10:00

Quadratic's gravatar image

Quadratic
1.9k6928
accept rate: 13%