Patrick Ale wrote: > On 1/14/08, Alfred Peng <Alfred.Peng at sun.com> wrote: > >> Patrick Ale wrote: >> >>> On 1/14/08, Dave Lin <Dave.Lin at sun.com> wrote: >>> >> Thanks for using Firefox 3.0. This could help us get it tested on >> Solaris before it's finally released :-) >> >> BTW, what's the stack trace when Firefox 3.0 crashes on your laptop? >> > > AHA! It's missing a shared object it seems. You asking for the stack > trace made me start firefox from within in terminal and I get the > following message, maybe this explains why Brian can't reproduce the > error in build 79? > Hi Patrick,
Sounds like you don't use "--with-moz-nss-nspr" which is disabled as default(I will change it to be enable as default), did you build ff3 by yourself? Dave > > $ firefox > fopen: No such file or directory /usr/lib/mps/libnssdbm3.so > > (gecko:7590): Pango-WARNING **: failed to create cairo scaled font, > expect ugly output. the offending font is 'Arial 0' > > (gecko:7590): Pango-WARNING **: failed to create cairo scaled font, > expect ugly output. the offending font is 'Arial 0' > > (gecko:7590): Pango-WARNING **: shaping failure, expect ugly output. > shape-engine='BasicEngineFc', font='Arial 0', text='English Hello' > ld.so.1: firefox-bin: fatal: libnss3.so: version `NSS_3.12' not found > (required by file /usr/lib/firefox3/libxul.so) > ld.so.1: firefox-bin: fatal: libnss3.so: open failed: No such file or > directory > ld.so.1: firefox-bin: fatal: libnss3.so: version `NSS_3.12' not found > (required by file /usr/lib/firefox3/libxul.so) > ld.so.1: firefox-bin: fatal: libnss3.so: open failed: No such file or > directory > ld.so.1: firefox-bin: fatal: relocation error: file > /usr/lib/firefox3/libxul.so: symbol SEC_StringToOID: referenced symbol > not found > Killed >
