Subject: Re: ipc errors/Linux Emulation NetBSD-3BETA using Oracle
To: Chuck Silvers <chuq@chuq.com>
From: Jose Luis Rodriguez Garcia <jose.l.rodriguez@getronics.com>
List: current-users
Date: 11/02/2005 21:43:27
This is a multi-part message in MIME format.
--------------080502090205060304090803
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
>yup, 0x100 is IPC_64, which is for running 32-bit binaries on 64-bit kernels.
>here's yet another patch (which doesn't so the 32-on-64 thing, but should
>work for 32-on-32).
>
>-Chuck
>
>
>------------------------------------------------------------------------
>
>Index: src/sys/compat/linux/common/linux_ipc.c
>===================================================================
>RCS file: /cvsroot/src/sys/compat/linux/common/linux_ipc.c,v
>retrieving revision 1.31
>diff -u -p -r1.31 linux_ipc.c
>--- src/sys/compat/linux/common/linux_ipc.c 26 Feb 2005 23:10:19 -0000 1.31
>+++ src/sys/compat/linux/common/linux_ipc.c 2 Nov 2005 16:32:39 -0000
>@@ -469,11 +469,15 @@ linux_sys_shmctl(l, v, retval)
> struct sys___shmctl13_args nua;
>
>
The patch solved this error. Thank you Chuck, but I have more errors
about ipc.
--------
I had to add this line to linux_ipc.c
extern int shm_nused;
and I had to remove "static" from the declartion of shm_nused in sysv_shm.c:
I changed it to:
static int shm_last_free, shm_committed;
int shm_nused;
-------
I attach the output of debug with options SEM_DEBUG and SHMDEBUG
I also attach the ouput of the command kdump *out|grep ipc
-----
The error from Oracle is (one line less of errors than before):
OPIRIP: Uncaught error 1034. Error stack:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory
If I execute oerr ora 1034:
01034, 00000, "ORACLE not available"
// *Cause: Oracle was not started up. Possible causes include the following:
// - The SGA requires more space than was allocated for it.
// - The operating-system variable pointing to the instance is
// improperly defined.
// *Action: Refer to accompanying messages for possible causes and correct
// the problem mentioned in the other messages.
// If Oracle has been initialized, then on some operating systems,
// verify that Oracle was linked correctly. See the platform
// specific Oracle documentation.
--------
The output of ipcs -a is:
-bash-2.05b$ ipcs -a
IPC status from <running system> as of Wed Nov 2 21:34:06 2005
Message Queues:
T ID KEY MODE OWNER GROUP CREATOR CGROUP
CBYTES QNUM QBYTES LSPID LRPID STIME RTIME CTIME
Shared Memory:
T ID KEY MODE OWNER GROUP CREATOR CGROUP
NATTCH SEGSZ CPID LPID ATIME DTIME CTIME
m 589824 -1164697984 --rw-r----- oracle oinstall oracle
oinstall 0 50331648 1400 1400 21:17:15 21:19:20 21:17:15
Semaphores:
T ID KEY MODE OWNER GROUP CREATOR CGROUP
NSEMS OTIME CTIME
s 524288 -1943167800 --rw-r----- oracle oinstall oracle
oinstall 53 no-entry 21:17:16
--------------080502090205060304090803
Content-Type: text/plain;
name="debug_sem_shm"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="debug_sem_shm"
shmat: vm 0xcbae0708: add 589824 @50000000
semget(0x0, 1, 03600)
need to allocate the semid_ds
semid 0 is available
sembase = 0xcb0be600, next = 0xcb0be60c
call to semctl(327680, 0, 8, 0xcbb0be40)
call to semctl(327680, 0, 0, 0x0)
semget(0x0, 53, 03666)
need to allocate the semid_ds
semid 0 is available
sembase = 0xcb0be600, next = 0xcb0be87c
call to semctl(393216, 0, 0, 0x0)
semget(0x0, 53, 01660)
need to allocate the semid_ds
semid 0 is available
sembase = 0xcb0be600, next = 0xcb0be87c
call to semop(458752, 0xcbb0bd34, 53)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be600, sem[0]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be60c, sem[1]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be618, sem[2]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be624, sem[3]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be630, sem[4]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be63c, sem[5]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be648, sem[6]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be654, sem[7]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be660, sem[8]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be66c, sem[9]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be678, sem[10]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be684, sem[11]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be690, sem[12]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be69c, sem[13]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be6a8, sem[14]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be6b4, sem[15]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be6c0, sem[16]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be6cc, sem[17]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be6d8, sem[18]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be6e4, sem[19]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be6f0, sem[20]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be6fc, sem[21]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be708, sem[22]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be714, sem[23]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be720, sem[24]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be72c, sem[25]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be738, sem[26]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be744, sem[27]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be750, sem[28]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be75c, sem[29]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be768, sem[30]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be774, sem[31]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be780, sem[32]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be78c, sem[33]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be798, sem[34]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be7a4, sem[35]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be7b0, sem[36]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be7bc, sem[37]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be7c8, sem[38]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be7d4, sem[39]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be7e0, sem[40]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be7ec, sem[41]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be7f8, sem[42]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be804, sem[43]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be810, sem[44]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be81c, sem[45]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be828, sem[46]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be834, sem[47]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be840, sem[48]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be84c, sem[49]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be858, sem[50]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be864, sem[51]=0 : op=1, flag=wait
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=1, flag=wait
semop: done
call to semctl(458752, 0, 0, 0x0)
semget(0x8c2d9cc8, 0, 00)
need to allocate the semid_ds
didn't find it and wasn't asked to create it
semget(0x731b3c0c, 0, 00)
need to allocate the semid_ds
didn't find it and wasn't asked to create it
semget(0xf939ae4, 0, 00)
need to allocate the semid_ds
didn't find it and wasn't asked to create it
semget(0xc4a80cac, 0, 00)
need to allocate the semid_ds
didn't find it and wasn't asked to create it
semget(0x8c2d9cc8, 53, 03640)
need to allocate the semid_ds
semid 0 is available
sembase = 0xcb0be600, next = 0xcb0be87c
call to semctl(524288, 1, 8, 0xcbb0be40)
call to semctl(524288, 2, 8, 0xcbb0be40)
call to semctl(524288, 0, 8, 0xcbb0be40)
shmfork 0xcbae0708->0xcbae07e8
shmfork 0xcbae07e8->0xcbae08c8
shmexit: vm 0xcbae08c8 drop ref (1 entries), now used by 2
shmexit: vm 0xcbae07e8 drop ref (1 entries), now used by 1
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
call to semop(524288, 0xcbb0bd34, 1)
semop: semaptr=0xcb0bd000, sem_base=0xcb0be600, semptr=0xcb0be870, sem[52]=0 : op=-1, flag=wait
semop: can't do it now
semop: rollback 0 through -1
semop: good night!
semop: good morning (eval=-3)!
shmdt: vm 0xcbae0708: remove 589824 @50000000
shmexit: vm 0xcbae0708 cleanup (0 entries)
shmfork 0xcb80a544->0xcbae0708
shmfork 0xcbae0708->0xcbae0388
shmexit: vm 0xcbae0708 drop ref (0 entries), now used by 2
shmexit: vm 0xcbae0388 drop ref (0 entries), now used by 1
shmat: vm 0xcbae0388: add 65537 @b9a98000
shmat: vm 0xca808540: add 65537 @bd223000
shmdt: vm 0xca808540: remove 65537 @bd223000
shmdt: vm 0xcbae0388: remove 65537 @b9a98000
--------------080502090205060304090803
Content-Type: text/plain;
name="kdump_grep_ipc"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="kdump_grep_ipc"
1400 oracle CALL ipc(0x17,0xba941e80,0,0,0)
1400 oracle RET ipc -1 errno -2 No such file or directory
1400 oracle CALL ipc(0x17,0xba941e81,0,0,0)
1400 oracle RET ipc -1 errno -2 No such file or directory
1400 oracle CALL ipc(0x17,0xba941e82,0,0,0)
1400 oracle RET ipc -1 errno -2 No such file or directory
1400 oracle CALL ipc(0x17,0xba941e83,0,0,0)
1400 oracle RET ipc -1 errno -2 No such file or directory
1400 oracle CALL ipc(0x17,0xba941e80,0,0,0)
1400 oracle RET ipc -1 errno -2 No such file or directory
1400 oracle CALL ipc(0x17,0xba941e81,0,0,0)
1400 oracle RET ipc -1 errno -2 No such file or directory
1400 oracle CALL ipc(0x17,0xba941e82,0,0,0)
1400 oracle RET ipc -1 errno -2 No such file or directory
1400 oracle CALL ipc(0x17,0xba941e83,0,0,0)
1400 oracle RET ipc -1 errno -2 No such file or directory
1400 oracle CALL ipc(0x17,0xba941e80,0,0,0)
1400 oracle RET ipc -1 errno -2 No such file or directory
1400 oracle CALL ipc(0x17,0xba941e81,0,0,0)
1400 oracle RET ipc -1 errno -2 No such file or directory
1400 oracle CALL ipc(0x17,0xba941e82,0,0,0)
1400 oracle RET ipc -1 errno -2 No such file or directory
1400 oracle CALL ipc(0x17,0xba941e83,0,0,0)
1400 oracle RET ipc -1 errno -2 No such file or directory
1400 oracle CALL ipc(0x17,0xba941e80,0x3000000,0x7a0,0)
1400 oracle RET ipc 589824/0x90000
1400 oracle CALL ipc(0x17,0xba941e81,0,0,0)
1400 oracle RET ipc -1 errno -2 No such file or directory
1400 oracle CALL ipc(0x17,0xba941e82,0,0,0)
1400 oracle RET ipc -1 errno -2 No such file or directory
1400 oracle CALL ipc(0x17,0xba941e83,0,0,0)
1400 oracle RET ipc -1 errno -2 No such file or directory
1400 oracle CALL ipc(0x15,0x90000,0,0xbfbfba6c,0x50000000)
1400 oracle RET ipc 0
1400 oracle CALL ipc(2,0,1,0x780,0)
1400 oracle RET ipc 327680/0x50000
1400 oracle CALL ipc(3,0x50000,0,0x10,0xbfbfbaf0)
1400 oracle RET ipc 0
1400 oracle CALL ipc(3,0x50000,0,0,0xbfbfbaf4)
1400 oracle RET ipc 0
1400 oracle CALL ipc(2,0,0x35,0x7b6,0)
1400 oracle RET ipc 393216/0x60000
1400 oracle CALL ipc(3,0x60000,0,0,0xbfbfbc24)
1400 oracle RET ipc 0
1400 oracle CALL ipc(2,0,0x35,0x3b0,0)
1400 oracle RET ipc 458752/0x70000
1400 oracle CALL ipc(1,0x70000,0x35,0,0xbfbfb9fc)
1400 oracle RET ipc 0
1400 oracle CALL ipc(3,0x70000,0,0,0xbfbfb9a4)
1400 oracle RET ipc 0
1400 oracle CALL ipc(2,0x8c2d9cc8,0,0,0)
1400 oracle RET ipc -1 errno -2 No such file or directory
1400 oracle CALL ipc(2,0x731b3c0c,0,0,0)
1400 oracle RET ipc -1 errno -2 No such file or directory
1400 oracle CALL ipc(2,0xf939ae4,0,0,0)
1400 oracle RET ipc -1 errno -2 No such file or directory
1400 oracle CALL ipc(2,0xc4a80cac,0,0,0)
1400 oracle RET ipc -1 errno -2 No such file or directory
1400 oracle CALL ipc(2,0x8c2d9cc8,0x35,0x7a0,0)
1400 oracle RET ipc 524288/0x80000
1400 oracle CALL ipc(3,0x80000,1,0x10,0xbfbfbb9c)
1400 oracle RET ipc 0
1400 oracle CALL ipc(3,0x80000,2,0x10,0xbfbfbb9c)
1400 oracle RET ipc 0
1400 oracle CALL ipc(3,0x80000,0,0x10,0xbfbfbb9c)
1400 oracle RET ipc 0
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1150 oracle CALL ipc(0x17,0xba941e80,0,0,0)
1150 oracle RET ipc 589824/0x90000
1150 oracle CALL ipc(0x18,0x90000,0x102,0,0xbfbfd8e0)
1150 oracle RET ipc 0
1150 oracle CALL ipc(0x17,0xba941e81,0,0,0)
1150 oracle RET ipc -1 errno -2 No such file or directory
1150 oracle CALL ipc(0x17,0xba941e82,0,0,0)
1150 oracle RET ipc -1 errno -2 No such file or directory
1150 oracle CALL ipc(0x17,0xba941e83,0,0,0)
1150 oracle RET ipc -1 errno -2 No such file or directory
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(1,0x80000,1,0,0xbfbfbd40)
1400 oracle RET ipc -1 errno -4 Interrupted system call
1400 oracle CALL ipc(0x16,0,0,0,0x50000000)
1400 oracle RET ipc 0
1400 oracle CALL ipc(0x17,0xba941e80,0,0,0)
1400 oracle RET ipc 589824/0x90000
1400 oracle CALL ipc(0x18,0x90000,0x102,0,0xbfbfbb58)
1400 oracle RET ipc 0
1400 oracle CALL ipc(0x17,0xba941e81,0,0,0)
1400 oracle RET ipc -1 errno -2 No such file or directory
1400 oracle CALL ipc(0x17,0xba941e82,0,0,0)
1400 oracle RET ipc -1 errno -2 No such file or directory
1400 oracle CALL ipc(0x17,0xba941e83,0,0,0)
1400 oracle RET ipc -1 errno -2 No such file or directory
--------------080502090205060304090803--