Wireshark-bugs: [Wireshark-bugs] [Bug 11467] New: First (and only the first) sort of most column
Date: Mon, 24 Aug 2015 20:29:32 +0000
Bug ID 11467
Summary First (and only the first) sort of most columns takes a long time (Qt UI)
Product Wireshark
Version Git
Hardware x86
OS All
Status UNCONFIRMED
Severity Major
Priority Low
Component Qt UI
Assignee bugzilla-admin@wireshark.org
Reporter jeff.morriss.ws@gmail.com

Build Information:
Version 1.99.9 (v1.99.9rc0-381-g5b961f5 from master)

Copyright 1998-2015 Gerald Combs <gerald@wireshark.org> 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 (64-bit) with Qt 4.8.6, with libpcap, without POSIX capabilities,
without libnl, with libz 1.2.8, with GLib 2.42.2, without SMI, with c-ares
1.10.0, with Lua 5.2, with GnuTLS 3.3.17, with Gcrypt 1.6.3, without Kerberos,
without GeoIP, without PortAudio, without AirPcap.

Running on Linux 4.1.5-100.fc21.x86_64, with locale C, with libpcap version
1.7.3, with libz 1.2.8, with GnuTLS 3.3.17, with Gcrypt 1.6.3.
        Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz (with SSE4.2)

Built using gcc 4.9.2 20150212 (Red Hat 4.9.2-6).

--
Trying to sort on columns other than frame number and time seems to have an odd
issue in the Qt UI.

Specifically if I click on, say, the Destination or Destination Port (added to
check the Qt UI's behavior for bug 11460) then it takes close to 60 seconds to
re-sort my 60k frame capture file (the load time of this file was, according to
the lower-right-hand-corner, 0.5 secs; adding a display filter of, say, "frame"
takes a similarly negligible amount of time).

Where it gets weird is if I then re-sort based on the same or different column
then the sort is very fast.

The Gtk UI does not have this problem.


BTW while looking at the Qt UI's "I'm busy working" interface I do find I
really miss the Gtk UI's "this is how much time I think is left" display.  It
gives me an idea of how long I can go check my email before coming back to find
my results...


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