Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 3046] "Closing File!" Dialog Hangs

Date: Sat, 19 Nov 2011 06:51:42 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3046

Johannes Lange <jodd@xxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jodd@xxxxxx

--- Comment #18 from Johannes Lange <jodd@xxxxxx> 2011-11-19 15:51:34 CET ---
In revision 39445 it was introduced to close an old capture file before loading
a new one. The cf_open function in file.c invokes cf_cb_file_closing but does
not invoke cf_cb_file_closed where the "Closing File!" dialog is usually
destroyed.

This leads to the dialog do stay open indefinitely whenever a file is opened or
reloaded and the number of packets in the old file is >10000 (on Windows it is
possible to click in the dialog and use Alt+F4 to close it).

I'm not sure whether cf_close() should be called at this point instead as it
also includes color filter and dissection cleanup functions - but I guess it
would be OK.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.