swt fileviewer
Erik Poupaert
erik.poupaert@chello.be
Thu Jan 9 20:00:00 GMT 2003
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?
More information about the Java
mailing list