From owner-freebsd-current Mon Dec 17 1:29:54 2001 Delivered-To: freebsd-current@freebsd.org Received: from draco.macsch.com (draco.macsch.com [192.73.8.1]) by hub.freebsd.org (Postfix) with ESMTP id 299E737B416 for ; Mon, 17 Dec 2001 01:29:49 -0800 (PST) Received: from mailmuc.muc.eu.mscsoftware.com (mailmuc.muc.macsch.com [161.34.37.20]) by draco.macsch.com (8.9.3/8.9.3) with ESMTP id BAA15862; Mon, 17 Dec 2001 01:25:20 -0800 (PST) Received: from hunter.muc.macsch.com (hunter.muc.macsch.com [172.17.22.32]) by mailmuc.muc.eu.mscsoftware.com (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) with ESMTP id fBH9T8h08141; Mon, 17 Dec 2001 10:29:08 +0100 Received: from hunter.muc.macsch.com (localhost.muc.macsch.com [127.0.0.1]) by hunter.muc.macsch.com (8.11.6/8.11.6) with ESMTP id fBH9Sqe00821; Mon, 17 Dec 2001 10:28:53 +0100 (CET) (envelope-from Georg.Koltermann@mscsoftware.com) Date: Mon, 17 Dec 2001 10:28:52 +0100 Message-ID: From: Georg-W Koltermann To: "Steven G. Kargl" Cc: freebsd-current@FreeBSD.ORG Subject: Re: endless loop with gettimeofday in mozilla In-Reply-To: <200112142040.fBEKeLk43700@troutmask.apl.washington.edu> References: <200112142040.fBEKeLk43700@troutmask.apl.washington.edu> User-Agent: Wanderlust/2.4.1 (Stand By Me) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/20.7 (i386--freebsd) MULE/4.0 (HANANOEN) Organization: MSC Software X-Attribution: gwk MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Fri, 14 Dec 2001 12:40:21 -0800 (PST), Steven G. Kargl wrote: > > > Switching to a vty and running truss -p > yields the following endless stream. > > gettimeofday(0x28254b6c,0x0) = 0 (0x0) > sigprocmask(0x3,0x28254bfc,0x0) = 0 (0x0) > sigaltstack(0x2825a5e0,0x0) = 0 (0x0) > poll(0x8065000,0x2,0x0) = 0 (0x0) > sigreturn(0x8058068) = -1077952316 (0xbfbfc0c4) > SIGNAL 27 > SIGNAL 27 > gettimeofday(0x28254b6c,0x0) = 0 (0x0) > sigprocmask(0x3,0x28254bfc,0x0) = 0 (0x0) > sigaltstack(0x2825a5e0,0x0) = 0 (0x0) > poll(0x8065000,0x2,0x0) = 0 (0x0) > sigreturn(0x8058068) = -1077952316 (0xbfbfc0c4) > SIGNAL 27 > SIGNAL 27 > > Note, this is mozilla built for FreeBSD, not the linux > version of mozilla. Steve, this looks similar to what I had with old (FreeBSD) versions of Netscape 4.7x. I worked around the problem by starting netscape with the "-synchronous" option. -- Regards, Georg. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message