Closed
Bug 273522
Opened 20 years ago
Closed 19 years ago
Global installation of extension creates recursion problem
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
EXPIRED
People
(Reporter: p.bro, Assigned: mscott)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Thunderbird version 1.0 (20041206) Installing various extensions/langpacks globally (with the --install-global-extension command line parameter) fails to finish. The installation seems to hang, while creating a recursive directory structure. Reproducible: Always Steps to Reproduce: 1. Run ./thunderbird --install-global-extension localeswitcher-0.3.xpi as root in thunderbird directory. Also "works" with thunderbird-1.0.de-DE.langpack.xpi from nightly/contrib-l10n Actual Results: Thunderbird never finishes. It writes a recursive directory structure in the thunderbird/extensions directory: thunderbird creates an endless sequence of directories in the thunderbird/extensions directory: thunderbird/extensions/temp/ thunderbird/extensions/temp/temp-5ng.xpi thunderbird/extensions/temp/temp-5ng.xpi/extensions/ thunderbird/extensions/temp/temp-5ng.xpi/extensions/temp/ thunderbird/extensions/temp/temp-5ng.xpi/extensions/temp/temp-5ng.xpi/ thunderbird/extensions/temp/temp-5ng.xpi/extensions/temp/temp-5ng.xpi/extensions/ ... ad infinitum The installation never finishes, for fear of running out of ressources I then abort the installation process. Expected Results: Should have installed the extensions or the langpack. Installing the extensions locally (from within thunderbird) works perfectly. Extensions that failed: http://thunderbird.dnsalias.net/downloads/extensions/localeswitcher-0.3.xpi http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/1.0/win32/xpi/de-DE.xpi http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/contrib-1.0-l10n/thunderbird-1.0.de-DE.langpack.xpi
| Reporter | ||
Comment 1•20 years ago
|
||
This bug might be related to the Firefox bug #250847 Adding a string after the extension filename (as described at bug #250847) does not help here.
| Reporter | ||
Comment 2•20 years ago
|
||
Workaround: The recursive creation of directories does not happen when one uses an absolute path, eg. /home/user/directory/filename instead of ./directory/filename Correct me if I'm wrong, but I suppose it should work with relative filenames, too.
Comment 3•20 years ago
|
||
Is this a problem with Firefox, too?
Comment 4•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 5•19 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
You need to log in
before you can comment on or make changes to this bug.
Description
•