Wireshark-bugs: [Wireshark-bugs] [Bug 13184] Access violation in Wireshark!rescan_packets+0x345

Date: Tue, 29 Nov 2016 14:45:16 +0000

changed bug 13184


What Removed Added
Summary Access violation in Wireshark+0x0000000000012d25 Access violation in Wireshark!rescan_packets+0x345

Comment # 5 on bug 13184 from
Seeing that callstack my memory gets better :-) I was definitely editing the
display filter short before the crash.
Maybe (see rescan_packets on the stack later) I was editing the filter again
while the previous filter was not fully applied yet.

Here's the top of the stack with symbols resolved.

0:000> k
Child-SP          RetAddr           Call Site
00000000`002a9190 00000001`3f2ddb94 Wireshark!rescan_packets+0x345
[c:\buildbot\wireshark\wireshark-2.2-64\windows-2012r2-x64\build\file.c @ 1758]
00000000`002a94c0 00000001`3f3325d2 Wireshark!cf_filter_packets+0x134
[c:\buildbot\wireshark\wireshark-2.2-64\windows-2012r2-x64\build\file.c @ 1484]
00000000`002a9500 00000001`3f385134 Wireshark!MainWindow::filterPackets+0x52
[c:\buildbot\wireshark\wireshark-2.2-64\windows-2012r2-x64\build\ui\qt\main_window_slots.cpp
@ 278]
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for
Qt5Core.dll - 
00000000`002a9570 00000000`66bdf906
Wireshark!MainWindow::qt_static_metacall+0x244
[c:\buildbot\wireshark\wireshark-2.2-64\windows-2012r2-x64\build\cmbuild\ui\qt\moc_main_window.cpp
@ 1401]
00000000`002a9670 00000001`3f4d8405 Qt5Core!QMetaObject::activate+0x5a6
00000000`002a9780 00000001`3f3820d2
Wireshark!DisplayFilterEdit::filterPackets+0x55
[c:\buildbot\wireshark\wireshark-2.2-64\windows-2012r2-x64\build\cmbuild\ui\qt\moc_display_filter_edit.cpp
@ 259]
00000000`002a97f0 00000001`3f4d81bb
Wireshark!DisplayFilterEdit::applyDisplayFilter+0x42
[c:\buildbot\wireshark\wireshark-2.2-64\windows-2012r2-x64\build\ui\qt\display_filter_edit.cpp
@ 519]
00000000`002a9830 00000000`66bdf906
Wireshark!DisplayFilterEdit::qt_static_metacall+0xfb
[c:\buildbot\wireshark\wireshark-2.2-64\windows-2012r2-x64\build\cmbuild\ui\qt\moc_display_filter_edit.cpp
@ 197]

and later

00000000`002aea40 00000001`3f2e2cf9 Wireshark!update_progress_dlg+0x29
[c:\buildbot\wireshark\wireshark-2.2-64\windows-2012r2-x64\build\ui\qt\progress_frame.cpp
@ 92]
00000000`002aea70 00000001`3f2ddb94 Wireshark!rescan_packets+0x319
[c:\buildbot\wireshark\wireshark-2.2-64\windows-2012r2-x64\build\file.c @ 1727]


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