From owner-freebsd-gnome@FreeBSD.ORG Wed Dec 29 01:15:33 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A89381065670; Wed, 29 Dec 2010 01:15:33 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 47EE38FC13; Wed, 29 Dec 2010 01:15:32 +0000 (UTC) Received: by qyk36 with SMTP id 36so9367385qyk.13 for ; Tue, 28 Dec 2010 17:15:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:message-id:to:cc :subject:from:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=0FhkSDjEQ2gl2H4nDxvnCMokWMs0BHFbeCtJpW/7osA=; b=DoOcNVNPuFGIdAZIi//be6JZhSSTkJCfm+UfPChX2y15eUhB98zG0drqXaP6QN2l/3 zHY3ju1NRGkw7y2Eo8hdgfk8a5ct+vxe3FYsUyz17+O8tC1Il8/l6YIR8V4Nh8U6JQdP R6iU8KnyPHT6jFtl4QRmVCVnQHtq78Qiqrmi4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:message-id:to:cc:subject:from:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; b=Tp0bH5JdEaG5t79M9oB/9WD21zItg3T3KZhNZPrBz/7WO/z4Ty0zZwWK5wxL8tRToW 8jcOipapTu61wfZPVvbyMlIncE2QokeUN9RP6c7B0bFfYKG27a9OPl5Vej800qc0J9DP d4pETrqaCN+EJOCTjZCTUwvmBWjvfNTW72v9Y= Received: by 10.229.227.12 with SMTP id iy12mr12715203qcb.181.1293583453977; Tue, 28 Dec 2010 16:44:13 -0800 (PST) Received: from localhost (rikad42.riken.jp [134.160.214.42]) by mx.google.com with ESMTPS id s10sm6559949qco.47.2010.12.28.16.44.11 (version=SSLv3 cipher=RC4-MD5); Tue, 28 Dec 2010 16:44:12 -0800 (PST) Sender: Maho NAKATA Date: Wed, 29 Dec 2010 09:44:07 +0900 (JST) Message-Id: <20101229.094407.1568838937885805380.chat95@mac.com> To: mezz@FreeBSD.org From: Maho NAKATA In-Reply-To: <201012282249.oBSMnGbi007675@freefall.freebsd.org> References: <201012282249.oBSMnGbi007675@freefall.freebsd.org> X-Mailer: Mew version 6.3 on Emacs 23.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: gnome@FreeBSD.org Subject: Re: ports/153506: ports/net-im/papyon (py26-papyon-0.5.4) gets Signal 11 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2010 01:15:33 -0000 Hi, Mezz and gnome team, I'll close this issue since I could build on tinderbox. > The pointyhat, tinderboxes and many users can't reproduce it. Can you run your > Python without get crash? Here's exactly where it got crashed: I see. It fails like follows. gdb /usr/local/bin/python2.6 GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols found)... (gdb) run setup.py config Starting program: /usr/local/bin/python2.6 setup.py config (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...[New LWP 100334] (no debugging symbols found)...(no debugging symbols found)...[New Thread 800e041c0 (LWP 100334)] (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 800e041c0 (LWP 100334)] 0x0000000803943550 in EVP_PKEY_CTX_dup () from /usr/local/lib/libcrypto.so.7 (gdb) bt #0 0x0000000803943550 in EVP_PKEY_CTX_dup () from /usr/local/lib/libcrypto.so.7 #1 0x00000008039380af in EVP_MD_CTX_copy_ex () from /usr/local/lib/libcrypto.so.7 #2 0x0000000805013abe in EVPnew () from /usr/local/lib/python2.6/lib-dynload/_hashlib.so #3 0x0000000805013e06 in EVP_new_md5 () from /usr/local/lib/python2.6/lib-dynload/_hashlib.so #4 0x000000000047d2ed in PyEval_EvalFrameEx () From: mezz@FreeBSD.org Subject: Re: ports/153506: ports/net-im/papyon (py26-papyon-0.5.4) gets Signal 11 Date: Tue, 28 Dec 2010 22:49:16 +0000 (GMT) > Synopsis: ports/net-im/papyon (py26-papyon-0.5.4) gets Signal 11 > > State-Changed-From-To: open->feedback > State-Changed-By: mezz > State-Changed-When: Tue Dec 28 22:44:42 UTC 2010 > State-Changed-Why: > The pointyhat, tinderboxes and many users can't reproduce it. Can you run your > Python without get crash? Here's exactly where it got crashed: > > bsd.python.mk: > ------------------ > do-configure: > @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYSETUP} ${PYDISTUTILS_CONFIGURE_TARGET} ${PYDISTUTILS_CONFIGUREARGS}) > ------------------ > > Can you do it by manual to see if you can get a better error output? Or just > remove that '@' and see if you can get more info. Try to get the backtraces > of that crash. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=153506 thanks,