Bug 254138

Summary: Mozilla Firefox 2.0.0.6 double free
Product: [Fedora] Fedora Reporter: Peter Kovář <peter.kovar>
Component: firefoxAssignee: Christopher Aillon <caillon>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-09-07 19:26:20 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:
Attachments:
Description Flags
crash in gtk2drawing.c:555 none

Description Peter Kovář 2007-08-24 12:54:11 UTC
Description of problem:
gtk2drawing.c:555

Invalid pointer tmp_indicator_spacing freed in
moz_gtk_option_menu_get_metrics(gboolean* interior_focus,
                                GtkRequisition* indicator_size,
                                GtkBorder* indicator_spacing,
                                gint* focus_width,
                                gint* focus_pad)

   g_free(tmp_indicator_spacing);

Version-Release number of selected component (if applicable):
firefox-2.0.0.6-3.fc8.x86_64

How reproducible:
Always

Steps to Reproduce:
1. Edit -> Preferences -> Content
  
Additional info:
See attached log

Comment 1 Peter Kovář 2007-08-24 12:54:11 UTC
Created attachment 172408 [details]
crash in gtk2drawing.c:555

Comment 2 Peter Kovář 2007-09-07 19:26:20 UTC
This strange bug was triggered by old theme I was using.