Bug ID |
12183
|
Summary |
tshark with randpktdump reporting "pointer being freed was not allocated" on exit
|
Product |
Wireshark
|
Version |
2.1.x (Experimental)
|
Hardware |
x86
|
OS |
Mac OS X 10.10
|
Status |
UNCONFIRMED
|
Severity |
Normal
|
Priority |
Low
|
Component |
TShark
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
TShark (Wireshark) 2.1.0-2133-g070fc33 (v2.1.0rc0-2133-g070fc33 from unknown)
Copyright 1998-2016 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 (64-bit) with libpcap, without POSIX capabilities, with libz 1.2.5,
with GLib 2.36.0, with SMI 0.4.8, without c-ares, without ADNS, with Lua 5.2,
with GnuTLS 2.12.19, with Gcrypt 1.5.0, with MIT Kerberos, with GeoIP.
Running on Mac OS X 10.10.5, build 14F1605 (Darwin 14.5.0), with locale
en_US.UTF-8, with libpcap version 1.5.3 - Apple version 47, with libz 1.2.5,
with GnuTLS 2.12.19, with Gcrypt 1.5.0.
Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz (with SSE4.2)
Built using llvm-gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build
2336.9.00).
--
Running tshark from buildbot 2.1.0-2133-g070fc33.
When tshark is started with no arguments in OS X terminal, instead of starting
a capture on the en0 interface, randpktdump is loaded. Entering CTRL-C to
terminate tshark triggers an Abort Trap: 6.
When tshark is started with no argument it reports "Invalid option 1: --type "
and then appears to stall. Entering CTRL-C (^C) to initiate tshark to exit
results is several additional messages ultimately resulting in the "Abort Trap:
6" message.
> $ tshark
> ERROR: Cannot connect to ADB: <Connection refused> Please check that adb daemon is running.
> dyld: Library not loaded: @rpath/libssh.4.dylib
> Referenced from: /Applications/Wireshark.app/Contents/MacOS/extcap/sshdump
> Reason: image not found
> ERROR: Cannot connect to ADB: <Connection refused> Please check that adb daemon is running.
> dyld: Library not loaded: @rpath/libssh.4.dylib
> Referenced from: /Applications/Wireshark.app/Contents/MacOS/extcap/sshdump
> Reason: image not found
> Capturing on 'Random packet generator'
> /Applications/Wireshark.app/Contents/MacOS/extcap/randpktdump --capture --extcap-interface randpkt --fifo /var/folders/9m/5pp94qw16cvdh2jbj9cbtpwm0000gn/T//wireshark_extcap_20160226145132_pgU9Sb --type
> Invalid option 1: --type
> ^Ctshark: Unexpected error from select: Interrupted system call
>
0 packets captured
> tshark(19850,0x7fff7d3ea300) malloc: *** error for object 0x7fa24a42b950: pointer being freed was not allocated
> *** set a breakpoint in malloc_error_break to debug
> Abort trap: 6
> $
Workaround: Explicitly enter an interface (tshark -i en0).
You are receiving this mail because:
- You are watching all bug changes.