From owner-freebsd-java@FreeBSD.ORG Fri Aug 20 02:00:46 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5289116A4CE for ; Fri, 20 Aug 2004 02:00:46 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9D7F43D2D for ; Fri, 20 Aug 2004 02:00:45 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by mproxy.gmail.com with SMTP id 75so191783rnl for ; Thu, 19 Aug 2004 19:00:37 -0700 (PDT) Received: by 10.38.102.15 with SMTP id z15mr1024211rnb; Thu, 19 Aug 2004 19:00:37 -0700 (PDT) Message-ID: Date: Fri, 20 Aug 2004 10:00:37 +0800 From: Jiawei Ye To: Panagiotis Astithas In-Reply-To: <41250C5D.4020900@netmode.ntua.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41250C5D.4020900@netmode.ntua.gr> cc: java@freebsd.org cc: Derek Young Subject: Re: java/eclipse dies starting up X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jiawei Ye List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 02:00:46 -0000 On Thu, 19 Aug 2004 23:23:57 +0300, Panagiotis Astithas wrote: > I've seen both error reports, but I just found the time to try to > reproduce them. I have -current from August 11th (post gcc 3.4), > gtk-2.4.4_1 and just rebuilt eclipse. The gtk version of eclipse works > like a charm for me. No sig 10's whatsoever. I haven't upgraded gtk to > 2.4.7 (and other stuff) yet, but I' ll try it soonish. > > The motif version works too, although I do get the malloc warnings. > Using the 'A' malloc flag shows that they come from the java binary (not > rebuilt with gcc 3.4 in my case). The trace I get is kind of crappy, so > I'll try rebuilding jdk14 with the new compiler. > > In any case the problems are never in eclipse code, but either in gtk or > java (or some system bug - gcc, ld, threads, etc.). Some suggestions off > the top of my head: > - check for bad memory (sig 10) > - try using binary packages for gtk, eclipse, etc. > - try using an older binary package of jdk14, if you have one around > - eliminate any strange make.conf settings, such as compiler > optimizations and rebuild > > Cheers, > > Panagiotis I think the problem is gtk 2.4.7 vs your version used(2.4.4). I just rebuilt my jdk14 with the latest gcc3.4 patch yesterday. Everything else works fine. Maybe we should report this back to eclipse bugzilla and see if they are running into the same problem with newer gtk? Jiawei