From owner-freebsd-amd64@FreeBSD.ORG Tue Jun 5 21:00:14 2007 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 403DB16A46C for ; Tue, 5 Jun 2007 21:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id E4D1313C45A for ; Tue, 5 Jun 2007 21:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l55L0DZH077609 for ; Tue, 5 Jun 2007 21:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l55L0D41077608; Tue, 5 Jun 2007 21:00:13 GMT (envelope-from gnats) Date: Tue, 5 Jun 2007 21:00:13 GMT Message-Id: <200706052100.l55L0D41077608@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: "Jeffrey D. Wheelhouse" Cc: Subject: Re: amd64/110655: [threads] 32 bit threaded applications crash on amd64 SMP kernel. X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jeffrey D. Wheelhouse" List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2007 21:00:14 -0000 The following reply was made to PR amd64/110655; it has been noted by GNATS. From: "Jeffrey D. Wheelhouse" To: bug-followup@FreeBSD.org Cc: Subject: Re: amd64/110655: [threads] 32 bit threaded applications crash on amd64 SMP kernel. Date: Tue, 05 Jun 2007 16:49:59 -0400 We are still having this problem on 6.2-RELEASE-p4. I have confirmed that using the example source code above with the thr library also does not work: $ cc -m32 -B/usr/lib32 -lthr -o crash32 crash32.c $ ./crash32 Bad system call(coredump) $ cc -lthr -o crash32 crash32.c $ ./crash32 Thread. $ Thanks, Jeff -- Jeff Wheelhouse jdw@wheelhouse.org