https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4260
Summary: crash when Mark Packet while capture running
Product: Wireshark
Version: 1.3.x (Experimental)
Platform: x86
OS/Version: Windows XP
Status: NEW
Severity: Normal
Priority: Medium
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: yann.barilly@xxxxxxxxxxxxxxxxxx
Build Information:
Version 1.3.2
Compiled with GTK+ 2.16.6, with GLib 2.22.2, with WinPcap (version unknown),
with libz 1.2.3, without POSIX capabilities, with libpcre 7.0, with SMI 0.4.8,
with c-ares 1.6.0, with Lua 5.1, without Python, with GnuTLS 2.8.5, with Gcrypt
1.4.4, with MIT Kerberos, with GeoIP, with PortAudio V19-devel (built Nov 18
2009), with AirPcap, with new_packet_list.
Running on Windows XP Service Pack 3, build 2600, with WinPcap version 4.1.1
(packet.dll version 4.1.0.1753), based on libpcap version 1.0 branch 1_0_rel0b
(20091008), GnuTLS 2.8.5, Gcrypt 1.4.4, without AirPcap.
Built using Microsoft Visual C++ 9.0 build 30729
--
while capturing packets, when I want to mark a packet in the top of the list
the dev version crashes with this error
- move the scroll bar to the top of the packet list
- fast second-click on a packet
- click on Mark Packet
- crash
"Exception not managed at 0x0044e92e : access violation while reading at place
0x0000000c"
stops on function :
/gtk/packet_list_store.c line 369
g_return_if_fail(PACKET_LIST_RECORD_INDEX_VALID(packet_list->physical_rows,
record->physical_pos));
Same problem with new and old packet_list
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.