leaner and even meaner firefox

Jeremy Messenger mezz7 at cox.net
Thu Aug 4 23:23:06 GMT 2005


On Thu, 04 Aug 2005 18:12:20 -0500, Mikhail Teterin  
<mi+mx at aldan.algebra.com> wrote:

>> I don't think we can leave your patch out as I like it, but as long it  
>> works as before. When I went to www.providianonline.com and  
>> www.hotmail.com, and it complained about can't trust CA. I don't get  
>> that  
>> before and I did tried 'rm -rf ~/.mozilla'. Is there anything else that  
>> I  
>> should do?
>
> This is weird -- it works for me now and I did not have to touch my
> ~/.mozilla.
>
> Can you run
>
> 	ktrace -i firefox https://www.providianonline.com/
>
> kill it when it starts complaining about CA and examine the trace:
>
> 	kdump | less
>
> and search for nssckbi...

Ok, here they are:
==============================================
  54484 firefox-bin RET   read 4096/0x1000
  54484 firefox-bin CALL  open(0x28921000,0,0x280637a6)
  54484 firefox-bin NAMI   
"/usr/home/mezz/.mozilla/firefox/1d1f1lrh.default/libnssckbi.so"
  54484 firefox-bin RET   open -1 errno 2 No such file or directory
  54484 firefox-bin CALL  stat(0x8869780,0xbfbfb608)
  54484 firefox-bin NAMI  "/usr/X11R6/lib/firefox/libnssckbi.so"
  54484 firefox-bin RET   stat -1 errno 2 No such file or directory
  54484 firefox-bin CALL  stat(0x883f120,0xbfbfb608)
  54484 firefox-bin NAMI  "/usr/X11R6/lib/libnssckbi.so"
  54484 firefox-bin RET   stat -1 errno 2 No such file or directory
  54484 firefox-bin CALL  stat(0x88697c0,0xbfbfb608)
  54484 firefox-bin NAMI  "/usr/X11R6/lib/firefox/libnssckbi.so"
  54484 firefox-bin RET   stat -1 errno 2 No such file or directory
  54484 firefox-bin CALL  gettimeofday(0xbfbfb840,0)
  54484 firefox-bin RET   gettimeofday 0
  54484 firefox-bin CALL  gettimeofday(0xbfbfbae0,0)
  54484 firefox-bin RET   gettimeofday 0
  54484 firefox-bin CALL  write(0x3,0x8077000,0x1d0)
  54484 firefox-bin GIO   fd 3 wrote 464 bytes
==============================================

==============================================
% find /usr -name libnssckbi\*
/usr/local/lib/libnssckbi.so
/usr/local/lib/libnssckbi.so.1
==============================================

Looks like it need to be teach to find in LOCALBASE instead X11BASE.

Cheers,
Mezz

> Thanks!
>
> 	-mi


-- 
mezz7 at cox.net  -  mezz at FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/  -  gnome at FreeBSD.org


More information about the freebsd-gnome mailing list