Re: [WOLK-devel] 4.0s-final and j2sdk1.4.0_02 not playing nice
Brought to you by:
hight0wer
|
From: KORN A. <kor...@ch...> - 2003-05-13 18:29:10
|
On Tue, May 13, 2003 at 01:42:40PM -0400, Ian B. MacDonald wrote:
Hi,
> munmap(0x15568000, 4096) = 0
> semget(IPC_PRIVATE, 4096, IPC_EXCL|IPC_NOWAIT|0x156b8040|0) = -1 ENOSYS
> (Function not implemented)
> _exit(0) = ?
>
>
> in the strace with Wolk4.0s-final. Any ideas?
>
> Does this mean that the code is calling some kind of 'semaphore get'
> function and for some unknown reason the kernel is responding with the
> 'Function not implemented' function?
Exactly. My experience was, however, that the JDK still works. You may want
to try 4.1 in any case.
Regardless, any input on this issue would be very welcome, as I'm completely
mystified. Theoretically, there is no way for semget to return ENOSYS unless
System V IPC is turned off in the config, and yet...
Andrew
--
Andrew Korn (Korn Andras) <korn at chardonnay.math.bme.hu>
Finger korn at chardonnay.math.bme.hu for pgp key. QOTD:
It is bad luck to be superstitious.
|