Bug ID |
9834
|
Summary |
segfault in »tshark -G values«
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
1.10.5
|
Hardware |
x86-64
|
OS |
Linux (other)
|
Status |
UNCONFIRMED
|
Severity |
Minor
|
Priority |
Low
|
Component |
TShark
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
TShark 1.10.5 (SVN Rev Unknown from unknown)
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 (64-bit) with GLib 2.38.2, with libpcap, with libz 1.2.8, with POSIX
capabilities (Linux), with libnl 3, without SMI, without c-ares, without ADNS,
with Lua 5.2, without Python, with GnuTLS 3.2.8, with Gcrypt 1.6.0, with MIT
Kerberos, without GeoIP.
Running on Linux 3.13.5-1-ARCH, with locale en_US.UTF-8, with libpcap version
1.5.3, with libz 1.2.8.
AMD Phenom(tm) II X4 965 Processor
Built using gcc 4.8.2 20131219 (prerelease).
--
Running »tshark -G values« on my Arch Linux system segfaults at precisely the
same place each and every time:
[0 mbunkus@chai-latte ~] tshark -G values|head
V ieee17221.message_type 0 ENTITY_AVAILABLE
V ieee17221.message_type 1 ENTITY_DEPARTING
…
V btsdp.service_uuid 0x1800 Generic Access Profile
V btsdp.service_uuid 0x1801 Generic Attribute Profile
zsh: segmentation fault (core dumped) tshark -G values
[139 mbunkus@chai-latte ~]
Unfortunately I cannot easily build newer versions from git's master-1.10
branch due to Arch using Python 3 as /usr/bin/python, and the .py scripts
included in Wireshark's build process simply don't run with Python 3 (TabErrors
and similar issues).
I have confirmed, though, that the bug does not appear with tshark built from
git's master branch.
You are receiving this mail because:
- You are watching all bug changes.