On Mon, 23 Oct 2000, Alexander Farber (EED) wrote:
> The messages about "munged shared memory" seem to be going if you change
>
> my($tag, $ice) = unpack 'A14 A*' => $stuff;
>
> in the file lib/IPC/Shareable.pm, sub _thaw to the:
>
> my($tag, $ice) = unpack 'A13 A*' => $stuff;
>
> (since the sub _freeze calls
>
> my $stuff = 'IPC::Shareable' . $ice;
>
> - i.e. 13 chars). But there are further problems ("make test" hangs)...
Intriguing. Since I'm a sad spod I'll have a look at that later tonight,
I'll also see if it cures the same error I get when attempting to access
a previously delete()ed shared hash element with exists().
Thanks,
--
steven