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 4035] Application crash when changing real-time option

Date: Fri, 25 Sep 2009 17:10:00 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4035





--- Comment #4 from Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx>  2009-09-25 17:09:58 PDT ---
Here's the error and backtrace from gdb:

ERROR:file.c:376:cf_reset_state: assertion failed: (cf->state !=
FILE_READ_IN_PROGRESS)

Program received signal SIGABRT, Aborted.
0x9340de42 in __kill ()
(gdb) where
#0  0x9340de42 in __kill ()
#1  0x9340de34 in kill$UNIX2003 ()
#2  0x9348023a in raise ()
#3  0x9348c679 in abort ()
#4  0x00ffaa32 in g_assertion_message (domain=0x102f0a0 "", file=0x0, line=0,
func=0x101806 "cf_reset_state", message=0x1dd08f60
"ERROR:file.c:376:cf_reset_state: assertion failed: (cf->state !=
FILE_READ_IN_PROGRESS)") at gtestutils.c:1302
#5  0x00ffb0a8 in g_assertion_message_expr (domain=0x0, file=0x0, line=0,
func=0x0, expr=0x0) at gtestutils.c:1313
#6  0x00013c62 in cf_reset_state (cf=<value temporarily unavailable, due to
optimizations>) at file.c:376
#7  0x000142b4 in cf_open (cf=0x170560, fname=0x1ce65d40
"/var/folders/ZU/ZUiIzjCiHwO9OP0gVVwhLU+++TI/-Tmp-//wiresharkLfXEAsbvdv",
is_tempfile=1, err=0xbfffe238) at file.c:283
#8  0x0000a685 in capture_input_read_all [inlined] () at capture.c:250
#9  0x0000a685 in capture_input_closed (capture_opts=0x1806e0) at capture.c:618
#10 0x0000e0d5 in sync_pipe_input_cb (source=13, user_data=0x1806e0) at
capture_sync.c:1189
#11 0x0004d443 in pipe_input_cb (data=0x16ad04, source=13,
condition=GDK_INPUT_READ) at gui_utils.c:690
#12 0x009fb567 in gdk_io_invoke (source=0x1ce59d80, condition=G_IO_IN,
data=0x1ce5d990) at gdkevents.c:1080
#13 0x00fd492e in g_main_dispatch [inlined] () at gmain.c:1960
#14 0x00fd492e in g_main_context_dispatch (context=0x5e14f00) at gmain.c:2513
#15 0x00fd838b in g_main_context_iterate (context=0x5e14f00, block=1,
dispatch=1, self=0x5e1c870) at gmain.c:2591
#16 0x00fd8677 in g_main_loop_run (loop=0x1ce48500) at gmain.c:2799
#17 0x005d77d1 in gtk_main () at gtkmain.c:1205
#18 0x00057505 in main (argc=0, argv=0xbffff628) at main.c:2745


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