Re: Netscape and -current

1999-11-24 Thread Bruce Evans
On Tue, 23 Nov 1999, Brian Fundakowski Feldman wrote: > On Wed, 24 Nov 1999, Bruce Evans wrote: > > > Hmm. My netscape works, but I didn't use merge that commit. I had already > > inadvertly fixed the bug in another way while cleaning up. > > ... > > #if defined(COMPAT_43) || defined(COMPAT_SU

Re: Netscape and -current

1999-11-23 Thread Brian Fundakowski Feldman
On Tue, 23 Nov 1999, Peter Wemm wrote: > Brian Fundakowski Feldman wrote: > > Forget anything I said about KAME being the strong possibility :) As > > soon as peter noted what commit it could have to do with, I figured > > it out and fixed it; after testing, I committed it. Be happy :) > > You

Re: Netscape and -current

1999-11-23 Thread Brian Fundakowski Feldman
On Wed, 24 Nov 1999, Bruce Evans wrote: > Hmm. My netscape works, but I didn't use merge that commit. I had already > inadvertly fixed the bug in another way while cleaning up. > > Indeed, the proplem is checking the new context before checking that the > context is actually new. > > Here is

Re: Netscape and -current

1999-11-23 Thread Bruce Evans
On Tue, 23 Nov 1999, Peter Wemm wrote: > I'm pretty sure it's this commit to i386/machdep.c: > === > revision 1.377 > date: 1999/11/21 14:46:43; author: pho; state: Exp; lines: +5 -5 > Moved useracc() to top of sigreturn as to avoid panic > caused by invalid arguments to rutine. > > Reviewed

Re: Netscape and -current

1999-11-22 Thread Peter Wemm
Brian Fundakowski Feldman wrote: > Forget anything I said about KAME being the strong possibility :) As > soon as peter noted what commit it could have to do with, I figured > it out and fixed it; after testing, I committed it. Be happy :) Your fix suffers from exactly the same problem.. Suppo

Re: Netscape and -current

1999-11-22 Thread Brian Fundakowski Feldman
Forget anything I said about KAME being the strong possibility :) As soon as peter noted what commit it could have to do with, I figured it out and fixed it; after testing, I committed it. Be happy :) -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED

Re: Netscape and -current

1999-11-22 Thread Christopher Masto
On Tue, Nov 23, 1999 at 11:44:33AM +0800, Peter Wemm wrote: > I'd be curious to know if this fixes it on a -current kernel (after rev 1.377 > of i386/machdep.c) Yep, except this needs to come out: > + scp = (struct osigcontext *)ucp; > + > + if (useracc((caddr_t)scp, sizeof (struct osigc

Re: Netscape and -current

1999-11-22 Thread David Scheidt
On Tue, 23 Nov 1999, Peter Wemm wrote: > I'm pretty sure it's this commit to i386/machdep.c: Good call! A tree checked out with -D 1999-11-21 14:47 won't run netscape. A kernel built with the same sources, except for 1.376 of i386/machdep.c will. David Scheidt > === > revision 1.377 > date: 1

Re: Netscape and -current

1999-11-22 Thread Brian Fundakowski Feldman
On Tue, 23 Nov 1999, Peter Wemm wrote: > I'm pretty sure it's this commit to i386/machdep.c: > === > revision 1.377 > date: 1999/11/21 14:46:43; author: pho; state: Exp; lines: +5 -5 > Moved useracc() to top of sigreturn as to avoid panic > caused by invalid arguments to rutine. > Thanks! Tes

Re: Netscape and -current

1999-11-22 Thread Peter Wemm
"Daniel O'Connor" wrote: > > On 22-Nov-99 Steve Kargl wrote: > > FreeBSD 4.0-CURRENT #1: Mon Nov 15 09:52:45 PST 1999 > > [EMAIL PROTECTED]:/usr/src/sys/compile/TROUTMASK > > netscape (for FBSD) works fine. > > I have -current as of 19-Nov-99 and Netscape works fine (well as well at it >

Re: Netscape and -current

1999-11-22 Thread Peter Wemm
Brian Fundakowski Feldman wrote: > On Mon, 22 Nov 1999, Alexander N. Kabaev wrote: > > > The same here. CURRENT updated and built on Sunday causes native > > FreeBSD Netscape to lock up. Linux Netscape still works fine. > > > > Happens here, too. Can someone with a machine to spare try the fol

Re: Netscape and -current

1999-11-22 Thread Brian Fundakowski Feldman
On Tue, 23 Nov 1999, Daniel O'Connor wrote: > > On 22-Nov-99 Steve Kargl wrote: > > FreeBSD 4.0-CURRENT #1: Mon Nov 15 09:52:45 PST 1999 > > [EMAIL PROTECTED]:/usr/src/sys/compile/TROUTMASK > > netscape (for FBSD) works fine. > > I have -current as of 19-Nov-99 and Netscape works fine (w

Re: Netscape and -current

1999-11-22 Thread Daniel O'Connor
On 22-Nov-99 Steve Kargl wrote: > FreeBSD 4.0-CURRENT #1: Mon Nov 15 09:52:45 PST 1999 > [EMAIL PROTECTED]:/usr/src/sys/compile/TROUTMASK > netscape (for FBSD) works fine. I have -current as of 19-Nov-99 and Netscape works fine (well as well at it ever does..) --- Daniel O'Connor softwar

RE: Netscape and -current

1999-11-22 Thread David Scheidt
On Mon, 22 Nov 1999, Brian Fundakowski Feldman wrote: > On Mon, 22 Nov 1999, Alexander N. Kabaev wrote: > > > The same here. CURRENT updated and built on Sunday causes native > > FreeBSD Netscape to lock up. Linux Netscape still works fine. > > > > Happens here, too. Can someone with a machin

Re: Netscape and -current

1999-11-22 Thread Steve Kargl
Brian Fundakowski Feldman wrote: > On Mon, 22 Nov 1999, Alexander N. Kabaev wrote: > > > The same here. CURRENT updated and built on Sunday causes native > > FreeBSD Netscape to lock up. Linux Netscape still works fine. > > > > Happens here, too. Can someone with a machine to spare try the fol

RE: Netscape and -current

1999-11-22 Thread Brian Fundakowski Feldman
On Mon, 22 Nov 1999, Alexander N. Kabaev wrote: > The same here. CURRENT updated and built on Sunday causes native > FreeBSD Netscape to lock up. Linux Netscape still works fine. > Happens here, too. Can someone with a machine to spare try the following: 1. Go back in date a week, and try the

RE: Netscape and -current

1999-11-22 Thread Alexander N. Kabaev
The same here. CURRENT updated and built on Sunday causes native FreeBSD Netscape to lock up. Linux Netscape still works fine. On 22-Nov-99 Jean-Marc Zucconi wrote: > This happens with a kernel/world from today: netscape is unusable. > Most of the time it freezes after a few seconds. Here is t

Netscape and -current

1999-11-21 Thread Jean-Marc Zucconi
This happens with a kernel/world from today: netscape is unusable. Most of the time it freezes after a few seconds. Here is the tail of kdump: 484 communicator-4.7 RET select 0 484 communicator-4.7 CALL old.sigprocmask(0x1,0) 484 communicator-4.7 RET old.sigprocmask 0 484 communi