Firefox 3.6 won't work if user profile is accessed via a link
Bug #517903 reported by
Mike Durham
This bug report is a duplicate of:
Bug #518422: [MASTER] Firefox does not start with certain addons installed.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
firefox (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: firefox
My home partition is accessed via a link, this prevents FF 3.6 from starting. If I move my home to /home/mike FF starts as normal. If I create a link to .mozilla in /home/mike FF will not work. Very strange!
ProblemType: Bug
Architecture: i386
Date: Sat Feb 6 12:43:12 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha i386 (20100113)
Package: firefox 3.6+nobinonly-
ProcEnviron:
LANG=en_AU.utf8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: firefox
Uname: Linux 2.6.32-12-generic i686
To post a comment you must log in.
Here is an strace in case it's of some use.
mike$ strace firefox "/usr/bin/ firefox" , ["firefox"], [/* 41 vars */]) = 0 "/etc/ld. so.nohwcap" , F_OK) = -1 ENOENT (No such file or directory) PROT_WRITE, MAP_PRIVATE| MAP_ANONYMOUS, -1, 0) = 0xb77a5000 "/etc/ld. so.preload" , R_OK) = -1 ENOENT (No such file or directory) etc/ld. so.cache" , O_RDONLY) = 3 S_IFREG| 0644, st_size=85504, ...}) = 0 "/etc/ld. so.nohwcap" , F_OK) = -1 ENOENT (No such file or directory) lib/tls/ i686/cmov/ libc.so. 6", O_RDONLY) = 3 1\1\1\0\ 0\0\0\0\ 0\0\0\0\ 3\0\3\0\ 1\0\0\0000m\ 1\0004\ 0\0\0". .., 512) = 512 S_IFREG| 0755, st_size=1380932, ...}) = 0 PROT_EXEC, MAP_PRIVATE| MAP_DENYWRITE, 3, 0) = 0x110000 PROT_WRITE, MAP_PRIVATE| MAP_FIXED| MAP_DENYWRITE, 3, 0x14d) = 0x25e000 PROT_WRITE, MAP_PRIVATE| MAP_FIXED| MAP_ANONYMOUS, -1, 0) = 0x261000 PROT_WRITE, MAP_PRIVATE| MAP_ANONYMOUS, -1, 0) = 0xb778f000 area({entry_ number: -1 -> 6, base_addr: 0xb778f8d0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0 SIGCHLD, {SIG_DFL, [CHLD], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0 "/media/ sda5/mike_ lucid32_ on6/mike" , {st_mode= S_IFDIR| 0744, st_size=4096, ...}) = 0 S_IFDIR| 0744, st_size=4096, ...}) = 0 usr/bin/ firefox" , O_RDONLY) = 3 SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0 SIGINT, {0x804f5fb, ~[RTMIN RT_1], 0}, NULL, 8) = 0 SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0 SIGQUIT, {SIG_DFL, ~[RTMIN RT_1], 0}, NULL, 8) = 0 SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0 SIGTERM, {SIG_DFL, ~[RTMIN RT_1], 0}, NULL, 8) = 0 stack=0, flags=CLONE_ CHILD_CLEARTID| CLONE_CHILD_ SETTID| SIGCHLD, child_tidptr= 0xb778f938) = 2071 firefox\ n", 128) = 17
execve(
brk(0) = 0x9936000
access(
mmap2(NULL, 8192, PROT_READ|
access(
open("/
fstat64(3, {st_mode=
mmap2(NULL, 85504, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7790000
close(3) = 0
access(
open("/
read(3, "\177ELF\
fstat64(3, {st_mode=
mmap2(NULL, 1391016, PROT_READ|
mprotect(0x25d000, 4096, PROT_NONE) = 0
mmap2(0x25e000, 12288, PROT_READ|
mmap2(0x261000, 10664, PROT_READ|
close(3) = 0
mmap2(NULL, 4096, PROT_READ|
set_thread_
mprotect(0x25e000, 8192, PROT_READ) = 0
mprotect(0x805c000, 4096, PROT_READ) = 0
mprotect(0x3af000, 4096, PROT_READ) = 0
munmap(0xb7790000, 85504) = 0
getpid() = 2070
rt_sigaction(
geteuid32() = 1000
brk(0) = 0x9936000
brk(0x9957000) = 0x9957000
getppid() = 2069
stat64(
stat64(".", {st_mode=
open("/
fcntl64(3, F_DUPFD, 10) = 10
close(3) = 0
fcntl64(10, F_SETFD, FD_CLOEXEC) = 0
rt_sigaction(
rt_sigaction(
rt_sigaction(
rt_sigaction(
rt_sigaction(
rt_sigaction(
read(10, "#!/bin/sh\n\n# Firefox launcher co"..., 8192) = 4569
pipe([3, 4]) = 0
clone(child_
close(4) = 0
read(3, "/usr/bin/
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 2071
--- SIGCHLD...