This is the mail archive of the eclipse@sources.redhat.com mailing list for the gcj-compiled eclipse project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: EPIC Plugin make Eclipse crazy.


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]