LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-01-2004, 05:55 PM   #1
agitated
LQ Newbie
 
Registered: Dec 2004
Posts: 2

Rep: Reputation: 0
Mozilla 1.2.1 Won't Start


New Linux User
Redhat 9.0
Gnome 2.2.0
Mozilla 1.2.1

Trying to start Mozilla. I see an hour glass for about 10 seconds which then disappears. No error messages. No browser window. No processes running from ps -aux | grep mozilla.

From the command line: mozilla <rtn>
I get back: exec /usr/lib/mozilla-1.2.1/mozilla-bin -UILocale en-US
Nothing else.

I searched the forums and found this suggestion:

strace -o <output file> mozilla

I am not familier with all the output. From what I can gather am missing files but I'm not sure why they would be missing. Can someone give me some guidance? Should I just try to install mozilla again and not worry about why it won't start?

execve("/usr/bin/mozilla", ["mozilla"], [/* 35 vars */]) = 0
uname({sys="Linux", node="ws1000", ...}) = 0
brk(0) = 0x80e5b54
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40016000
open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=115094, ...}) = 0
old_mmap(NULL, 115094, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40017000
close(3) = 0
open("/lib/libtermcap.so.2", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\r\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=11784, ...}) = 0
old_mmap(NULL, 14856, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40034000
old_mmap(0x40037000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x2000) = 0x40037000
close(3) = 0
open("/lib/libdl.so.2", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\26"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=15084, ...}) = 0
old_mmap(NULL, 8620, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40038000
old_mmap(0x4003a000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x2000) = 0x4003a000
close(3) = 0
open("/lib/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320Y\1"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1549556, ...}) = 0
old_mmap(NULL, 1281764, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4003b000
old_mmap(0x4016e000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x132000) = 0x4016e000
old_mmap(0x40172000, 7908, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40172000
close(3) = 0
munmap(0x40017000, 115094) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
open("/dev/tty", O_RDWR|O_NONBLOCK|O_LARGEFILE) = 3
close(3) = 0
brk(0) = 0x80e5b54
brk(0) = 0x80e5b54
brk(0x80e6000) = 0x80e6000
open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=30301680, ...}) = 0
mmap2(NULL, 2097152, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40174000
close(3) = 0
brk(0) = 0x80e6000
brk(0x80e7000) = 0x80e7000
brk(0) = 0x80e7000
brk(0x80e8000) = 0x80e8000
getuid32() = 503
getgid32() = 503
geteuid32() = 503
getegid32() = 503
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
time(NULL) = 1101927469
brk(0) = 0x80e8000
brk(0x80e9000) = 0x80e9000
open("/etc/mtab", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=175, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40017000
read(3, "/dev/hda2 / ext3 rw 0 0\nnone /pr"..., 4096) = 175
close(3) = 0
munmap(0x40017000, 4096) = 0
open("/proc/meminfo", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40017000
read(3, " total: used: free:"..., 4096) = 525
close(3) = 0
munmap(0x40017000, 4096) = 0
brk(0) = 0x80e9000
brk(0x80ea000) = 0x80ea000
rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0
uname({sys="Linux", node="ws1000", ...}) = 0
brk(0) = 0x80ea000
brk(0x80eb000) = 0x80eb000
stat64("/home/pcarroll", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat64(".", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
getpid() = 4324
getppid() = 4323
brk(0) = 0x80eb000
brk(0x80ec000) = 0x80ec000
getpgrp() = 4323
rt_sigaction(SIGCHLD, {0x8076d30, [], SA_RESTORER, 0x400634f8}, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
open("/usr/bin/mozilla", O_RDONLY|O_LARGEFILE) = 3
ioctl(3, SNDCTL_TMR_TIMEBASE, 0xbffff740) = -1 ENOTTY (Inappropriate ioctl for device)
_llseek(3, 0, [0], SEEK_CUR) = 0
read(3, "#!/bin/sh\n#\n# The contents of th"..., 80) = 80
_llseek(3, 0, [0], SEEK_SET) = 0
getrlimit(0x7, 0xbffff798) = 0
dup2(3, 255) = 255
close(3) = 0
fcntl64(255, F_SETFD, FD_CLOEXEC) = 0
fcntl64(255, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fstat64(255, {st_mode=S_IFREG|0755, st_size=5874, ...}) = 0
_llseek(255, 0, [0], SEEK_CUR) = 0
brk(0) = 0x80ec000
brk(0x80ee000) = 0x80ee000
brk(0) = 0x80ee000
brk(0x80ef000) = 0x80ef000
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
read(255, "#!/bin/sh\n#\n# The contents of th"..., 5874) = 5874
open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=21040, ...}) = 0
old_mmap(NULL, 21040, PROT_READ, MAP_SHARED, 3, 0) = 0x40017000
close(3) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
brk(0) = 0x80ef000
brk(0x80f0000) = 0x80f0000
pipe([3, 4]) = 0
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [RTMIN], 8) = 0
_llseek(255, -4886, [988], SEEK_CUR) = 0
fork() = 4325
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
wait4(-1, [WIFEXITED(s) && WEXITSTATUS(s) == 0], WNOHANG, NULL) = 4325
wait4(-1, 0xbffff12c, WNOHANG, NULL) = -1 ECHILD (No child processes)
sigreturn() = ? (mask now [RTMIN])
rt_sigaction(SIGCHLD, {0x8076d30, [], SA_RESTORER, 0x400634f8}, {0x8076d30, [], SA_RESTORER, 0x400634f8}, 8) = 0
close(4) = 0
read(3, "mozilla\n", 128) = 8
read(3, "", 128) = 0
close(3) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0
rt_sigaction(SIGINT, {0x8075db0, [], SA_RESTORER, 0x400634f8}, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigaction(SIGINT, {SIG_DFL}, {0x8075db0, [], SA_RESTORER, 0x400634f8}, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
read(255, "\n## don\'t leave any core files a"..., 5874) = 4886
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
getrlimit(0x4, 0xbffff680) = 0
getrlimit(0x4, 0xbffff660) = 0
setrlimit(RLIMIT_CORE, {rlim_cur=0, rlim_max=0}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
brk(0) = 0x80f0000
brk(0x80f1000) = 0x80f1000
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
brk(0) = 0x80f1000
brk(0x80f2000) = 0x80f2000
brk(0) = 0x80f2000
brk(0x80f3000) = 0x80f3000
brk(0) = 0x80f3000
brk(0x80f4000) = 0x80f4000
brk(0) = 0x80f4000
brk(0x80f5000) = 0x80f5000
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
brk(0) = 0x80f5000
brk(0x80f6000) = 0x80f6000
brk(0) = 0x80f6000
brk(0x80f7000) = 0x80f7000
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
lstat64("/usr/lib/mozilla-1.2.1/plugins/libjavaplugin_oji.so", 0xbfffec80) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
lstat64("/usr/lib/mozilla/plugins/libjavaplugin_oji.so", 0xbfffecb0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
pipe([3, 4]) = 0
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [RTMIN], 8) = 0
_llseek(255, -1749, [4125], SEEK_CUR) = 0
fork() = 4326
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigaction(SIGCHLD, {0x8076d30, [], SA_RESTORER, 0x400634f8}, {0x8076d30, [], SA_RESTORER, 0x400634f8}, 8) = 0
close(4) = 0
read(3, 0xbffff4e0, 128) = ? ERESTARTSYS (To be restarted)
--- SIGCHLD (Child exited) @ 0 (0) ---
wait4(-1, [WIFEXITED(s) && WEXITSTATUS(s) == 1], WNOHANG, NULL) = 4326
wait4(-1, 0xbffff184, WNOHANG, NULL) = -1 ECHILD (No child processes)
sigreturn() = ? (mask now [RTMIN])
read(3, "1\n", 128) = 2
read(3, "", 128) = 0
close(3) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0
rt_sigaction(SIGINT, {0x8075db0, [], SA_RESTORER, 0x400634f8}, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigaction(SIGINT, {SIG_DFL}, {0x8075db0, [], SA_RESTORER, 0x400634f8}, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
read(255, "\n# If there is no command line a"..., 5874) = 1749
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 3
fcntl64(2, F_GETFD) = 0
fcntl64(2, F_DUPFD, 10) = 10
fcntl64(2, F_GETFD) = 0
fcntl64(10, F_SETFD, FD_CLOEXEC) = 0
dup2(3, 2) = 2
close(3) = 0
open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 3
fcntl64(1, F_GETFD) = 0
fcntl64(1, F_DUPFD, 10) = 11
fcntl64(1, F_GETFD) = 0
fcntl64(11, F_SETFD, FD_CLOEXEC) = 0
dup2(3, 1) = 1
close(3) = 0
rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_IGN}, 8) = 0
rt_sigaction(SIGCHLD, {SIG_DFL}, {0x8076d30, [], SA_RESTORER, 0x400634f8}, 8) = 0
execve("/usr/lib/mozilla-1.2.1/mozilla-xremote-client", ["/usr/lib/mozilla-1.2.1/mozilla-x"..., "xfeDoCommand(openBrowser)"], [/* 38 vars */]) = 0
uname({sys="Linux", node="ws1000", ...}) = 0
brk(0) = 0x804af60
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40016000
open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mozilla-1.2.1/tls/i686/mmx/libxpcom.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/mozilla-1.2.1/tls/i686/mmx", 0xbfffee90) = -1 ENOENT (No such file or directory)
open("/usr/lib/mozilla-1.2.1/tls/i686/libxpcom.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/mozilla-1.2.1/tls/i686", 0xbfffee90) = -1 ENOENT (No such file or directory)
open("/usr/lib/mozilla-1.2.1/tls/mmx/libxpcom.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/mozilla-1.2.1/tls/mmx", 0xbfffee90) = -1 ENOENT (No such file or directory)
open("/usr/lib/mozilla-1.2.1/tls/libxpcom.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/mozilla-1.2.1/tls", 0xbfffee90) = -1 ENOENT (No such file or directory)
open("/usr/lib/mozilla-1.2.1/i686/mmx/libxpcom.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/mozilla-1.2.1/i686/mmx", 0xbfffee90) = -1 ENOENT (No such file or directory)
open("/usr/lib/mozilla-1.2.1/i686/libxpcom.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/mozilla-1.2.1/i686", 0xbfffee90) = -1 ENOENT (No such file or directory)
open("/usr/lib/mozilla-1.2.1/mmx/libxpcom.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/mozilla-1.2.1/mmx", 0xbfffee90) = -1 ENOENT (No such file or directory)
open("/usr/lib/mozilla-1.2.1/libxpcom.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/mozilla-1.2.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/mozilla-1.2.1/plugins/tls/i686/mmx/libxpcom.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/mozilla-1.2.1/plugins/tls/i686/mmx", 0xbfffee90) = -1 ENOENT (No such file or directory)
open("/usr/lib/mozilla-1.2.1/plugins/tls/i686/libxpcom.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/mozilla-1.2.1/plugins/tls/i686", 0xbfffee90) = -1 ENOENT (No such file or directory)
open("/usr/lib/mozilla-1.2.1/plugins/tls/mmx/libxpcom.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/mozilla-1.2.1/plugins/tls/mmx", 0xbfffee90) = -1 ENOENT (No such file or directory)
open("/usr/lib/mozilla-1.2.1/plugins/tls/libxpcom.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/mozilla-1.2.1/plugins/tls", 0xbfffee90) = -1 ENOENT (No such file or directory)
open("/usr/lib/mozilla-1.2.1/plugins/i686/mmx/libxpcom.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/mozilla-1.2.1/plugins/i686/mmx", 0xbfffee90) = -1 ENOENT (No such file or directory)
open("/usr/lib/mozilla-1.2.1/plugins/i686/libxpcom.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/mozilla-1.2.1/plugins/i686", 0xbfffee90) = -1 ENOENT (No such file or directory)
open("/usr/lib/mozilla-1.2.1/plugins/mmx/libxpcom.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/mozilla-1.2.1/plugins/mmx", 0xbfffee90) = -1 ENOENT (No such file or directory)
open("/usr/lib/mozilla-1.2.1/plugins/libxpcom.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/mozilla-1.2.1/plugins", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=115094, ...}) = 0
old_mmap(NULL, 115094, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40017000
close(3) = 0
open("/usr/lib/libxpcom.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\254\5"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1013108, ...}) = 0
old_mmap(NULL, 1016808, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40034000
old_mmap(0x40122000, 45056, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0xed000) = 0x40122000
close(3) = 0
open("/usr/lib/mozilla-1.2.1/libplds4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mozilla-1.2.1/plugins/libplds4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libplds4.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\r\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=8876, ...}) = 0
old_mmap(NULL, 11940, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4012d000
old_mmap(0x4012f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x1000) = 0x4012f000
close(3) = 0
open("/usr/lib/mozilla-1.2.1/libplc4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mozilla-1.2.1/plugins/libplc4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libplc4.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\21"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=14344, ...}) = 0
old_mmap(NULL, 17388, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40130000
old_mmap(0x40134000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x3000) = 0x40134000
close(3) = 0
open("/usr/lib/mozilla-1.2.1/libnspr4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mozilla-1.2.1/plugins/libnspr4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libnspr4.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\250"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=175188, ...}) = 0
old_mmap(NULL, 183328, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40135000
old_mmap(0x4015f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x29000) = 0x4015f000
old_mmap(0x40161000, 3104, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40161000
close(3) = 0
open("/usr/lib/mozilla-1.2.1/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mozilla-1.2.1/plugins/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libpthread.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300@\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=103104, ...}) = 0
old_mmap(NULL, 335428, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40162000
old_mmap(0x40171000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0xf000) = 0x40171000
old_mmap(0x40174000, 261700, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40174000
close(3) = 0
open("/usr/lib/mozilla-1.2.1/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mozilla-1.2.1/plugins/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libdl.so.2", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\26"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=15084, ...}) = 0
old_mmap(NULL, 8620, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x401b4000
old_mmap(0x401b6000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x2000) = 0x401b6000
close(3) = 0
open("/usr/lib/mozilla-1.2.1/libX11.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mozilla-1.2.1/plugins/libX11.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/libX11.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\23"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=908016, ...}) = 0
.
had to delete part of message to fit in the post
.
write(3, "<\1\2\0\0\0\0\2+\1\1\0", 12) = 12
read(3, "\1\2\4\2\0\0\0\0\373\2 \1\0\0\0\0\0\0\0\0\0\0\0\0000A\221"..., 32) = 32
shutdown(3, 2 /* send and receive */) = 0
close(3) = 0
exit_group(0) = ?


Thanks for any assistence

Agitated
 
Old 12-02-2004, 01:29 PM   #2
agitated
LQ Newbie
 
Registered: Dec 2004
Posts: 2

Original Poster
Rep: Reputation: 0
Finally gave up trying to resolve this. Removed/re-installed Mozilla. All better now.
 
Old 12-14-2004, 05:12 AM   #3
totierne
LQ Newbie
 
Registered: Dec 2004
Location: Dublin, Ireland
Distribution: fedora core 1/redhat 9/RHEL 3
Posts: 1

Rep: Reputation: 0
me to but my mozilla 1.2.1 exits with status 3

echo $?
3

I found another zombie (?) mozilla process that I had to kill.

Are the exit status meanings for mozilla printed anywhere, or is it a matter of going through the code if it happens again on a recent release...

[mozilla was being launched from within an application so it seemed like a bug in the application, maybe the bug was the failed mozilla launched was not reported to the user...]

Maybe I just did not notice another mozilla window things were getting displayed on, anyway if there was another dubious mozilla process, on reinstall it may have gone away allowing things to 'fix' themselves.

Just my 2 cent,
Peace,
Turloch
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mozilla start up padeco Linux - Software 2 03-08-2005 03:10 PM
Mozilla won't start jspaceman Slackware 7 03-24-2004 10:16 AM
Mozilla 1.6 won't start raysr Linux - Newbie 3 03-22-2004 01:45 PM
Mozilla won't start ?! silversky Linux - Software 12 03-01-2004 05:39 PM
Mozilla won't start jjn2004 Linux - Software 2 01-29-2004 12:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:46 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration