Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 276520 - www-client/mozilla-firefox-3.5-r2 hangs when launched by mail-client/mozilla-thunderbird-2.0.0.22
Summary: www-client/mozilla-firefox-3.5-r2 hangs when launched by mail-client/mozilla-...
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal with 2 votes (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-05 01:05 UTC by Hector Martin
Modified: 2010-03-22 07:47 UTC (History)
8 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hector Martin 2009-07-05 01:05:45 UTC
This is a rehash of #229227 for firefox-3.5-r2. It appears to affect non-(-bin) firefox now, unlike the prior bug. mozilla-thunderbird needlessly gets launched under aoss (via mozilla-launcher), which causes LD_PRELOAD to be set to libaoss.so. This makes firefox to hang on startup when it is launched by a link in thunderbird. I can work around this by making a simple wrapper script around /usr/bin/firefox that unsets LD_PRELOAD first.
Comment 1 Billy DeVincentis 2009-07-12 19:32:19 UTC
I am having the same problem I believe. When I try to open a link from an email, firefox won't start
Comment 2 Thomas Sachau gentoo-dev 2009-07-13 20:28:27 UTC
Assigning to maintainer
Comment 3 Billy DeVincentis 2009-07-14 08:52:46 UTC
When you say a wrapper script, please describe in detail how you did this.
Comment 4 Hector Martin 2009-07-14 11:10:58 UTC
Just putting this somewhere in my $PATH and making it the http:// handler for Thunderbird:

#!/bin/bash

unset LD_PRELOAD
exec /usr/bin/firefox "$@"
Comment 5 Renato Alves 2009-09-27 01:55:06 UTC
Any progress on this bug?

I've tried replacing the http handler pointing to a script containing the lines from the comment before this one and it works. However, for reasons I don't understand the setting is returned to the default /usr/bin/firefox after a couple of restarts on thunderbird.

I even tried editing the prefs.js script when thunderbird is not running, but the setting it is still lost after a while.
Comment 6 Decibels 2009-11-07 16:05:05 UTC
(In reply to comment #5)
> However, for reasons I don't understand the setting is returned to the default > /usr/bin/firefox after a couple of restarts on thunderbird.
> 
> I even tried editing the prefs.js script when thunderbird is not running, but
> the setting it is still lost after a while.
> 
I just did mine and it worked. Maybe you need to try adding/creating a user.js and putting it there without thunderbird running. Worth a shot.


The script in comment#4 works for me. I tried another script found, but is the 
unset LD_PRELOAD here that makes this work. Great work around till they get this fixed!!

I am using Firefox-3.5.4 and having the problem unless use the script in #4.

Comment 7 pille 2009-11-07 16:50:30 UTC
the script of comment #4 works for me since 2-3 months.
Comment 8 Jory A. Pratt gentoo-dev 2009-12-24 14:01:21 UTC
Thunderbird-3 drops mozilla-launcher support all together. Mozilla firefox-bin will be updated later today which will also drop the buggy mozilla-launcher support. If anyone can reproduce this with thunderbird-3 please let me know.
Comment 9 Marcello Magaldi 2010-01-11 13:22:01 UTC
(In reply to comment #8)
> Thunderbird-3 drops mozilla-launcher support all together. Mozilla firefox-bin
> will be updated later today which will also drop the buggy mozilla-launcher
> support. If anyone can reproduce this with thunderbird-3 please let me know.
> 

I have the problem reported in this bug with thunderbird-2.0.0.23 and firefox 3.5.6 on 2 x86 machines, the strange thing is that on my amd64 machine, with the same versions I don't have this problem. Any progress on this bug ? 
Comment 10 Jory A. Pratt gentoo-dev 2010-03-22 01:27:37 UTC
(In reply to comment #9)
> (In reply to comment #8)
> > Thunderbird-3 drops mozilla-launcher support all together. Mozilla firefox-bin
> > will be updated later today which will also drop the buggy mozilla-launcher
> > support. If anyone can reproduce this with thunderbird-3 please let me know.
> > 
> 
> I have the problem reported in this bug with thunderbird-2.0.0.23 and firefox
> 3.5.6 on 2 x86 machines, the strange thing is that on my amd64 machine, with
> the same versions I don't have this problem. Any progress on this bug ? 
> 

Feel free to reopen and update summary if problem persists in tb-3.0.3
Comment 11 Marcello Magaldi 2010-03-22 07:47:51 UTC
(In reply to comment #10)
> (In reply to comment #9)
> > (In reply to comment #8)
> > > Thunderbird-3 drops mozilla-launcher support all together. Mozilla firefox-bin
> > > will be updated later today which will also drop the buggy mozilla-launcher
> > > support. If anyone can reproduce this with thunderbird-3 please let me know.
> > > 
> > 
> > I have the problem reported in this bug with thunderbird-2.0.0.23 and firefox
> > 3.5.6 on 2 x86 machines, the strange thing is that on my amd64 machine, with
> > the same versions I don't have this problem. Any progress on this bug ? 
> > 
> 
> Feel free to reopen and update summary if problem persists in tb-3.0.3
> 

I cannot find anymore my customized handler in thunderbird configuration editor , anyway I have tb-3.0.3 and ff-3.5.8 and I don't have any problem.