Description of Problem: # cat /etc/redhat-release Raw Hide 20020220 lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr/lib", {st_mode=S_IFDIR|0755, st_size=32768, ...}) = 0 lstat64("/usr/lib/mozilla", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 open("/usr/lib/mozilla/component.reg", O_RDWR) = -1 EACCES (Permission denied) stat64("/usr/lib/mozilla/component.reg", {st_mode=S_IFREG|0644, st_size=382876, ...}) = 0 open("/usr/lib/mozilla/component.reg", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=382876, ...}) = 0 mmap2(NULL, 382876, PROT_READ, MAP_PRIVATE, 3, 0) = 0x406cc000 _llseek(3, 0, [0], SEEK_SET) = 0 munmap(0x406cc000, 382876) = 0 close(3) = 0 --- SIGSEGV (Segmentation fault) --- +++ killed by SIGSEGV +++ Version-Release number of selected component (if applicable): How Reproducible: Always Steps to Reproduce: 1. install mozilla rpm 2. start mozilla 3. Actual Results: SEGFAULT Expected Results: Additional Information: Solved by chmod 666 /usr/lib/mozilla/component.reg
Oops ... I somehow failed to see this before I logged #60256. Anyway, it's actually caused by a glibc problem (see bug #60132).
*** Bug 60256 has been marked as a duplicate of this bug. ***
This was fixed for me by glibc-2.2.90-7, I guess the bug can be closed now.
OK.