Bug ID |
9264
|
Summary |
rand pkt core dump (arp)
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
SVN
|
Hardware |
x86
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
TShark
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Created attachment 11767 [details]
randpkt file
Build Information:
tfoerste@n22 ~/devel/wireshark $ ./tshark -v
TShark 1.11.0 (SVN Rev 52541 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 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.
Running on Linux 3.11.4, with locale en_US.utf8, with libpcap version 1.3.0,
with libz 1.2.7.
Built using gcc 4.7.3.
--
tfoerste@n22 ~/devel/wireshark $ cd ~/devel/wireshark/; nice
./tools/randpkt-test.sh
Running ./tshark with args: "-nVxr" "-nr" (forever)
Running ./randpkt with args: -b 2000 -c 5000
Pass 1:
arp: (-nVxr) ./tools/randpkt-test.sh: line 81: 25203 Aborted
(core dumped) "$TSHARK" $ARGS $TMP_DIR/$TMP_FILE > /dev/null 2>>
$TMP_DIR/$ERR_FILE
ERROR
Processing failed. Capture info follows:
Input file:
Output file: /tmp/randpkt-2013-10-11-25166.pcap
stderr follows:
Input file:
Build host information:
Linux n22 3.11.4 #1 SMP Tue Oct 8 23:02:31 CEST 2013 i686 Intel(R) Core(TM)
i5-2540M CPU @ 2.60GHz GenuineIntel GNU/Linux
Return value: 134
Dissector bug: 0
Valgrind error count:
Subversion revision
------------------------------------------------------------------------
r52541 | jmayer | 2013-10-11 13:43:37 +0200 (Fri, 11 Oct 2013) | 3 lines
The env variable is QT5_BASE_DIR, as documented in README.cmake
Make documentation and implementatoin consistent
------------------------------------------------------------------------
Command and args: ./tshark -nVxr
GSlice: MemChecker: attempt to release block with invalid size: 0x92d1248
size=20 invalid-size=4
tfoerste@n22 ~/devel/wireshark $ gdb --core=core .libs/tshark -n -batch -ex bt
[New LWP 25203]
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/tshark -nVxr
/tmp/randpkt-2013-10-11-25166'.
Program terminated with signal 6, Aborted.
#0 0xb77d0424 in __kernel_vsyscall ()
#0 0xb77d0424 in __kernel_vsyscall ()
#1 0x469ad55f in __GI_raise (sig=6) at
../nptl/sysdeps/unix/sysv/linux/raise.c:64
#2 0x469aee25 in __GI_abort () at abort.c:91
#3 0xb4805cea in g_slice_free1 (mem_size=4, mem_block=0x92d1248) at
gslice.c:1084
#4 0xb4fb6edf in destroy_dissector_table () from
/home/tfoerste/devel/wireshark/epan/.libs/libwireshark.so.0
#5 0xb47d971c in g_hash_table_remove_all_nodes (hash_table=0x8b521a0,
notify=<optimized out>) at ghash.c:536
#6 0xb47da78b in g_hash_table_remove_all (hash_table=0x8b521a0) at
ghash.c:1345
#7 0xb47da836 in g_hash_table_destroy (hash_table=0x8b521a0) at ghash.c:1049
#8 0xb4fb71ed in packet_cleanup () from
/home/tfoerste/devel/wireshark/epan/.libs/libwireshark.so.0
#9 0xb4fab3f5 in epan_cleanup () from
/home/tfoerste/devel/wireshark/epan/.libs/libwireshark.so.0
#10 0x080514c3 in main ()
You are receiving this mail because:
- You are watching all bug changes.