Skip Menu |

This queue is for tickets about the List-MoreUtils-XS CPAN distribution.

Report information
The Basics
Id: 123869
Status: resolved
Priority: 0/
Queue: List-MoreUtils-XS

People
Owner: Nobody in particular
Requestors: zefram [...] fysh.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.427_002
Fixed in: 0.428



Subject: context arg to croak()
Date: Tue, 12 Dec 2017 21:17:17 +0000
To: bug-List-MoreUtils-XS [...] rt.cpan.org
From: Zefram <zefram [...] fysh.org>
List-MoreUtils-XS has a call to croak() with an aTHX_ argument. This is incorrect, generates compile warnings on threaded builds, and will crash if executed on a threaded build (though the test suite doesn't exercise it). croak() does not take an aTHX_; the other calls to it are correct. -zefram