Date: Fri, 20 Nov 1998 16:27:06 +0200 (EET) From: "Jukka A. Ukkonen" <jau@jau.tmt.tele.fi> To: freebsd-mozilla@FreeBSD.ORG Cc: freebsd-hackers@FreeBSD.ORG Subject: infinite loop in netscape... Message-ID: <199811201427.QAA04000@jau.tmt.tele.fi>
next in thread | raw e-mail | index | archive | help
Howdy! Does anyone have any idea why netscape-4.5 (the native FreeBSD binary) ends up busy looping like this... (ktrace/kdump output) 3931 netscape PSIG SIGALRM caught handler=0x9067b0 mask=0x0 code=0x0 3931 netscape RET sigreturn JUSTRETURN 3931 netscape CALL gettimeofday(0xefbfaad0,0) 3931 netscape RET gettimeofday 0 3931 netscape CALL sigreturn(0xefbfab6c) 3931 netscape RET sigreturn JUSTRETURN 3931 netscape PSIG SIGALRM caught handler=0x9067b0 mask=0x0 code=0x0 3931 netscape CALL gettimeofday(0xefbfaad0,0) 3931 netscape RET gettimeofday 0 3931 netscape CALL sigreturn(0xefbfab6c) 3931 netscape RET sigreturn JUSTRETURN 3931 netscape PSIG SIGALRM caught handler=0x9067b0 mask=0x0 code=0x0 3931 netscape CALL gettimeofday(0xefbfaad0,0) 3931 netscape RET gettimeofday 0 3931 netscape CALL sigreturn(0xefbfab6c) 3931 netscape RET sigreturn JUSTRETURN 3931 netscape PSIG SIGALRM caught handler=0x9067b0 mask=0x0 code=0x0 3931 netscape CALL gettimeofday(0xefbfaad0,0) 3931 netscape RET gettimeofday 0 3931 netscape CALL sigreturn(0xefbfab6c) 3931 netscape RET sigreturn JUSTRETURN 3931 netscape PSIG SIGALRM caught handler=0x9067b0 mask=0x0 code=0x0 3931 netscape CALL gettimeofday(0xefbfaad0,0) 3931 netscape RET gettimeofday 0 3931 netscape CALL sigreturn(0xefbfab6c) 3931 netscape RET sigreturn JUSTRETURN 3931 netscape PSIG SIGALRM caught handler=0x9067b0 mask=0x0 code=0x0 3931 netscape CALL gettimeofday(0xefbfaad0,0) 3931 netscape RET gettimeofday 0 3931 netscape CALL sigreturn(0xefbfab6c) 3931 netscape RET sigreturn JUSTRETURN This happens quite often and usually immediately when starting netscape. This could of course be also a problem in some X library like lesstiff or some such instead of the actual netscape/mozilla code, but I have no way of telling where this happens, because I just installed a pre-compiled binary. Cheers, // jau .--- ..- -.- -.- .- .- .-.-.- ..- -.- -.- --- -. . -. / Jukka A. Ukkonen, Internet Services R&D / Sonera Ltd. /__ M.Sc. (sw-eng & cs) (Phone) +358-2040-4025 / Internet: Jukka.Ukkonen@sonera.fi (Fax) +358-2040-64724 / Internet: jau@iki.fi (Mobile) +358-400-606671 v Internet: ukkonen@nic.funet.fi (Home&Fax) +358-9-6215280 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811201427.QAA04000>