From owner-freebsd-python@FreeBSD.ORG Sun Nov 23 20:45:44 2014 Return-Path: Delivered-To: python@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 8C393810; Sun, 23 Nov 2014 20:45:44 +0000 (UTC) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (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 6A69F2AE; Sun, 23 Nov 2014 20:45:44 +0000 (UTC) Received: from [192.168.200.212] (unknown [50.136.155.142]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 7F2AE193964; Sun, 23 Nov 2014 20:45:42 +0000 (UTC) Subject: unwind test regressions, ARM From: Sean Bruno Reply-To: sbruno@freebsd.org To: python Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-Ml/j0MI+rmbVHQ4HZfZ8" Date: Sun, 23 Nov 2014 12:45:39 -0800 Message-ID: <1416775539.1186.224.camel@bruno> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Cc: Stacey Son X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2014 20:45:44 -0000 --=-Ml/j0MI+rmbVHQ4HZfZ8 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Stacey and I have been fighting with pythn27 building ports for ARM(11-current), and it seems we have a detectable regression in unwind. oot@beaglebone:/usr/src/tools/regression/pthread/unwind # make c++ -o main_thread_exit main_thread_exit.cpp -lpthread c++ -o sem_wait_cancel sem_wait_cancel.cpp -lpthread c++ -o cond_wait_cancel cond_wait_cancel.cpp -lpthread c++ -o cond_wait_cancel2 cond_wait_cancel2.cpp -lpthread c++ -o catch_pthread_exit catch_pthread_exit.cpp -lpthread root@beaglebone:/usr/src/tools/regression/pthread/unwind # ./main_thread_ex= it=20 Test::Test() Bug, object destructor is not called root@beaglebone:/usr/src/tools/regression/pthread/unwind # ./sem_wait_cance= l Test::Test() Bug, object destructor is not called root@beaglebone:/usr/src/tools/regression/pthread/unwind # ./cond_wait_canc= el Test::Test() Bug, object destructor is not called root@beaglebone:/usr/src/tools/regression/pthread/unwind # ./cond_wait_canc= el2 Test::Test() cleanup_handler() Bug, object destructor is not called root@beaglebone:/usr/src/tools/regression/pthread/unwind # ./catch_pthread_= exit=20 failure root@beaglebone:/usr/src/tools/regression/pthread/unwind #=20 --=-Ml/j0MI+rmbVHQ4HZfZ8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAABCgBmBQJUckdzXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRCQUFENDYzMkU3MTIxREU4RDIwOTk3REQx MjAxRUZDQTFFNzI3RTY0AAoJEBIB78oecn5k06QH/2jKa7AO8klpYwHo/+2qBQkO LN0iAi9xSJPgzXRE26IlAWHU1FC+u958fUkoK3lTXT6Qu+smlduE21sSYOa8SPDz mzrc5nyRBqMGe92fYfQm53w2wRz1LAxrh8ftgFG8D8rVb2IqKnRGvmZufWEVhcEq FoS7+bp8e5KMEKFZPSEIboN4NWDD/vWpIBkd/L/LhKi4efCOfo9a15/Hw/XHaxmy n+bKF82hy8kOSCHZvXvKKOmOm/QlZOvMMooThaJpEEfv2VzRZeBXpu/L/cu5eUXv a0IIamNz7EmWLGa2KHGm3KNk8YVOB19064NBfXZYJ8FIQustqk1tfbl3XYRHO4E= =W74r -----END PGP SIGNATURE----- --=-Ml/j0MI+rmbVHQ4HZfZ8--