Skip Menu |

This queue is for tickets about the Math-BigInt-GMP CPAN distribution.

Report information
The Basics
Id: 58381
Status: resolved
Priority: 0/
Queue: Math-BigInt-GMP

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

Bug Information
Severity: Important
Broken in: 1.24
Fixed in: (no value)



This test causes segfault on Windows XP. Math::BigInt 1.89_01. #!perl use strict; use warnings; use Math::BigInt try => 'GMP'; use Test::More tests => 1; diag( 'Tried GMP. Got ' . Math::BigInt->config()->{ lib } . ' ' . Math::BigInt->config()->{ lib_version }); is(Math::BigInt->config()->{ lib }, 'Math::BigInt::GMP'); my $big_number = Math::BigInt->from_hex('0x' . 'f' x 32); This causes errors in Net::IPAddress::Util (see http://community.livejournal.com/perldev/13824.html). -- Alexandr Ciornii, http://chorny.net
Is this still failing with the latest version? If so, please provide a backtrace.
On Fri Sep 10 17:16:50 2010, FLORA wrote: Show quoted text
> Is this still failing with the latest version?
Does not fail. -- Alexandr Ciornii, http://chorny.net