From owner-freebsd-current@FreeBSD.ORG Fri Aug 27 18:18:49 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A1551065695 for ; Fri, 27 Aug 2010 18:18:49 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 97B5B8FC1D for ; Fri, 27 Aug 2010 18:18:48 +0000 (UTC) Received: by ewy4 with SMTP id 4so2435246ewy.13 for ; Fri, 27 Aug 2010 11:18:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=MVH0Z3bSkLcvrxf39QEx4j9NdXCGXhA9gbvD2ZZ51iE=; b=Trx9iotjv3SmYou+RqjZqat2ejDtTyAHt25sW/Lq7R/Nuek1a+NYuaZbNrVJkOu1HV khf5J6xoCmZhoZ5YU1/dY3+yVRPTbBdpOYUiDsJMSCBTlCi8xFw+ZfOj9roct7hH4nX0 cH7vlsXGGoGUpyCpoQnpjR9NwHR7avDqtIhVo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=m1UA3oKFsWkRgeZ0oRPrOLWPSKRSYrcrJW3qjDNhGcvXN59f8TX8q48rHgF6EW4dFP raVI4tM8yE18Oz45kQGMWyLAOttrcejRvv1lIHcevxOZuarsSBmE2GnqcXKY18TY8HE3 M9rZB5PgpIbuRFLa6ONNb1PPtrbdVIbAq1vOI= Received: by 10.213.19.67 with SMTP id z3mr2781354eba.25.1282933127576; Fri, 27 Aug 2010 11:18:47 -0700 (PDT) Received: from centel.dataix.local (adsl-99-181-132-33.dsl.klmzmi.sbcglobal.net [99.181.132.33]) by mx.google.com with ESMTPS id v8sm6552425eeh.14.2010.08.27.11.18.45 (version=SSLv3 cipher=RC4-MD5); Fri, 27 Aug 2010 11:18:46 -0700 (PDT) Sender: "J. Hellenthal" Message-ID: <4C780184.6050703@DataIX.net> Date: Fri, 27 Aug 2010 14:18:44 -0400 From: jhell User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.8) Gecko/20100806 Lightning/1.0b1 Thunderbird MIME-Version: 1.0 To: Fabian Keil References: <20100827182108.12764ff4@r500.local> In-Reply-To: <20100827182108.12764ff4@r500.local> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: emacs aborting on exit with recent lib/libc/stdlib/atexit.c changes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2010 18:18:49 -0000 On 08/27/2010 12:21, Fabian Keil wrote: > The recent lib/libc/stdlib/atexit.c changes broke emacs (23.2_2,2) for me. > It aborts on exit (C-x C-c) after receiving SIGBUS: > r211704 was just a style(9) fix and should coincide with cvs/1.10 that your talking about. r211706 or cvs/1.11 is the culprit that has caused your problem but I have no way to verify that here without merging it locally. If this is the case please mark the MFC of r211706 cvs/1.11 as a do-not-do. Regards, -- jhell,v