Closed
Bug 88204
Opened 24 years ago
Closed 24 years ago
Broswer crashes when NOT starting as root
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: lzap, Assigned: asa)
Details
(Keywords: crash)
I have installed Moz 0.9.1 from RPMs (I uninstalled 0.7 from RedHat 7.1 before).
As root everything works fine.
When I try to start as normal user, segmentation fault appears at the very
beginning of the start process. I tried to get the backtrace:
(gdb) r
Starting program: /usr/lib/mozilla/mozilla-bin
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...[New Thread 1024 (LWP 1305)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 1305)]
0x400cb45d in nsComponentManagerImpl::Shutdown () at eval.c:41
41
eval.c: No such file or directory.
in eval.c
(gdb) backtrace
#0 0x400cb45d in nsComponentManagerImpl::Shutdown () at eval.c:41
#1 0x400a3a4e in NS_ShutdownXPCOM () at eval.c:41
#2 0x08050747 in main () at eval.c:41
#3 0x404ba177 in __libc_start_main (main=0x80505e4 <main>, argc=1,
ubp_av=0xbffffb54, init=0x804be78 <_init>, fini=0x80524d4 <_fini>,
rtld_fini=0x4000e184 <_dl_fini>, stack_end=0xbffffb4c)
at ../sysdeps/generic/libc-start.c:129
lzap
Comment 1•24 years ago
|
||
It is a known issue (release notes) that you have to start mozilla as root once
after installation. Did you do that? If that does not work, try moving your
profile somewhere safe and let mozilla create a fresh one.
relnotes and bugs tell you to run once as owner or run regxpcom and regchrome. -
INVALID.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•