From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31791 invoked by alias); 5 Nov 2008 09:50:55 -0000 Received: (qmail 31730 invoked by uid 22791); 5 Nov 2008 09:50:54 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 05 Nov 2008 09:50:18 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id mA59oGNa008523; Wed, 5 Nov 2008 04:50:16 -0500 Received: from zebedee.pink (vpn-12-150.rdu.redhat.com [10.11.12.150]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id mA59oDFT006996; Wed, 5 Nov 2008 04:50:13 -0500 Message-ID: <49116C55.1070804@redhat.com> Date: Wed, 05 Nov 2008 09:50:00 -0000 From: Andrew Haley User-Agent: Thunderbird 2.0.0.17 (X11/20080914) MIME-Version: 1.0 To: Mark Wielaard CC: ffileppo , java , classpath Subject: Re: [GCJ] Performance of GUI applications on embedded systems References: <1225878266.3400.0.camel@dijkstra.wildebeest.org> In-Reply-To: <1225878266.3400.0.camel@dijkstra.wildebeest.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2008-11/txt/msg00020.txt.bz2 Mark Wielaard wrote: > On Wed, 2008-11-05 at 09:24 +0100, ffileppo wrote: >> I tried your improvement but now I'm getting Segmentation Fault whenever I execute any GUI application. >> (Non-gui code is working fine) >> >> Do you have any idea to investigate this problem? > > Run it under GDB and post a backtrace please. For what it's worth, I very much suspect that this will be a build problem. ffileppo, we also need to know what configure options you used. Andrew.