From owner-freebsd-stable@freebsd.org Thu Aug 27 17:06:30 2015 Return-Path: Delivered-To: freebsd-stable@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 6D6959C321A for ; Thu, 27 Aug 2015 17:06:30 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from constantine.ingresso.co.uk (constantine.ingresso.co.uk [IPv6:2a02:b90:3002:e550::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B7E2A57 for ; Thu, 27 Aug 2015 17:06:29 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from dilbert.london-internal.ingresso.co.uk ([10.64.50.6] helo=dilbert.ingresso.co.uk) by constantine.ingresso.co.uk with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.85 (FreeBSD)) (envelope-from ) id 1ZV0d8-0006Fz-3Z; Thu, 27 Aug 2015 17:06:26 +0000 Received: from petefrench by dilbert.ingresso.co.uk with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1ZV0d8-0000fn-18; Thu, 27 Aug 2015 18:06:26 +0100 To: kostikbel@gmail.com, Mark.Martinec+freebsd@ijs.si Subject: Re: Latest stable (r287104) bash leaves zombies on exit Cc: freebsd-stable@freebsd.org In-Reply-To: <20150827162602.GJ2072@kib.kiev.ua> Message-Id: From: Pete French Date: Thu, 27 Aug 2015 18:06:26 +0100 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Aug 2015 17:06:30 -0000 > Try to obtain the backtrace from the hung xterm. Ideally, you would > rebuild xterm and the system libraries (rtld+libc+libthr) with debug > symbols and get the backtraces after that. I can try this tomorrow - what do I need to set in src.conf to add debug symbols in when I do a buidlworld (thats what I would end up doing) ? never played with this bit - am hoping its as simple as 'DEBUG=yes' for both porst and world though! cheers, -pete.