From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27377 invoked by alias); 5 Aug 2003 20:31:28 -0000 Mailing-List: contact eclipse-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: eclipse-owner@sources.redhat.com Received: (qmail 27367 invoked from network); 5 Aug 2003 20:31:28 -0000 To: Austin Gonyou Cc: eclipse@sources.redhat.com Subject: Re: EPIC Plugin make Eclipse crazy. References: <1060106982.3658.2.camel@portageek.digitalroadkill.net> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: My life is a patio of fun! Date: Tue, 05 Aug 2003 20:31:00 -0000 In-Reply-To: <1060106982.3658.2.camel@portageek.digitalroadkill.net> Message-ID: <87he4vetua.fsf@fleche.redhat.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-q3/txt/msg00035.txt.bz2 >>>>> "Austin" == Austin Gonyou writes: Austin> java.io.IOException: Interrupted system call Austin> at java.io.FileDescriptor.read(byte[], int, int) I think this is a libgcj bug. We saw something similar with the RPM plugin. The fix didn't make the cut for this release. It is fixed in the gcc cvs repository though. You want to find this patch: 2003-07-25 Tom Tromey * java/io/natFileDescriptorPosix.cc (write): Try again on EINTR. (write): Likewise. (read): Likewise. (read): Likewise. Tom