Bug ID |
11552
|
Summary |
Qt Wireshark crashed when pressing Enter in display filter combox
|
Product |
Wireshark
|
Version |
1.99.x (Experimental)
|
Hardware |
x86
|
OS |
Windows 7
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Qt UI
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Version 1.99.10-241-geaf4746 (v1.99.10rc0-241-geaf4746 from master)
Copyright 1998-2015 Gerald Combs <[email protected]> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
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 Qt 5.3.1, with WinPcap (unknown), with libz 1.2.8, with
GLib 2.38.0, with SMI 0.4.8, with c-ares 1.9.1, with Lua 5.2, with GnuTLS
3.2.15, with Gcrypt 1.6.2, with MIT Kerberos, with GeoIP, without PortAudio,
with AirPcap.
Running on 64-bit Windows 7 Service Pack 1, build 7601, with locale C, without
WinPcap, with GnuTLS 3.2.15, with Gcrypt 1.6.2, without AirPcap.
Intel(R) Core(TM) i5-4310M CPU @ 2.70GHz (with SSE4.2), with 8105MB of physical
memory.
Built using Microsoft Visual C++ 12.0 build 31101
--
Qt Wireshark crashed when pressing Enter in display filter combox before file
is loaded. If any file is loaded, then wireshark doens't crash when you press
Enter.
It has been verified that this crash issue is introduced by below commit.
3a351b685bb4034dd0ec843b596b2bd33382e72f
Author: Gerald Combs <[email protected]> 2015-09-19 02:31:16
Committer: Alexis La Goutte <[email protected]> 2015-09-20 17:47:04
Parent: 587e93a55e6d58076c76f3c611dab002c34001e6 (Start moving RTP decoding
routines to the ui directory.)
Child: 4ec8a06caed461d0e22c315e9d91dcb24870d733 ([Automatic update for
2015-09-20])
Branches: master, remotes/origin/master
Follows: v1.99.10rc0
Precedes:
Call cf_cb_file_rescan_* callbacks in rescan_packets.
We call cf_cb_file_rescan_{started,finished} in rescan_file. Do the same
in rescan_packets. In the Qt UI this ensures that flushVisibleRows gets
called so that packet_list_select_row_from_data works as expected.
You are receiving this mail because:
- You are watching all bug changes.