From owner-freebsd-current@FreeBSD.ORG Tue Jun 27 13:18:09 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 6115916A4C4; Tue, 27 Jun 2006 13:18:09 +0000 (UTC) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id B706543DB2; Tue, 27 Jun 2006 13:17:36 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost.int.ru [127.0.0.1] (may be forged)) by mp2.macomnet.net (8.13.7/8.13.3) with ESMTP id k5RDHGj6046449; Tue, 27 Jun 2006 17:17:16 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Tue, 27 Jun 2006 17:17:15 +0400 (MSD) From: Maxim Konovalov To: Yar Tikhiy In-Reply-To: <20060627111334.GE36941@comp.chem.msu.su> Message-ID: <20060627171415.V87634@mp2.macomnet.net> References: <87fyhwf6z0.fsf@neva.vlink.ru> <20060627111334.GE36941@comp.chem.msu.su> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Denis Shaposhnikov , freebsd-current@freebsd.org, Gleb Smirnoff Subject: broken stack trace (Was: carp kernel trap) 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: Tue, 27 Jun 2006 13:18:09 -0000 Btw, Yar, while working on this panic I noticed the trace is not correct. gdb shows sin=0x0 but oviously it is not. Any ideas why? > #12 0xc054733a in carp_set_addr (sc=0xc115bc00, sin=0x0) at ../../../netinet/ip_carp.c:1439 > ifp = (struct ifnet *) 0xc1291000 > cif = (struct carp_if *) 0x6b5 > ia = (struct in_ifaddr *) 0xc12a4500 > ia_if = (struct in_ifaddr *) 0xc1291000 > imo = (struct ip_moptions *) 0xc115bc0c > addr = {s_addr = 301990112} > iaddr = 3239427084 > own = 0 > error = -1066976812 -- Maxim Konovalov