tags 355565 + unreproducible
severity 355565 important
stop
Hi,
On Mon, Mar 06, 2006, Eric Van Buggenhaut wrote:
> mozilla won't start anymore on my system. It waits for a read forever:
> read(3, <unfinished ...>
> Attached is the complete log
I could not reproduce your bug on my ARCH=i386 system.
The log you provided shows a read on file descriptor number 3, but the
last returned file descriptor with number 3 is from this:
open("/etc/mozilla/mozillarc", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=152, ...}) = 0
read(3, "# This file was generated by deb"..., 152) = 152
close(3) = 0
Could you please attach a full strace produced with "strace -f -e
trace=file" (note the -f)?
(Downgrading as it is unreproducible here and for three other persons
sitting next to me and nobody else reported this.)
Thanks,
--
Loïc Minier <[EMAIL PROTECTED]>