Wireshark-bugs: [Wireshark-bugs] [Bug 8460] New: crash while computing "io graph" for sctp/m3ua/

Date: Mon, 11 Mar 2013 10:41:49 +0000
Bug ID 8460
Summary crash while computing "io graph" for sctp/m3ua/isup traffic
Classification Unclassified
Product Wireshark
Version SVN
Hardware x86
OS Debian
Status UNCONFIRMED
Severity Normal
Priority Low
Component Wireshark
Assignee [email protected]
Reporter [email protected]

Created attachment 10226 [details]
gdb trace for the dumped core (values for idx and it are shown as well)

Build Information:
wireshark 1.9.1 (SVN Rev 48129 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 (64-bit) with GTK+ 2.24.10, with Cairo 1.10.2, with Pango 1.29.4, with
GLib 2.32.3, with libpcap, with libz 1.2.3.4, with POSIX capabilities (Linux),
without libnl, with SMI 0.4.8, with c-ares 1.7.5, without Lua, without Python,
with GnuTLS 2.12.19, with Gcrypt 1.5.0, with MIT Kerberos, with GeoIP, with
PortAudio V19-devel (built Jul 20 2011 00:01:38), with AirPcap.

Running on Linux 3.1.0-1-amd64, with locale en_US.UTF-8, with libpcap version
1.1.1, with libz 1.2.3.4, GnuTLS 2.12.19, Gcrypt 1.5.0, without AirPcap.
AMD Phenom(tm) II X4 940 Processor

Built using gcc 4.6.3.
--
1. I load an approx. 500 MB capture with sctp/m3ua/isup traffic.
2. I select "Statistics/IO Graph"
3. wireshark crashes in:

get_it_value (io=0x7fef882e7010, graph=0, idx=626018) at io_stat.c:521

dumping a core. it turns out get_it_value tries to dereference a NULL value.
maybe idx is out of range for the array:

io->graphs[graph].items

??

I attach the full trace as shown by gdb for the dumped core.


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