[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

mozilla weiredness



 Mozilla (1.3-5) , on my laptop, running debian/unstable freezes
 if you try to write URL and/or type into any input form (click on
 links does work ) -  can anybody give me an ideea where to look
 for this issue ? On the server same mozilla works just fine.

 The end of strace command output when you try to type an URL  is :

 open("/etc/hosts", O_RDONLY)            = 25
fcntl64(25, F_GETFD)                    = 0
fcntl64(25, F_SETFD, FD_CLOEXEC)        = 0
fstat64(25, {st_mode=S_IFREG|0644, st_size=305, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
   -1, 0) = 0x400ec000
read(25, "127.0.0.1\t_echo\tlocalhost\n\n192.1"..., 4096) = 305
read(25, "", 4096)                      = 0
close(25)                               = 0
munmap(0x400ec000, 4096)                = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 25
fcntl64(25, F_SETFD, FD_CLOEXEC)        = 0
setsockopt(25, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
connect(25, {sa_family=AF_INET, sin_port=htons(16001),
        sin_addr=inet_addr("127.0.0.1")}, 16 <unfinished ...>


 Thank you,
 Florentin.



Reply to: