From owner-freebsd-current@freebsd.org Tue Aug 25 07:46:05 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D929599A68A for ; Tue, 25 Aug 2015 07:46:05 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 68E761EE; Tue, 25 Aug 2015 07:46:05 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kostik@localhost [127.0.0.1]) by kib.kiev.ua (8.15.2/8.15.2) with ESMTPS id t7P7k0EL082153 (version=TLSv1 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 25 Aug 2015 10:46:01 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua t7P7k0EL082153 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id t7P7k0IG082152; Tue, 25 Aug 2015 10:46:00 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 25 Aug 2015 10:46:00 +0300 From: Konstantin Belousov To: Mark Felder Cc: freebsd-current@freebsd.org Subject: Re: pkg with an ssh repo crashes CURRENT Message-ID: <20150825074600.GC2072@kib.kiev.ua> References: <1440014993.2793501.360634953.2FF3B076@webmail.messagingengine.com> <1440021176.3252738.360727753.7FEDAB82@webmail.messagingengine.com> <20150820115041.GU2072@kib.kiev.ua> <1440102370.941813.361650057.269DD227@webmail.messagingengine.com> <20150820221852.GX2072@kib.kiev.ua> <1440447626.1845381.364831585.23530DD6@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1440447626.1845381.364831585.23530DD6@webmail.messagingengine.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tom.home X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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, 25 Aug 2015 07:46:05 -0000 On Mon, Aug 24, 2015 at 03:20:26PM -0500, Mark Felder wrote: > > > On Thu, Aug 20, 2015, at 17:18, Konstantin Belousov wrote: > > I guess the process 666 was current when the panic occured ? > > Basically, what I want is to see the p_reaper value for the process > > with the pid 667. Even just p_reaper->p_pid is enough. > > > > Do you need me to recreate the issue and provide you a matching vmcore > and kernel.debug as well as full scrollback before the panic message and > ddb output (bt, ps, etc) ? I explained what I need, above. There must be a child of the reaper, and I want to see the reaper of the child.