From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18354 invoked by alias); 15 Nov 2007 15:56:40 -0000 Received: (qmail 18345 invoked by uid 22791); 15 Nov 2007 15:56:40 -0000 X-Spam-Check-By: sourceware.org Received: from station198.com (HELO station198.com) (203.194.197.241) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 15 Nov 2007 15:56:36 +0000 Received: (qmail 23698 invoked by uid 2004); 15 Nov 2007 15:56:33 -0000 Message-ID: <20071115155633.23697.qmail@station198.com> Reply-To: "=?utf-8?Q?Poor=20Yorick?=" From: "=?utf-8?Q?Poor=20Yorick?=" To: binutils@sourceware.org Subject: ar on Solaris -- segfault with libgcj.a Date: Thu, 15 Nov 2007 15:56:00 -0000 MIME-Version: 1.0 X-Mailer: WebMail 2.55 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2007-11/txt/msg00178.txt.bz2 Building gcc-4.2.2 on Solaris 9, ar version 2.18 produced a segmentation fault during the make process. I can reproduce the error at the command prompt like this: $ ar -s ./sparc-sun-solaris2.9/sparcv9/libjava/.libs/libgcj.a Segmentation fault (core dumped) ar seems to work fine for other archives. If the archive was created by the native ar, might gnu ar behave like this? -- Poor Yorick