From owner-freebsd-java@FreeBSD.ORG Sun Oct 19 16:15:21 2003 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 7E59016A4B3 for ; Sun, 19 Oct 2003 16:15:21 -0700 (PDT) Received: from mail.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7765D43F93 for ; Sun, 19 Oct 2003 16:15:20 -0700 (PDT) (envelope-from aah@acm.org) Received: (qmail 9862 invoked from network); 19 Oct 2003 23:15:20 -0000 Received: from unknown (HELO acm.org) (aah@[216.27.178.67]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 19 Oct 2003 23:15:20 -0000 Message-ID: <3F931B2A.9040102@acm.org> Date: Sun, 19 Oct 2003 16:15:54 -0700 From: Andrew Houghton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4.1) Gecko/20031011 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexey Zelkin References: <50362.10.0.3.233.1066571115.squirrel@Hgate.lehgha01.fl.comcast.net> <20031020005005.A46542@phantom.cris.net> In-Reply-To: <20031020005005.A46542@phantom.cris.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: java@freebsd.org cc: travis@travis.johnson.name Subject: Re: Error JDK1.4.1 - Cannot Compile X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 23:15:21 -0000 For what it's worth, I've seen this problem before. Simply restarting 'make build' (or whatever you're doing) on my box allowed the compilation to continue. It doesn't seem to be consistent for me, either -- sometimes the linux javac compiler will segfault, sometimes it won't, but in every case where it failed my compilation completed normally by simply restarting the make process (without cleaning first, of course). - a. Alexey Zelkin wrote: >hi, > >On Sun, Oct 19, 2003 at 09:45:15AM -0400, travis@travis.johnson.name wrote: > >[..] > > > >>then /usr/local/linux-sun-jdk1.4.1/bin/javac -J-Xmx128m -classpath >>/usr/ports/java/jdk14/work/control/build/bsd-i586/classes -bootclasspath >>"/usr/ports/java/jdk14/work/control/build/bsd-i586/lib/jce.jar:/usr/ports/java/jdk14/work/control/build/bsd-i586/lib/jsse.jar" >>-sourcepath >>"/usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc:../../../../src/solaris/classes:../../../../src/share/classes" >>-d /usr/ports/java/jdk14/work/control/build/bsd-i586/classes \ >> ; \ >>fi >>gmake[5]: *** [debug] Segmentation fault (core dumped) >> >> > >As you may see from above chunk of text -- it's linux javac faulting. >Please check archives for similar issues (I not sure about exact >problem, but there were many linux_base related ones). > > >_______________________________________________ >freebsd-java@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-java >To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > > >