Closed Bug 161092 Opened 22 years ago Closed 22 years ago

profile directory name can sometimes get corrupted

Categories

(Core Graveyard :: Profile: BackEnd, defect)

Sun
SunOS
defect
Not set
major

Tracking

(Not tracked)

VERIFIED WORKSFORME

People

(Reporter: Matt.Behrens, Assigned: ccarlen)

Details

This is a real weird one. On Solaris 9 (SPARC), using Mozilla 1.1b compiled from source, occasionally I will fire up Mozilla and it will claim my profile can't be found. The profile does actually still exist and seems intact. I decided to truss it and see what was going on: . . . resolvepath("/usr/lib/iconv/UCS-2%8859-1.so", "/usr/lib/iconv/UCS-2%8859-1.so", 1023) = 30 memcntl(0xFE3C0000, 708, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0 close(11) = 0 open("/home/b14741/src/mozilla/dist/bin/libc.so.1", O_RDONLY) Err#2 ENOENT open("/home/b14741/src/mozilla/dist/bin/components/libc.so.1", O_RDONLY) Err#2 E NOENT open("/usr/sfw/lib/libc.so.1", O_RDONLY) Err#2 ENOENT open("/opt/gnome-1.4/lib/libc.so.1", O_RDONLY) Err#2 ENOENT open("/opt/sfw/lib/libc.so.1", O_RDONLY) Err#2 ENOENT open("/usr/lib/libc.so.1", O_RDONLY) = 11 fstat(11, 0xFFBFD664) = 0 close(11) = 0 munmap(0xFE930000, 8192) = 0 access("/home/b14741/.mozilla/default/rj54472e.sl", 0) Err#2 ENOENT The *real* name of the profile is rj54472e.slt. Note the 't'. I was able to start and am currently using Mozilla after symlinking rj54472e.slt to rj54472e.sl. I don't know if it's going to get worse, but hey, this works for now. Just glad I'm using IMAP for a mail store in case it does get worse. :-) As far as reproducibility goes, I am not entirely sure what causes it, but I do know that when I was having some window manager issues and the wm would core, dropping all my clients on the floor, I'd come back to mozilla and have this problem.
Can you update your tree and try again? See bug 153562, recently fixed, which I think is this issue. Read the comments of that bug. While the end result was not a crash for you, the truncation of the profile name is what makes me think dup.
I have been running nightlies for a little while now and haven't seen this yet. Marking WFM unless someday it happens again :-)
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
This does sound like a dupe of bug 153562 which was already verified/fixed. Reporter, please reopen if this problem still occurs on recent builds.
Status: RESOLVED → VERIFIED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.