Re: Removing INET6 does stop the crashes.

2002-07-31 Thread Munechika Sumikawa
This patch is for ports/www/mozilla, and enables IPv4-mapped IPv6 address per socket basis. Please try it. I've committed the patch. Thanks. --- Munechika SUMIKAWA @ KAME Project / FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the

Re: Removing INET6 does stop the crashes.

2002-07-30 Thread Hajimu UMEMOTO
Hi, Tue, 30 Jul 2002 02:12:41 +0900, Hajimu UMEMOTO [EMAIL PROTECTED] said: wa1ter Yes, it stops the crashes. If I set v6only = 0 then the machine wa1ter works normally; if set to 1 then I get connection refused from wa1ter any server I try to connect to. Is that normal v6only behavior?

Re: Removing INET6 does stop the crashes.

2002-07-29 Thread walt
Maxim Konovalov wrote: On 18:19-0700, Jul 28, 2002, walt wrote: After reading Scott Long's recent post I tried removing INET6 from my kernel config and the crashes due to mozilla are now definitely gone. [...] Please try the next patch. Index: sys/netinet/tcp_usrreq.c

Re: Removing INET6 does stop the crashes.

2002-07-29 Thread John Baldwin
On 29-Jul-2002 walt wrote: Maxim Konovalov wrote: On 18:19-0700, Jul 28, 2002, walt wrote: After reading Scott Long's recent post I tried removing INET6 from my kernel config and the crashes due to mozilla are now definitely gone. [...] Please try the next patch. Index:

Re: Removing INET6 does stop the crashes.

2002-07-29 Thread Maxim Konovalov
[...] Let's get this patch committed then. :) Already done, sys/netinet/tcp_usrreq.c rev. 1.79 -- Maxim Konovalov, [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Removing INET6 does stop the crashes.

2002-07-29 Thread Hajimu UMEMOTO
Hi, On Mon, 29 Jul 2002 08:11:50 -0700 walt [EMAIL PROTECTED] said: After reading Scott Long's recent post I tried removing INET6 from my kernel config and the crashes due to mozilla are now definitely gone. Thank you for fixing it. I tried to fix as the same way as you did, then during

Removing INET6 does stop the crashes.

2002-07-28 Thread walt
After reading Scott Long's recent post I tried removing INET6 from my kernel config and the crashes due to mozilla are now definitely gone. The question remains, I suppose, whether there are other programs that will still trigger the same kernel bug in a different way, or whether the bug truly

Re: Removing INET6 does stop the crashes.

2002-07-28 Thread Lamont Granquist
Yeah, removing INET6 seems to make it much more stable for me as well. On Sun, 28 Jul 2002, walt wrote: After reading Scott Long's recent post I tried removing INET6 from my kernel config and the crashes due to mozilla are now definitely gone. The question remains, I suppose, whether there