On Tue, Sep 16, 2008 at 11:15:10PM +0800, theOne wrote:
> Package: iceweasel
> Version: 3.0.1
> Severity: normal
> 
> It is a diskless Lenny booted from NFS: base system, xorg, Iceweasel 3.
> After booting up, the system auto-login as a normal user at tty1, and
> startx, and then load Iceweasel/Firefox.
> 
> Unfortunately and quite strangely, Iceweasel/Firefox 3.0.1 will not show 
> up its window though we can see the process firefox-bin from top or ps
> command (I remotely login into the system via ssh for investigation), 
> until we move around the mouse or strike the keyboard for several times.

Looks like something Kai Hendry (Cced) reported by mail. Try running
strace -p $(pidof firefox-bin)
My guess is that it will be stuck on a read(). There will be a number
next to this read, let's call that $i. Now, run:
ls -l /proc/$(pidof firefox-bin)/fd/$i
My guess is you'll see a symlink to /dev/random.

If that's the case, that might be an issue with nspr.

Mike



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to