Bug 190516

Summary: ethereal crashes when capture statistics window is closed
Product: Red Hat Enterprise Linux 3 Reporter: Radek Bíba <rbiba>
Component: etherealAssignee: Radek Vokál <rvokal>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=917
Whiteboard:
Fixed In Version: wireshark-0.99.1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-08-04 14:48:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Radek Bíba 2006-05-03 08:14:20 UTC
Description of problem:
SSIA

Version-Release number of selected component (if applicable):
ethereal-0.10.14-1.EL3.1

How reproducible:
Always

Steps to Reproduce:
1. launch ethereal
2. ctrl+k, start capturing
3. helper window with capture statistics (percentage of used protocols, time,
stop button) is opened; close it by the close button on window decoration
created by your window manager, not by the internal Stop button
  
Actual results:
Segfault. Sometimes it's silent crash, sometimes with these details:
Gtk-WARNING **: invalid class type `(unknown)' in cast to `GtkProgressBar'
Gtk-CRITICAL **: file gtkprogressbar.c: line 750 (gtk_progress_bar_update):
assertion `GTK_IS_PROGRESS_BAR (pbar)' failed.
Gtk-WARNING **: invalid unclassed pointer in cast to `GtkLabel'
Gtk-CRITICAL **: file gtklabel.c: line 261 (gtk_label_set_text): assertion
`GTK_IS_LABEL (label)' failed.

Expected results:
capturing is stopped and the main window displays captured data, or possibly
just cancelled capturing, but no crash

Additional info:
Reproduced also on RHEL-2.1. No crash on RHEL-4, just a few GLib-GObject
warnings.

Comment 2 Radek Vokál 2006-06-06 11:32:17 UTC
Bug fixed in rawhide, ethereal-1.1.0-0.svn.3. This bug will be fixed in RHEL
with next security update. Not a high priroty issue, lowering severity. 

Comment 3 Radek Vokál 2006-08-04 14:48:53 UTC
Closing, bug fixed with wireshark-0.99.1 release

Comment 4 Radek Bíba 2006-08-04 15:25:49 UTC
Thanks Radek.