From owner-freebsd-amd64@FreeBSD.ORG Tue Oct 31 19:39:10 2006 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.org Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7358516A4A7; Tue, 31 Oct 2006 19:39:10 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id E20DC43DE4; Tue, 31 Oct 2006 19:37:16 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k9VJb6t8080270; Tue, 31 Oct 2006 14:37:06 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-emulation@FreeBSD.org Date: Tue, 31 Oct 2006 14:36:45 -0500 User-Agent: KMail/1.6.2 References: <20061031182625.GM1627@deviant.kiev.zoral.com.ua> In-Reply-To: <20061031182625.GM1627@deviant.kiev.zoral.com.ua> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200610311436.53134.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/2133/Tue Oct 31 05:42:29 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Kostik Belousov , freebsd-amd64@FreeBSD.org Subject: Re: [kib@freebsd.org: [src] cvs commit: src/sys/amd64/linux32 linux32_sysvec.c] X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 19:39:10 -0000 On Tuesday 31 October 2006 01:26 pm, Kostik Belousov wrote: > kib 2006-10-31 17:53:02 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/linux32 linux32_sysvec.c > Log: > Fix a typo resulting in truncated linux32 signal trampoline code > copied to the usermode. Usually, signal handler segfaulted on > return. > > Reviewed by: jhb > MFC after: 3 days > > Revision Changes Path > 1.25 +1 -1 src/sys/amd64/linux32/linux32_sysvec.c > > This change is supposed to fix the handling of signals for linux > binaries on amd64 (at least, it did so for me). Please, inform me > whether it works for you. Bash no longer segfaults with this fix. I am running full LTP and it seems very promising so far. Thanks! Jung-uk Kim