Wireshark-bugs: [Wireshark-bugs] [Bug 6029] New: Wireshark crashes when entering anything in cap
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6029
Summary: Wireshark crashes when entering anything in capture
filter textbox
Product: Wireshark
Version: SVN
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: NEW
Severity: Major
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: tony19@xxxxxxxxx
Created an attachment (id=6511)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=6511)
GDB backtrace (and various GTK print-outs)
Build Information:
wireshark 1.7.0 (SVN Rev 37685 from /trunk)
Copyright 1998-2011 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (64-bit) with GTK+ 2.24.4, with GLib 2.28.7, with libpcap 1.0.0, with
libz 1.2.5, without POSIX capabilities, without libpcre, without SMI, without
c-ares, without ADNS, with Lua 5.1, with Python 2.6.1, without GnuTLS, without
Gcrypt, with MIT Kerberos, without GeoIP, without PortAudio, without AirPcap.
Running on Mac OS 10.6.7 (Darwin 10.7.0), with libpcap version 1.0.0, with libz
1.2.5.
Built using gcc 4.2.1 (Apple Inc. build 5666) (dot 3).
--
When entering anything in the capture filter textbox, Wireshark segfaults at
http://anonsvn.wireshark.org/viewvc/trunk/gtk/capture_dlg.c?revision=37661&view=markup#l280
This also occurs in Ubuntu 11.04.
The console prints:
(wireshark:17350): GLib-GObject-WARNING **: invalid cast from `GtkComboBox' to
`GtkComboBoxText'
(wireshark:17350): Gtk-CRITICAL **: IA__gtk_combo_box_text_append_text:
assertion `GTK_IS_COMBO_BOX_TEXT (combo_box)' failed
(wireshark:17350): GLib-GObject-WARNING **: invalid cast from `GtkComboBox' to
`GtkComboBoxText'
(wireshark:17350): Gtk-CRITICAL **: IA__gtk_combo_box_text_append_text:
assertion `GTK_IS_COMBO_BOX_TEXT (combo_box)' failed
(wireshark:17350): GLib-GObject-WARNING **: invalid cast from `GtkComboBox' to
`GtkComboBoxText'
(wireshark:17350): Gtk-CRITICAL **: IA__gtk_combo_box_text_prepend_text:
assertion `GTK_IS_COMBO_BOX_TEXT (combo_box)' failed
(wireshark:17350): GLib-GObject-WARNING **: invalid cast from `GtkComboBox' to
`GtkComboBoxText'
(wireshark:17350): Gtk-CRITICAL **: IA__gtk_combo_box_text_get_active_text:
assertion `GTK_IS_COMBO_BOX_TEXT (combo_box)' failed
Segmentation fault
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.