From nge@cs.hmc.edu Wed Sep 7 09:31:12 2005 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A385216A41F for ; Wed, 7 Sep 2005 09:31:12 +0000 (GMT) (envelope-from nge@cs.hmc.edu) Received: from smtp105.sbc.mail.mud.yahoo.com (smtp105.sbc.mail.mud.yahoo.com [68.142.198.204]) by mx1.FreeBSD.org (Postfix) with SMTP id 2E14E43D46 for ; Wed, 7 Sep 2005 09:31:12 +0000 (GMT) (envelope-from nge@cs.hmc.edu) Received: (qmail 63347 invoked from network); 7 Sep 2005 09:31:11 -0000 Received: from unknown (HELO mercury.lan) (nattylite@sbcglobal.net@63.206.48.153 with login) by smtp105.sbc.mail.mud.yahoo.com with SMTP; 7 Sep 2005 09:31:11 -0000 Received: from mercury.lan (localhost [127.0.0.1]) by mercury.lan (8.13.3/8.13.3) with ESMTP id j879VANM067832 for ; Wed, 7 Sep 2005 02:31:10 -0700 (PDT) (envelope-from nate@mercury.lan) Received: (from nate@localhost) by mercury.lan (8.13.3/8.13.3/Submit) id j879VAQ9067831; Wed, 7 Sep 2005 02:31:10 -0700 (PDT) (envelope-from nate) Message-Id: <200509070931.j879VAQ9067831@mercury.lan> Date: Wed, 7 Sep 2005 02:31:10 -0700 (PDT) From: Nate Eldredge Reply-To: Nate Eldredge To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: gas crashes when assembling this file X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 85824 >Category: gnu >Synopsis: gas crashes when assembling this file >Confidential: no >Severity: non-critical >Priority: low >Responsible: obrien >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 07 09:40:17 GMT 2005 >Closed-Date: >Last-Modified: Wed Mar 9 02:00:24 UTC 2011 >Originator: Nate Eldredge >Release: FreeBSD 5.4-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD mercury.lan 5.4-RELEASE-p3 FreeBSD 5.4-RELEASE-p3 #1: Wed Jun 29 18:04:58 PDT 2005 nate@mercury.lan:/medium/obj/medium/src/sys/MERCURY i386 GNU assembler 2.15 [FreeBSD] 2004-05-23 Copyright 2002 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty. This assembler was configured for a target of `i386-obrien-freebsd'. >Description: The as which comes with FreeBSD 5.4 crashes when attempting to assemble the short file seen below. This is done as one of the configure tests when compiling the gcc40 port, which is how I noticed this. The message "as exited with signal 11" in my logs worried me at first. >How-To-Repeat: $ cat crash-as.s .section .text,"axG",@progbits,.foo,comdat $ as crash-as.s Segmentation fault (core dumped) >Fix: GNU as 2.16.1 on a Debian Linux system does not crash when assembling this file. Perhaps a fix can be merged from that version. >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-bugs->obrien Responsible-Changed-By: glebius Responsible-Changed-When: Wed Sep 7 14:09:57 GMT 2005 Responsible-Changed-Why: Assign to binutils maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=85824 From: Eitan Adler To: bug-followup@freebsd.org, nge@cs.hmc.edu Cc: Subject: Re: gnu/85824: gas crashes when assembling this file Date: Tue, 8 Mar 2011 20:52:28 -0500 Confirming this is still a bug on 8-stable -- Eitan Adler >Unformatted: