# New Ticket Created by Leon Timmermans # Please include the string: [perl #99404] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=99404 > On Sun, Sep 18, 2011 at 11:41 AM, Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de> wrote: > git bisect > ---------- > > commit af8ff7274143ea04b0f17d1a1d34c1ee0f320c7e > Author: Leon Timmermans <fawaka@gmail.com> > Date: Tue Sep 13 20:13:22 2011 +0200 > > Fix #98480 math when reading shared memory > > shmread didn't unset SvIOK properly, causing a read into a SVIV to > have an incorrect numeric value. This patch fixes that and adds > tests. > > behaviour > --------- > > The test suite for GnuPG 0.17 with this bleadperl hangs after "not ok > 25" of test.pl, that is probably in global destruction (?) because when > the test passes, it reaches "ok 25" and then quits. Woops, my mistake. Fix attacked.