Date: Mon, 17 Dec 2001 10:28:52 +0100 From: Georg-W Koltermann <Georg.Koltermann@mscsoftware.com> To: "Steven G. Kargl" <kargl@troutmask.apl.washington.edu> Cc: freebsd-current@FreeBSD.ORG Subject: Re: endless loop with gettimeofday in mozilla Message-ID: <px8k7vmfb57.wl@hunter.muc.macsch.com> In-Reply-To: <200112142040.fBEKeLk43700@troutmask.apl.washington.edu> References: <200112142040.fBEKeLk43700@troutmask.apl.washington.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
At Fri, 14 Dec 2001 12:40:21 -0800 (PST), Steven G. Kargl <kargl@troutmask.apl.washington.edu> wrote: > > > Switching to a vty and running truss -p <mozilla's pid> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?px8k7vmfb57.wl>