From owner-freebsd-current@FreeBSD.ORG Fri Oct 28 22:27:52 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D907816A41F; Fri, 28 Oct 2005 22:27:52 +0000 (GMT) (envelope-from vkushnir@i.kiev.ua) Received: from horse.iptelecom.net.ua (horse.iptelecom.net.ua [212.9.224.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id D082F43D49; Fri, 28 Oct 2005 22:27:50 +0000 (GMT) (envelope-from vkushnir@i.kiev.ua) Received: from h111.240.159.dialup.iptcom.net ([213.159.240.111]:7369 "EHLO kushnir1.kiev.ua" ident: "SOCKFAULT1" whoson: "vkushnir") by horse.iptelecom.net.ua with ESMTP id S1219409AbVJ1W1t (ORCPT + 1 other); Sat, 29 Oct 2005 01:27:49 +0300 Received: from kushnir1.kiev.ua (kushnir1.kiev.ua [10.0.0.1]) by kushnir1.kiev.ua (8.13.4/8.13.3) with ESMTP id j9SMRj5Y024841; Sat, 29 Oct 2005 01:27:45 +0300 (EEST) (envelope-from vkushnir@i.kiev.ua) Date: Sat, 29 Oct 2005 01:27:45 +0300 (EEST) From: Vladimir Kushnir X-X-Sender: vkushnir@kushnir1.kiev.ua To: John Baldwin In-Reply-To: <200510281813.12123.jhb@freebsd.org> Message-ID: <20051029012409.F798@kushnir1.kiev.ua> References: <20051027022313.R675@kushnir1.kiev.ua> <200510281404.33462.jhb@freebsd.org> <20051029003547.E798@kushnir1.kiev.ua> <200510281813.12123.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-current@freebsd.org Subject: Re: CURRENT + amd64 + user-ppp = panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 22:27:53 -0000 On Fri, 28 Oct 2005, John Baldwin wrote: > On Friday 28 October 2005 05:59 pm, Vladimir Kushnir wrote: >> On Fri, 28 Oct 2005, John Baldwin wrote: >>> On Wednesday 26 October 2005 09:36 pm, Scott Long wrote: >>>> Vladimir Kushnir wrote: >>>>> I'm running now on the kernel from Oct 19 which also panicks, BTW, with >>>>> "kmem_map too small" on an attempt to run something like Linux >>>>> OpenOffice or Mathematica (neither kern.ipc.nmbclusters nor >>>>> vm.kmem_size_max tweaking helps; besides, I've only 512 MB RAM) >> >> >> >>> This looks like a page fault rather than a 'kmem_map too small' panic. >> >> Sorry I was unclear. It IS a page fault. Panic with a 'kmem_map too small' >> is with my old (otherwise working) kernel. >> >> >> >>> This is here: >>> while (c) { >>> depth++; >>> ==> if (c->c_time != curticks) { >>> c = TAILQ_NEXT(c, c_links.tqe); >>> >>> c can't be NULL due to the while loop. Are any kernel modules being >>> unloaded when this happens? >> >> No. /usr/sbin/ppp was trying to connect to my provider was all. > > How? Using pppoe does try to kldload ng_pppoe.ko and its dependencies for > example, and ppp might also try to kldload if_tun.ko as well if it's needed. > Also, is this reproducible? > Plain modem (external, on COM1...errr...sio0) dial-up, no pppoe. And tun is compiled into GENERIC. And yes, it's 100% reproducible :-(