Wireshark-bugs: [Wireshark-bugs] [Bug 8526] New: Assertation fail in capture_input_new_packets()
Date: Tue, 26 Mar 2013 08:27:37 +0000
Bug ID 8526
Summary Assertation fail in capture_input_new_packets()
Classification Unclassified
Product Wireshark
Version SVN
Hardware All
OS All
Status UNCONFIRMED
Severity Major
Priority Low
Component Wireshark
Assignee bugzilla-admin@wireshark.org
Reporter phatina@redhat.com

Created attachment 10468 [details]
Fix for capture crash

Build Information:

--
How to reproduce
1. start a new capture
2. list the available interfaces
3. click on Options, then Start

A message box appears asking for stop and continue without
saving/cancel/continue and save captured packets, then wireshark crashes
(assertation fail)

This can be reproduced everytime.

The problem:
We call capture_dlg_prep() and do_file_close() in wrong order.
capture_dlg_prep() clears global options for currently running capture and then
we get an assertation fail in capture_input_new_packets().


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