From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11080 invoked by alias); 28 Nov 2003 11:42:00 -0000 Mailing-List: contact rhug-rhats-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhug-rhats-owner@sources.redhat.com Received: (qmail 11071 invoked from network); 28 Nov 2003 11:42:00 -0000 Received: from unknown (HELO liffey.metamatrix.se) (213.88.195.123) by sources.redhat.com with SMTP; 28 Nov 2003 11:42:00 -0000 Received: from [213.114.26.105] (c-691a72d5.01-60-6c6b701.cust.bredbandsbolaget.se [213.114.26.105]) by liffey.metamatrix.se (Postfix) with ESMTP id 8F81D33C5B for ; Fri, 28 Nov 2003 12:41:59 +0100 (CET) Subject: segfault when running ant From: Noa Resare To: rhug-rhats@sources.redhat.com Content-Type: text/plain Organization: Metamatrix Message-Id: <1070019719.27083.86.camel@ua-213-114-26-86.cust.bredbandsbolaget.se> Mime-Version: 1.0 Date: Fri, 28 Nov 2003 11:42:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-11/txt/msg00035.txt.bz2 Yesterday i recompiled the naoko SRPMS on Fedora Core 1, and was able to enjoy the insane speed increase when using the resulting ant binary to build small ant projects. Howerver, when i try to do the same thing today ant dies with a segfault. How do I investigate this further. Running 'gdb ant' gives the following output: Starting program: /usr/bin/ant [Thread debugging using libthread_db enabled] [New Thread -1084473216 (LWP 4823)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1084473216 (LWP 4823)] 0x00751ada in org.apache.xerces.impl.xs.XSDDescription.equals(java.lang.Object) (this=@6811c02, descObj=@bf37d8a0) at upstream/src/org/apache/xerces/impl/xs/XSDDescription.java:226 226 public boolean equals(Object descObj) { Current language: auto; currently java To my knowledge, nothing has changed on the system. How should I go about debugging this? cheers/noa ps. I have no previous experience using gcj, so segfaults from java code is a new thing to me.