From owner-freebsd-current@FreeBSD.ORG Sun May 28 20:24:36 2006 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 AD23D16CA53 for ; Sun, 28 May 2006 20:23:18 +0000 (UTC) (envelope-from gexlie@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49C2643D55 for ; Sun, 28 May 2006 20:23:09 +0000 (GMT) (envelope-from gexlie@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so13734uge for ; Sun, 28 May 2006 13:23:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=QcRJsps5cGHN12LqOuo6mGBE2GYLs2QkAjv86ICBUIeqoncCwV0uhQ6ofol0OWNggj++4Fj0oH51k5f5cA2dFjZocB+kfsZeSqfstGDrb+Dkmn5N4i2CvjDKDHdZgHmwhviQeOFsJEN5xV+jVTzXgLHf93XSM2lTfePKIR59dfk= Received: by 10.67.15.3 with SMTP id s3mr1286268ugi; Sun, 28 May 2006 13:23:08 -0700 (PDT) Received: by 10.67.101.1 with HTTP; Sun, 28 May 2006 13:23:07 -0700 (PDT) Message-ID: <53cc795f0605281323q63f6aeb6te64645169acbaed4@mail.gmail.com> Date: Mon, 29 May 2006 00:23:07 +0400 From: sekes To: "Maxim Konovalov" In-Reply-To: <20060526015344.W74899@mp2.macomnet.net> MIME-Version: 1.0 References: <53cc795f0605131026n2d9a5776jd75630e3f9505e55@mail.gmail.com> <53cc795f0605131345t718d0ad7ia7792f2ed4446037@mail.gmail.com> <20060514062825.W54242@maildrop.int.zabbadoz.net> <53cc795f0605140348u769b6b0bkc62d28652b6b3ec3@mail.gmail.com> <44674BDA.7040300@FreeBSD.org> <53cc795f0605251000w7aa13370mcfbf6f8e4f259f6d@mail.gmail.com> <20060526015344.W74899@mp2.macomnet.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "Bjoern A. Zeeb" , freebsd-current@freebsd.org, "Christian S.J. Peron" Subject: Re: deadlock every 15-20 min 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: Sun, 28 May 2006 20:24:39 -0000 attached serial console helps me a bit :) here is the backtrace: xnet# WARNING: attempt to net_add_domain(netgraph) after domainfinalize() panic: mutex Giant not owned at /usr/src/sys/net/if.c:2209 cpuid =3D 0 KDB: enter: panic [thread pid 11 tid 100005 ] Stopped at kdb_enter+0x2b: nop db> db> db> db> bt Tracing pid 11 tid 100005 td 0xc28916c0 kdb_enter(3230725374) at kdb_enter+43 panic(3230722033,3230813051,3230769714,2209,3264851968) at panic+295 _mtx_assert(3231693000,1,3230769714,2209) at _mtx_assert+102 if_start(3264851968) at if_start+38 ether_output_frame(3264851968,3265936896,3265938176,0,3270958224) at ether_output_frame+384 ng_ether_rcvdata(3270304512,3270958224,1717,3231718100,0) at ng_ether_rcvdata+308 ng_apply_item(0,3265938176,5,0,0) at ng_apply_item+278 ng_snd_item(3270958224,0,3270958224,3266710848,3270315648) at ng_snd_item+230 pppoe_ticker(3270315648,3270304384,0,0,3227049343) at pppoe_ticker+229 ng_apply_item(1,622,2,1,0) at ng_apply_item+495 ng_snd_item(3270958272,0,3548757204,3228176966,3270958272) at ng_snd_item+230 ng_callout_trampoline(3270958272) at ng_callout_trampoline+13 softclock(0) at softclock+518 ithread_execute_handlers(3263761156,3263960576) at ithread_execute_handlers+234 ithread_loop(3263596944,3548757304) at ithread_loop+103 fork_exit(3228039632,3263596944,3548757304) at fork_exit+164 fork_trampoline() at fork_trampoline+8 --- trap 1, eip =3D 0, esp =3D 3548757356, ebp =3D 0 --- On 5/26/06, Maxim Konovalov wrote: > > On Thu, 25 May 2006, 21:00+0400, sekes wrote: > > > today after several weeks i upgraded the box and that's my results: > > > > in /boot/loader.conf: > > > > debug.mpsafenet=3D0 > > geom_eli_load=3D"YES" > > dummynet_load=3D"YES" > > ipdivert_load=3D"YES" > > > > uname -a > > FreeBSD xnet.nnov.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Thu May 25 > 09:30:55 > > MSD 2006 root@xnet.nnov.ru:/usr/obj/usr/src/sys/GENERIC i386 > > > > > > during the boot everything is fine. > > but when i type `ppp -ddial myprovider` i'm getting this: > > > > WARNING: attempt to net_add_domain(netgraph) after domainfinalize() > > panic: mutex Giant not owned at /usr/src/sys/net/if.c:2209 > > cpuid =3D 0 > > KDB: enter: panic > > [ thread pid 12 tid 10004 ] > > Stopped at kdb_enter+0x2b: nop > > Read > > http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug.html > > obtain kernel crashdump and stack backtrace ("bt full" for a start). > > -- > Maxim Konovalov >