Wireshark-bugs: [Wireshark-bugs] [Bug 8271] Seg fault in io graph when X axis is set too low

Date: Mon, 28 Jan 2013 18:27:38 +0000

Comment # 2 on bug 8271 from
Sorry,
Actually, when looking for version info, i accidentally looked at the wrong one
I checked, the bug is on this on 1.8.4 (below)


wireshark 1.8.4 (SVN Rev Unknown from unknown)

Copyright 1998-2012 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.4, with Cairo 1.10.2, with Pango 1.28.4, with
GLib 2.28.6, with libpcap, with libz 1.2.3.4, without POSIX capabilities,
without SMI, without c-ares, without ADNS, without Lua, without Python, with
GnuTLS 2.8.6, with Gcrypt 1.4.6, without Kerberos, with GeoIP, without
PortAudio, with AirPcap.

Running on Linux 2.6.38-16-generic, with locale en_US.UTF-8, with libpcap
version 1.1.1, with libz 1.2.3.4, GnuTLS 2.8.6, Gcrypt 1.4.6, without AirPcap.

Built using gcc 4.5.2.



valgrind says this (among other things) before crash occurs

==18823== Invalid read of size 4
==18823==    at 0x4A9334: get_it_value (io_stat.c:503)
==18823==    by 0x4ABA9A: io_stat_draw (io_stat.c:1119)
==18823==    by 0x61D374D: draw_tap_listeners (tap.c:350)
==18823==    by 0x45844A: tap_update_cb (main.c:1290)
==18823==    by 0xA87B4EA: ??? (in
/lib/x86_64-linux-gnu/libglib-2.0.so.0.2800.6)
==18823==    by 0xA879BCC: g_main_context_dispatch (in
/lib/x86_64-linux-gnu/libglib-2.0.so.0.2800.6)
==18823==    by 0xA87A3A7: ??? (in
/lib/x86_64-linux-gnu/libglib-2.0.so.0.2800.6)
==18823==    by 0xA87A638: g_main_context_iteration (in
/lib/x86_64-linux-gnu/libglib-2.0.so.0.2800.6)
==18823==    by 0x90E4D00: gtk_main_iteration (in
/usr/lib/libgtk-x11-2.0.so.0.2400.4)
==18823==    by 0x4839FC: delayed_create_progress_dlg (progress_dlg.c:299)
==18823==    by 0x441073: process_specified_packets.clone.3 (file.c:2201)
==18823==    by 0x441833: cf_retap_packets (file.c:2322)
==18823==  Address 0x0 is not stack'd, malloc'd or (recently) free'd


sorry again for my mistake about versions


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