Bug 901668

Summary: Firefox crash on startup - assertion `GDK_IS_KEYMAP (keymap)' failed
Product: [Fedora] Fedora Reporter: Ian Pilcher <ipilcher>
Component: firefoxAssignee: Martin Stransky <stransky>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: gecko-bugs-nobody, stransky
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-18 19:29:53 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ian Pilcher 2013-01-18 18:53:42 UTC
Description of problem:
When starting Firefox with the "default" profile, the main window appears and immediately disappears.  Starting in a terminal shows:

(firefox:7272): Gdk-CRITICAL **: gdk_keymap_have_bidi_layouts: assertion `GDK_IS_KEYMAP (keymap)' failed

(firefox:7272): GLib-GObject-WARNING **: cannot register existing type `GdkKeymap'

(firefox:7272): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed

(firefox:7272): GLib-GObject-CRITICAL **: g_type_register_static: assertion `parent_type > 0' failed

(firefox:7272): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed

Version-Release number of selected component (if applicable):
firefox-18.0-1.fc18.x86_64

How reproducible:
100%

Steps to Reproduce:
1. firefox -P default
  
Actual results:
Assertion fails.  Crash.

Expected results:
No crash.

Additional info:
Other profiles work; there's something about my default profile that is causing the crash.  (Note that this just started happening; I did not update Firefox.)

Also, starting Firefox with "/usr/lib64/firefox/firefox -P default" works, so the launcher script seems to be involved somehow.

Comment 1 Martin Stransky 2013-01-18 19:16:47 UTC
I guess you're hitting Bug 895197 so try to disable Java (icedtea) and try again.

Comment 2 Ian Pilcher 2013-01-18 19:29:53 UTC
(In reply to comment #1)
> I guess you're hitting Bug 895197 so try to disable Java (icedtea) and try
> again.

I had already disabled the Java plugin (Tools -> Add-ons).  I can't uninstall the package, because I need javaws.

icedtea-web-1.3.1-3.fc18 seems to fix.

*** This bug has been marked as a duplicate of bug 895197 ***