From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 7 20:16:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BCB79658 for ; Sun, 7 Dec 2014 20:16:01 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 9DD3ADCF for ; Sun, 7 Dec 2014 20:16:01 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB7KG14H022884 for ; Sun, 7 Dec 2014 20:16:01 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195787] New: py-pysha3 core dumped, when build without threads Date: Sun, 07 Dec 2014 20:16:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: bsd@att.org.ru X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2014 20:16:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195787 Bug ID: 195787 Summary: py-pysha3 core dumped, when build without threads Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: bsd@att.org.ru If python was build with threads, and py-pysha3 without thread, then core. CFLAGS+=-pthread make fix this. Reading symbols from /usr/local/lib/python2.7/site-packages/bcrypt/_bcrypt.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/python2.7/site-packages/bcrypt/_bcrypt.so Reading symbols from /usr/local/lib/python2.7/site-packages/_sha3.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/python2.7/site-packages/_sha3.so Reading symbols from /usr/local/lib/python2.7/lib-dynload/resource.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/python2.7/lib-dynload/resource.so Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x00000008079e45d5 in SHA3_factory () from /usr/local/lib/python2.7/site-packages/_sha3.so [New Thread 808453400 (LWP 100142/python2.7)] [New Thread 8064bec00 (LWP 100136/python2.7)] [New Thread 8064be800 (LWP 100134/python2.7)] [New Thread 8064be400 (LWP 100133/python2.7)] [New Thread 8064be000 (LWP 100131/python2.7)] [New Thread 8064bdc00 (LWP 100130/python2.7)] [New Thread 801c06400 (LWP 102011/python2.7)] ---Type to continue, or q to quit--- #62 0x00000008008fe504 in PyEval_EvalCodeEx () from /usr/local/lib/libpython2.7.so.1 #63 0x000000080088e77c in PyFunction_SetClosure () from /usr/local/lib/libpython2.7.so.1 #64 0x000000080086af14 in PyObject_Call () from /usr/local/lib/libpython2.7.so.1 #65 0x0000000800876f83 in PyMethod_New () from /usr/local/lib/libpython2.7.so.1 #66 0x000000080086af14 in PyObject_Call () from /usr/local/lib/libpython2.7.so.1 #67 0x000000080090543d in PyEval_CallObjectWithKeywords () from /usr/local/lib/libpython2.7.so.1 #68 0x000000080093b856 in initthread () from /usr/local/lib/libpython2.7.so.1 #69 0x0000000801222505 in pthread_create () from /lib/libthr.so.3 #70 0x0000000000000000 in ?? () FreeBSD 10.1-BETA1 amd64 -- You are receiving this mail because: You are the assignee for the bug.