Re: Signals, sockets and threads

2006-10-26 Thread Edwin Steiner
On Wed, Oct 18, 2006 at 03:52:50PM +0200, Robert Schuster wrote: Hi all, Hi! the title looks like fun, eh? :) Not really, if you spend some time with that stuff. ;) In an attempt to get gnu/testlet/java/net/ServerSocket/ReturnOnClose to succeed on Cacao with the new an shiny VMChannel

problem with latin1 filename and VMFile.list

2006-10-23 Thread Edwin Steiner
Hello! We have a problem with Classpath in the following case: * a directory contains a file with a latin1-encoded filename, ie. the filename is _not_ valid UTF-8. * VMFile.list is called for this directory. The invalid UTF-8 filename is passed to (*env)-NewStringUTF. What

Re: problem with latin1 filename and VMFile.list

2006-10-23 Thread Edwin Steiner
On Mon, Oct 23, 2006 at 05:50:03PM +0200, Edwin Steiner wrote: I checked what the reference implementation does, using the attached program: The RI always interprets the filenames it gets from the system as latin1 (or similar), independent of the file.encoding property, it seems. This has

Re: Jboss/Java1.5 on HPPA in linux

2006-10-14 Thread Edwin Steiner
=== RCS file: /sources/classpath/classpath/ChangeLog,v retrieving revision 1.8677 diff -u -p -r1.8677 ChangeLog --- ChangeLog 13 Oct 2006 14:41:13 - 1.8677 +++ ChangeLog 14 Oct 2006 10:42:04 - @@ -1,3 +1,9 @@ +2006-10-14 Edwin Steiner [EMAIL

Re: file locking problem in Java_gnu_java_nio_VMChannel_lock

2006-10-12 Thread Edwin Steiner
On Wed, Oct 11, 2006 at 10:56:46AM -0600, Tom Tromey wrote: Edwin == Edwin Steiner [EMAIL PROTECTED] writes: Edwin The attached patch fixes this case. It is still Edwin not safe for len signed 32 bit. Looks ok to me, I'm going to check it in. I wrote a ChangeLog entry for you

Re: file locking problem in Java_gnu_java_nio_VMChannel_lock

2006-10-12 Thread Edwin Steiner
On Thu, Oct 12, 2006 at 05:17:20PM -0700, Casey Marshall wrote: Edwin Steiner wrote: On Wed, Oct 11, 2006 at 10:56:46AM -0600, Tom Tromey wrote: Edwin == Edwin Steiner [EMAIL PROTECTED] writes: Edwin The attached patch fixes this case. It is still Edwin not safe for len signed 32 bit

file locking problem in Java_gnu_java_nio_VMChannel_lock

2006-10-10 Thread Edwin Steiner
Hi! Beginning with this ChangeLog entry (snipped): 2006-09-16 Casey Marshall [EMAIL PROTECTED] * gnu/java/nio/FileChannelImpl.java: moved from gnu/java/nio/channels/FileChannelImpl.java. * gnu/java/nio/channels/FileChannelImpl.java: removed. *

Re: Socket inherits timeout from accept - is this right?

2006-05-06 Thread Edwin Steiner
Hello! I reported this as http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27459 in the classpath bugzilla. You can also find a testcase there. -Edwin

getBootPackages reference implementation does not work with endorsed jars

2006-05-03 Thread Edwin Steiner
Hello! Recently I have been working on compiling the JOnAS test suite with cacao and I found a problem in the implementation of getBootPackages: When getResources returnes an endores jar before glibj.zip and this jar has a META-INF/INDEX.LIST, getBootPackages tries to pull the boot packages only

tgolem - development snapshots available

2006-03-04 Thread Edwin Steiner
Hello! twisti told me that someone on the list expressed interest in tgolem. Thus I'm announcing that tgolem snapshots are available from now on. You can get tgolem from: http://stud4.tuwien.ac.at/~e9825234/tgolem/index.html I don't know how useful tgolem is right now for other people, but

Re: mauve comparison with tgolem

2005-11-28 Thread Edwin Steiner
On Sat, Nov 26, 2005 at 02:01:53AM +0100, Mark Wielaard wrote: If it is in addition to what there is now already just the plain FAIL lines would be ideal to have. No extras, just the facts! :) You can now get a text-only list of common mauve fails at:

Re: mauve comparison with tgolem

2005-11-25 Thread Edwin Steiner
On Fri, Nov 25, 2005 at 07:35:46PM +0100, Mark Wielaard wrote: [snip] In principle the mauve framework can support xfail files, although I don't believe anybody used that for a long time. When all common failures are inspected/identified correctly we could make a good xfails file so it is

Re: mauve comparison with tgolem

2005-11-25 Thread Edwin Steiner
On Fri, Nov 25, 2005 at 03:42:25PM -0700, Tom Tromey wrote: Edwin == Edwin Steiner [EMAIL PROTECTED] writes: Edwin Yes. All our machines are headless, so there is no X display. We are Edwin pondering to use a virtual X server, but we don't have a real Edwin solution right now. Any ideas