Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 9265] New: -qt core dumps in "follow tcp stream"

Date: Fri, 11 Oct 2013 20:54:33 +0000
Bug ID 9265
Summary -qt core dumps in "follow tcp stream"
Classification Unclassified
Product Wireshark
Version SVN
Hardware x86
OS All
Status UNCONFIRMED
Severity Major
Priority Low
Component Wireshark
Assignee [email protected]
Reporter [email protected]

Created attachment 11769 [details]
randpkt file

Build Information:
tfoerste@n22 ~/devel/wireshark $ ./wireshark -v
wireshark 1.11.0 (SVN Rev 52550 from /trunk)

Copyright 1998-2013 Gerald Combs <[email protected]> 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 (32-bit) with GTK+ 3.4.4, with Cairo 1.12.14, with Pango 1.30.1, with
GLib 2.32.4, with libpcap, with libz 1.2.7, with POSIX capabilities (Linux),
with libnl 3, without SMI, without c-ares, without ADNS, with Lua 5.1, without
Python, with GnuTLS 2.12.23, with Gcrypt 1.5.3, without Kerberos, without
GeoIP,
without PortAudio, without AirPcap.

Running on Linux 3.11.4, with locale en_US.utf8, with libpcap version 1.3.0,
with libz 1.2.7, GnuTLS 2.12.23, Gcrypt 1.5.3.

Built using gcc 4.7.3.

--
right mouse click onto an arbitray packet cores the app :

tfoerste@n22 ~/devel/wireshark $ gdb --core=core .libs/wireshark-qt -n -batch
-ex bt
[New LWP 19020]
[New LWP 19034]

warning: Could not load shared library symbols for linux-gate.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
Core was generated by `/home/tfoerste/devel/wireshark/.libs/wireshark-qt -r
/var/tmp/wireshark.pcapng'.
Program terminated with signal 11, Segmentation fault.
#0  0xb3dfa044 in QAction::isEnabled (this=0x0) at kernel/qaction.cpp:1130
1130    kernel/qaction.cpp: No such file or directory.
#0  0xb3dfa044 in QAction::isEnabled (this=0x0) at kernel/qaction.cpp:1130
#1  0x080a6687 in PacketList::contextMenuEvent(QContextMenuEvent*) ()
#2  0xb3e5d553 in QWidget::event (this=0x908bc10, event=0xbffdc900) at
kernel/qwidget.cpp:8554
#3  0xb4251715 in QFrame::event (this=0x908bc10, e=0xbffdc900) at
widgets/qframe.cpp:557
#4  0xb42e4f31 in QAbstractScrollArea::viewportEvent (this=0x908bc10,
e=0xbffdc900) at widgets/qabstractscrollarea.cpp:1043
#5  0xb438bd74 in QAbstractItemView::viewportEvent (this=<error reading
variable: Cannot access memory at address 0x8802>, event=<error reading
variable: Cannot access memory at address 0x8806>) at
itemviews/qabstractitemview.cpp:1644
#6  0xb43d805f in QTreeView::viewportEvent (this=0x908bc10, event=0xbffdc900)
at itemviews/qtreeview.cpp:1252
#7  0xb42e7716 in viewportEvent (this=<optimized out>, event=0xbffdc900) at
widgets/qabstractscrollarea_p.h:100
#8  eventFilter (e=0xbffdc900, this=<optimized out>, o=<optimized out>) at
widgets/qabstractscrollarea_p.h:116
#9  QAbstractScrollAreaFilter::eventFilter (this=0x92a2820, o=0x90b6c30,
e=0xbffdc900) at widgets/qabstractscrollarea_p.h:115
#10 0xb3b4f094 in QCoreApplicationPrivate::sendThroughObjectEventFilters
(this=0x8fb5e20, receiver=0x90b6c30, event=0xbffdc900) at
kernel/qcoreapplication.cpp:1059
#11 0xb3e01ec2 in notify_helper (e=0xbffdc900, receiver=0x90b6c30,
this=0x8fb5e20) at kernel/qapplication.cpp:4558
#12 QApplicationPrivate::notify_helper (this=0x8fb5e20, receiver=0x90b6c30,
e=0xbffdc900) at kernel/qapplication.cpp:4534
#13 0xb3e07928 in QApplication::notify (this=0x90b6c30, receiver=0x90b6c30,
e=0xbffdc900) at kernel/qapplication.cpp:4184
#14 0xb3b4eefe in QCoreApplication::notifyInternal (this=0xbffdd0d4,
receiver=0x90b6c30, event=0xbffdc900) at kernel/qcoreapplication.cpp:949
#15 0xb3e8bbd8 in sendSpontaneousEvent (event=0xbffdc900, receiver=0x90b6c30)
at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:234
#16 QETWidget::translateMouseEvent (this=0x903a628, event=0xbffdccb0) at
kernel/qapplication_x11.cpp:4522
#17 0xb3e8a6fd in QApplication::x11ProcessEvent (this=0xbffdd0d4,
event=0xbffdccb0) at kernel/qapplication_x11.cpp:3640
#18 0xb3eb5ddc in x11EventSourceDispatch (s=0x8fb8ea8, callback=0x0,
user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
#19 0xb47d7e56 in g_main_dispatch (context=0x8fb7900) at gmain.c:2539
#20 g_main_context_dispatch (context=0x8fb7900) at gmain.c:3075
#21 0xb47d81f8 in g_main_context_iterate (dispatch=1, block=-1266787408,
context=0x8fb7900, self=<optimized out>) at gmain.c:3146
#22 g_main_context_iterate (context=0x8fb7900, block=-1266787408, dispatch=1,
self=<optimized out>) at gmain.c:3083
#23 0xb47d82d1 in g_main_context_iteration (context=0x8fb7900, may_block=1) at
gmain.c:3207
#24 0xb3b81ed7 in QEventDispatcherGlib::processEvents (this=0x8fb68c0,
flags=...) at kernel/qeventdispatcher_glib.cpp:425
#25 0xb3eb59fa in QGuiEventDispatcherGlib::processEvents (this=0x8fb68c0,
flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#26 0xb3b4d6dd in QEventLoop::processEvents (this=0xbffdcfa4, flags=...) at
kernel/qeventloop.cpp:149
#27 0xb3b4d979 in QEventLoop::exec (this=0xbffdcfa4, flags=...) at
kernel/qeventloop.cpp:204
#28 0xb3b52fda in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1221
#29 0xb3dffe84 in QApplication::exec () at kernel/qapplication.cpp:3823
#30 0x0806ebcd in main ()


You are receiving this mail because:
  • You are watching all bug changes.