Async IO problem on Solaris 2.5
Alexandre Oliva
oliva at dcc.unicamp.br
Wed Aug 5 20:18:07 PDT 1998
Hi!
Whenever I tried to run the latest snapshot of Kaffe on a Solaris 2.5
host, I'd get several `FIOASYNC: inappropriate ioctl for device' error
messages and the JIT compiler would terminate by complaining that it
could not find class java/lang/Object.
It turned out that ioctl(fd, FIOASYNC, &on) would return ENOTTY for
real files, i.e., ones whose reads would never block.
The attached pacth makes FIOASYNC an acceptable error for this call.
A ChangeLog entry is included.
--
Alexandre Oliva
mailto:oliva at dcc.unicamp.br mailto:aoliva at acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil
-------------- next part --------------
A non-text attachment was scrubbed...
Name: asyncio.diff.gz
Type: application/octet-stream
Size: 444 bytes
Desc: not available
Url : http://kaffe.org/pipermail/kaffe/attachments/19980806/299a4a73/attachment-0007.obj
More information about the kaffe
mailing list