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 4585] Crash while trying to stop and start another capture

Date: Fri, 19 Mar 2010 10:39:17 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4585

Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jeff.morriss.ws@xxxxxxxxx

--- Comment #1 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2010-03-19 10:39:12 PDT ---
Interesting part of the back trace (from a colleague's core file; in reverse
order with annotation):

capture_start() <<< we're starting a capture
sync_pipe_start()
main_window_update() <<< update the main window
[...]
g_closure_invoke()
simple_dialog_cancel_cb()
capture_start_confirmed() <<< and the user clicked "Start Capture" again!
capture_start ()
[ g_assert out because the capture state is not CAPTURE_STOPPED ]


I'd guess we need to disable the "Start Capture" button earlier (but that would
also mean we need to re-enable it in various error conditions).

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