Closed
Bug 273488
Opened 20 years ago
Closed 20 years ago
Firefox 1.0 crashes when viewing Edit->Preferences->Privacy on MIPS platform
Categories
(Firefox :: Settings UI, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: dragan, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (X11; U; Linux mipsel; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
This problem occurs on MIPS based platform.
When trying to open Privacy settings (Edit->Preferences->Privacy) Firefox will
crash every time. If Firefox debug version is used it will just lock up without
any debug messages.
Config: XFree86-4.4.0, atk 1.8.0, glib-2.4.7, gtk+-2.4.13, pango 1.6.0,
gcc-3.3.3, glibc-2.3.2 .
I found that Firefox/BONE had the same problem
(http://www.bebits.com/appver/2715 and search for "Version 20040515") but I
couldn't get the build from their WEB site and I don't know what the resolution
might be.
Reproducible: Always
Steps to Reproduce:
1. Start Firefox
2. Edit->Preferences
3. Click on Privacy
Actual Results:
Crash (segmentation fault), quietly.
Expected Results:
Open Privacy settings.
Comment 1•20 years ago
|
||
Can you post your about:buildconfig output here? (just type it in the URL bar
and hit Enter)
I suspect you're building wallet, in fact I'm pretty sure of it, but the output
will tell the tale.
Reporter | ||
Comment 2•20 years ago
|
||
Thanks for the tip -- I'll try that.
What I found is that the offending part is in pref-privacy.js, method Startup()
. If I disable password management lines (the 4 starting with "var
PasswdMgr...", Privacy works fine (with the exception of "Saved Passwords" buttons).
Comment 3•20 years ago
|
||
if you're doing a custom --enable-extensions line in your .mozconfig, just make
sure that it has -wallet and you're ok.
Reporter | ||
Comment 4•20 years ago
|
||
Exactly the problem: I've added '-wallet' to '--enable-extensions' and Firefox
doesn't crash any more on MIPS. I'll give it a test drive for a few days to see
how stable it is -- looks good for now.
Thanks again for all your help. This issue can be closed now.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Comment 5•20 years ago
|
||
-> WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → WORKSFORME
Comment 6•19 years ago
|
||
sorry for bugspam, long-overdue mass reassign of ancient QA contact bugs,
filter on "beltznerLovesGoats" to get rid of this mass change
QA Contact: mconnor → preferences
You need to log in
before you can comment on or make changes to this bug.
Description
•