Kevin Wolf wrote:

> Your instructions seemed clear enough, so I tried to reproduce your
> problem. Now I have an ARM VM with a Debian installation that works just
> fine and I have no idea what to use it for. ;-)

So I was puzzled about this for a while, but then I had a flash
of inspiration:

        unset MALLOC_PERTURB_
        reproduction-script;    # no segfault

        MALLOC_PERTURB_=37
        export MALLOC_PERTURB_
        reproduction-script;    # segfaults

Thanks.  Sorry, it's easy to forget.

Reply via email to