John Ellson wrote: > Jonathan Corbet wrote: > >Stephen J. Smoogen <smooge@xxxxxxxxx> wrote: > > > > > >>Have you done the usual Technical Support questions? > >> > > > >I believe so. I have cleaned out all my extensions - actually, I even > >created a new, clean account with no configuration at all. Same thing. > > > > > >>Does a second user on the system have the same problem? [Creating a > >>second user and going to the website cause firefox to crap out on > >>x86-64?] > >> > > > >Yes. > > > > > >>Does the box have anything non-64 bit installed like flash like > >>plugins? > >> > > > >Nope, none of that stuff. > > > >There was a question of what appears in /var/log/messages; there's one > >line: > > > >Jan 5 08:24:14 bike kernel: firefox-bin[17558] trap int3 rip:348d72c237 > >rsp:7fffff874f40 error:0 > > > Can you get any more clues about where it is dying by running it under > strace with: > > LD_LIBRARY_PATH=/usr/lib64/firefox-1.5 strace > /usr/lib64/firefox-1.5/firefox-bin My problem was: open("/usr/share/fonts/default/n021003l.pfb", O_RDONLY) = -1 ENOENT (No such file or directory) --- SIGSEGV (Segmentation fault) @ 0 (0) --- unlink("/home/dcantrel/.mozilla/firefox/mjlbhd2d.default/lock") = 0 rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [SEGV], NULL, 8) = 0 tgkill(3398, 3398, SIGSEGV) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ Process 3398 detached I added the missing symlink for n021003l.pfb and firefox came right up. Most likely unrelated to the x86-64 problem. Why the font symlinks were incorrect, I don't know. -- David Cantrell Red Hat / Westford, MA -- fedora-test-list mailing list fedora-test-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list