From owner-freebsd-current@FreeBSD.ORG Mon Apr 4 05:57:21 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19CC51065670 for ; Mon, 4 Apr 2011 05:57:21 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (darklight.org.ru [IPv6:2001:470:28:4ba::1]) by mx1.freebsd.org (Postfix) with ESMTP id 438078FC08 for ; Mon, 4 Apr 2011 05:57:19 +0000 (UTC) Received: from darklight.org.ru (yuri@darklight.org.ru [IPv6:::1]) by darklight.org.ru (8.14.4/8.14.4) with ESMTP id p345vEOR096656; Mon, 4 Apr 2011 09:57:14 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.org.ru (8.14.4/8.14.4/Submit) id p345vDSX096655; Mon, 4 Apr 2011 09:57:13 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f Date: Mon, 4 Apr 2011 09:57:13 +0400 From: Yuri Pankov To: Gour-Gadadhara Dasa Message-ID: <20110404055713.GA1289@darklight.org.ru> References: <20110403204157.57d82f50@atmarama.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20110403204157.57d82f50@atmarama.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-current@freebsd.org Subject: Re: gpg-agent & bus error (signal 10) 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: Mon, 04 Apr 2011 05:57:21 -0000 On Sun, Apr 03, 2011 at 08:41:57PM +0200, Gour-Gadadhara Dasa wrote: > > Hello! > > I've problem with keychain which cannot launch gpg-agent. Here is the > result of the attempt to launch it: > > [gour@atmarama gour] gpg-agent --verbose --debug guru --daemon > gpg-agent[80588]: reading options from `/home/gour/.gnupg/gpg-agent.conf' > gpg-agent[80588]: enabled debug flags: command cache assuan > gpg-agent[80588]: listening on socket `/tmp/gpg-2HgBHJ/S.gpg-agent' > gpg-agent[80589]: gpg-agent (GnuPG) 2.0.17 started > GPG_AGENT_INFO=/tmp/gpg-2HgBHJ/S.gpg-agent:80589:1; > export GPG_AGENT_INFO; > [1] 80588 bus error gpg-agent --verbose --debug guru --daemon > > In the log file there are messages like: > > Apr 3 18:34:01 atmarama kernel: pid 48278 (gpg-agent), uid 1001: > exited on signal 10 > > I've installed gnupg-2.0.17_1 from the ports and my system is: > FreeBSD 9.0-CURRENT on x86_64. > > Any idea? > > > Sincerely, > Gour > > -- > “In the material world, conceptions of good and bad are > all mental speculations…” (Sri Caitanya Mahaprabhu) > > http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810 > > http://lists.freebsd.org/pipermail/freebsd-ports/2011-March/066146.html The workaround is `ln -sf j /etc/malloc.conf`. HTH, Yuri