This is the mail archive of the
eclipse@sources.redhat.com
mailing list for the gcj-compiled eclipse project.
Re: EPIC Plugin make Eclipse crazy.
- From: Tom Tromey <tromey at redhat dot com>
- To: Austin Gonyou <austin at coremetrics dot com>
- Cc: eclipse at sources dot redhat dot com
- Date: 05 Aug 2003 14:24:13 -0600
- Subject: Re: EPIC Plugin make Eclipse crazy.
- References: <1060106982.3658.2.camel@portageek.digitalroadkill.net>
- Reply-to: tromey at redhat dot com
>>>>> "Austin" == Austin Gonyou <austin@coremetrics.com> 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 <tromey@redhat.com>
* java/io/natFileDescriptorPosix.cc (write): Try again on EINTR.
(write): Likewise.
(read): Likewise.
(read): Likewise.
Tom