Closed
Bug 41722
Opened 25 years ago
Closed 23 years ago
prefs not sticking across sessions (user.js problem)
Categories
(Core :: Preferences: Backend, defect, P3)
Tracking
()
RESOLVED
WONTFIX
Future
People
(Reporter: phil, Assigned: alecf)
References
Details
Attachments
(1 file)
|
13.51 KB,
text/plain
|
Details |
Using 2000-06-04-20 commercial build on NT
1. Noticed that I was composing HTML for news.
2. Opened Account Manager and set compose mode to plain text. Also set special
folders to live on my IMAP server
3. OK'd the AM dialog
4. Brought up AM dialog again, all setting intact
5. Quit the app, brought up AM dialog, settings for HTML and special folders
have reverted to defaults.
| Reporter | ||
Updated•25 years ago
|
Severity: normal → major
Keywords: regression
QA Contact: lchiang → nbaca
| Assignee | ||
Comment 2•25 years ago
|
||
phil - we had a bug a week or so back where we were writing unitialized memory
to prefs.js during migration.. .then the next time you read in your prefs, it
would barf halfway through... from then on your profile would be broken. can you
try re-migrating?
| Reporter | ||
Comment 4•25 years ago
|
||
The profile I'm using was not created by migrating a 4.x profile -- it was
created from scratch a couple months ago.
| Reporter | ||
Comment 5•25 years ago
|
||
| Assignee | ||
Comment 6•25 years ago
|
||
hrm. I don't see anything unusual, in the prefs file, and my prefs are
definately sticking... I'll go over the code and see if I can find what making
this happen. libpref has this flag that it sets when there has been some error
reading the prefs file.
I just thought of one other thing - phil, can you see if you have a user.js
file? There was a bug that affected a few builds last month where a user.js
file would be created, and then libpref would stop saving to prefs.js for some
reason.. it rears its ugly head every so often, I'm wondering if this is it.
| Reporter | ||
Comment 7•25 years ago
|
||
Bingo. Deleting user.js seems to fix it.
Cool. I will add this bit of info to my mail troubleshooting document on
mozilla.org.
Putting on [nsbeta2+] radar for beta2 fix. Why are we creating user.js? Can
we not create this?
Whiteboard: [nsbeta2+]
| Assignee | ||
Comment 10•25 years ago
|
||
since was fixed by removing user.js, I'm taking off the nbeta2 radar. There is
another bug about user.js somewhere, but I don't know where it is/who owns it.
Status: NEW → ASSIGNED
Keywords: nsbeta2,
regression
Summary: Account Manager prefs not sticking across app sessions → prefs not sticking across sessions (user.js problem)
Whiteboard: [nsbeta2+]
| Assignee | ||
Comment 11•25 years ago
|
||
oh, and to answer Jan's question - no, we are not creating user.js - there was a
bug a month or so ago where we would create one, and that would essentially
taint your profile so all future builds would have this problem... but there
were no milestone builds with this problem, so I argue that this is not a big
deal since it only afects people who happened to use a nightly build when the
old bug existed.
| Reporter | ||
Comment 12•25 years ago
|
||
Good answer Alec
Comment 13•25 years ago
|
||
marking Wontfix because we don't plan on providing an upgrade to people who used
this in between milestones.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Comment 14•25 years ago
|
||
reopening and moving to Future. I'd like to fix this at some point so that
user.js doesn't break the hell out of people who have it.
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Target Milestone: M17 → Future
| Assignee | ||
Comment 15•25 years ago
|
||
changing to a preferences bug
Component: Account Manager → Preferences: Backend
Product: MailNews → Browser
| Assignee | ||
Updated•25 years ago
|
Status: REOPENED → ASSIGNED
Target Milestone: Future → mozilla1.0
Comment 16•25 years ago
|
||
*** Bug 60285 has been marked as a duplicate of this bug. ***
Comment 17•24 years ago
|
||
nav triage team:
Really moving to future
Target Milestone: mozilla1.0 → Future
Comment 18•24 years ago
|
||
I'm running the latest version (last night's build).
I searched on my hard disk and there is no user.js file and this problem still
persists.
Updated•23 years ago
|
Blocks: profile-corrupt
Comment 19•23 years ago
|
||
Don't know if is a bug or not, but a real stupid thing. Prefs set in user.js
after mozilla start up, will go into the pref.js too. And when user want to
disable the lines in user.js (with delete, or hide (//)), recognize that nothing
new happend. So user have to edit the pref.js and get out these lines which was
in user.js. In this case, user.js has no sense.
| Assignee | ||
Comment 20•23 years ago
|
||
ok, there has been no traffic aside from this most recent comment... this bug is
about the old problem where a user.js got created even if you don't normally use
it, and it really hasn't plagued anyone else since the original problem was
fixed. Since this issue hasn't come back to haunt us in over 18 months, I'm not
going to try to track down what the real problem is.
my suggestion is to go file a new bug on the user.js problem, I'm going to
resolve this WONTFIX
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 23 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•