[Bug 348505] Re: firefox-3.1 crashed with SIGSEGV in __pthread_mutex_lock()

Milan nalimilan at club.fr
Wed Mar 25 16:07:22 UTC 2009


Actually, the bug only occurs when Shiretoko is started from the new
experimental GNOME Shell, so that's a minor importance for now.

The code uses GAppInfo from GIO to start apps, here's the relevant extract, if it helps:
(this._appInfo is the GAppInfo to start)
    launch : function() {
        let global = Shell.Global.get();
        let screen = global.screen;
        let display = screen.get_display();
        let timestamp = display.get_current_time();
        let context = new Gdk.AppLaunchContext();
        let icon = this._appInfo.get_icon();
        context.set_icon(icon);
        context.set_timestamp(timestamp);
        this._appInfo.launch([], context);
    }

-- 
firefox-3.1 crashed with SIGSEGV in __pthread_mutex_lock()
https://bugs.launchpad.net/bugs/348505
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to firefox-3.1 in ubuntu.




More information about the Ubuntu-mozillateam-bugs mailing list