This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: swt fileviewer
- From: "Erik Poupaert" <erik dot poupaert at chello dot be>
- To: "John Murga" <john at murga dot org>,<java at gcc dot gnu dot org>,<tromey at redhat dot com>
- Date: Thu, 9 Jan 2003 20:58:43 +0100
- Subject: Re: swt fileviewer
Erik> The list array is completely out of whack. If the parameter file
Erik> gets, for example, created with "C:" then file.listFiles()
Erik> returns the content of pwd!
>>>> Sounds like a Win32-specific bug in the File implementation.
>>>> Could you write a short sample program showing the bug and submit a PR?
PR=java/9253
Erik> While posix-threads.cc/_JvCondWait() will return (_JV_NOT_OWNER,
Erik> _JV_INTERRUPTED, 0), which are exactly the return codes that
Erik> java::lang::Object::wait() checks on,
Erik> win32-threads.cc/_JvCondWait(), will return (GetLastError(),
Erik> ETIMEOUT, 0).
>>>> That definitely seems like a bug to me.
>>>> Please submit a PR for this problem.
PR=java/9254
There could of course be other issues that prevent the SWT fileviewer
example from functioning properly. By the way, these bugs are really
win32-specific. Has anybody tried to compile the SWT fileviewer example on
Linux?