Skip Menu |

This queue is for tickets about the IUP CPAN distribution.

Report information
The Basics
Id: 121239
Status: new
Priority: 0/
Queue: IUP

People
Owner: Nobody in particular
Requestors: futuramedium [...] yandex.ru
Cc:
AdminCc:

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



Subject: IUP::Canvas::Bitmap::Pixel used to work in previous version, now it crashes Perl
use strict; use warnings; use feature 'say'; use IUP ':all'; use Alien::IUP; say $]; say $Alien::IUP::VERSION; say $IUP::VERSION; say IUP::Canvas::Bitmap -> new( CD_RGB, 100, 100 ) -> Pixel( 50, 50 ); C:\>perl test.pl 5.020001 0.703 0.303 255255255 But: C:\>perl test.pl 5.024000 0.710 0.305 ...and Perl interpreter crashes blaming the "libraryiup.xs.dll". C:\>perl -v This is perl 5, version 24, subversion 0 (v5.24.0) built for MSWin32-x86-multi-thread-64int