upcoming release: what needs to be done
Mike Frysinger
vapier at gentoo.org
Thu Mar 15 22:36:16 UTC 2012
On Thursday 15 March 2012 17:10:37 Dmitry V. Levin wrote:
> On Wed, Mar 14, 2012 at 08:39:35PM -0400, Mike Frysinger wrote:
> > alpha looks broken with signals ...
>
> Not only with signals, IPC decoding also seems to be broken on alpha:
> SYS_ipc_subcall is naturally not defined, but indirect_ipccall()
> returns 1 there. Could you confirm that, e.g. by checking whether
> "strace -eipc ipcs" outputs crap or not, please?
this box doesn't have any shared memory segments active (which isn't
surprising as it's a headless build/dev box). here's the output, but i'm not
sure it exactly answers your question ? if not, i'll have to slap together a
few tests (maybe grab some from LTP).
$ ./strace -eipc ipcs
shmctl(0, IPC_64|SHM_INFO, 0) = 0
------ Shared Memory Segments --------
key shmid owner perms bytes nattch status
shmctl(0, IPC_64|SHM_STAT, 0) = -1 EINVAL (Invalid argument)
semctl(0, 0, IPC_64|SEM_INFO, 0x11f9bcfa0) = 0
------ Semaphore Arrays --------
key semid owner perms nsems
semctl(0, 0, IPC_64|SEM_STAT, 0x11f9bcfc8) = -1 EINVAL (Invalid argument)
msgctl(0, IPC_64|MSG_INFO, 0) = 0
------ Message Queues --------
key msqid owner perms used-bytes messages
msgctl(0, IPC_64|MSG_STAT, 0) = -1 EINVAL (Invalid argument)
+++ exited with 0 +++
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20120315/d7471962/attachment.bin>
More information about the Strace-devel
mailing list