Bug#1000896: Bug#997829: libipc-shareable-perl: autopkgtest regression on armhf and i386

2022-01-22 Thread gregor herrmann
On Sat, 22 Jan 2022 18:57:30 +0200, Niko Tyni wrote: > Given % 2^32 == 3567587327 it's pretty clear that the > requested size does not fit into 32 bits (shmget(2) takes a size_t) > so just its lower bits get passed in. Not sure if perl should protest > somehow there. Thanks for the

Bug#1000896: Bug#997829: libipc-shareable-perl: autopkgtest regression on armhf and i386

2022-01-22 Thread Niko Tyni
On Sat, Jan 15, 2022 at 11:20:51PM +0100, gregor herrmann wrote: > On Mon, 25 Oct 2021 19:59:39 +0200, gregor herrmann wrote: > No reaction so far at https://github.com/stevieb9/ipc-shareable/issues/14 > > Failures are visible at > https://qa.debian.org/excuses.php?package=libipc-shareable-perl

Bug#1000896: Bug#997829: libipc-shareable-perl: autopkgtest regression on armhf and i386

2022-01-21 Thread gregor herrmann
On Sat, 15 Jan 2022 23:20:51 +0100, gregor herrmann wrote: > And can easily be reproduced by building in an i386 chroot. With some debugging statements: lib/IPC/Shareable/SharedMem.pm 31 my $id = shmget($key, $size, $flags); On amd64 $id is undef, as expected, but contains a value on

Bug#1000896: Bug#997829: libipc-shareable-perl: autopkgtest regression on armhf and i386

2022-01-15 Thread gregor herrmann
On Mon, 25 Oct 2021 19:59:39 +0200, gregor herrmann wrote: > I'm going the forward the bug upstream. No reaction so far at https://github.com/stevieb9/ipc-shareable/issues/14 Failures are visible at https://qa.debian.org/excuses.php?package=libipc-shareable-perl And can easily be reproduced by