Skip Menu |

This queue is for tickets about the Event CPAN distribution.

Report information
The Basics
Id: 123115
Status: resolved
Priority: 0/
Queue: Event

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.26
Fixed in: (no value)



Subject: calling memset() with a NULL pointer
Cross reference: https://rt.perl.org/Ticket/Display.html?id=132094 Executive summary: Event fails with recent bleadperls when those were compiled with -DDEBUGGING. The author of the commit v5.27.3-31-gf14cf36320 claims that a newly introduce assert() detects a memset issue in Event. Thanks,
Hi Andreas, Thanks for the report! Is there an easy-to-consume repro case? I couldn't see it in this or the cross-linked report? Ed
CC: ANDK [...] cpan.org
Subject: Re: [rt.cpan.org #123115] calling memset() with a NULL pointer
Date: Sun, 24 Sep 2017 23:01:53 +0200
To: "Ed J via RT" <bug-Event [...] rt.cpan.org>
From: Andreas Koenig <andreas.koenig.7os6VVqR [...] franz.ak.mind.de>
Show quoted text
> Thanks for the report! Is there an easy-to-consume repro case? I couldn't see it in this or the cross-linked report?
Run Configure with -DEBUGGING=both so that your perl compiles with -DDEBUGGING. Do this with bleadperl v5.27.3-31-gf14cf36320 or later. You will see the tests failing as in http://www.cpantesters.org/cpan/report/a4656f24-92a0-11e7-a6e8-4c7815098ed7 -- andreas
Thanks for the excellent report. Just uploaded 1.27 which seems to fix this!