Re: [perl #18049] [RESOLVED] Storable seg faults under perl 5.8.0 solaris, maximal 64bit
by Bram other posts by this author
Jul 5 2008 12:19PM messages near this date
Re: [perl #18049] [RESOLVED] Storable seg faults under perl 5.8.0 solaris, maximal 64bit
|
[perl #56610] Perl 5.10.0 double-free bug with Regular Expressions
Citeren Drew Schatt <schatt@[...].com> :
> Under 5.10.0, Solaris, with 64 bit integers, ext Storable still fails badly.
> Let me know what other information I can include to help get this resolved.
Can you send the output of perl -V?
Was it compiled with -Duse64bitall or with -Duse64bitint?
On cpanteters I see the following reports of Solaris for Storable
(from 5.10.0):
http://www.nntp.perl.org/group/perl.cpan.testers/2008/06/msg1668441.html :
use64bitint=undef, use64bitall=undef
http://www.nntp.perl.org/group/perl.cpan.testers/2008/04/msg1296110.html :
use64bitint=define, use64bitall=undef
http://www.nntp.perl.org/group/perl.cpan.testers/2007/11/msg811340.html
use64bitint=define, use64bitall=undef
And/or is it possible that you build perl-current (blead) to see if
there is an improvement there? (check perldoc perlhack)
Kind regards,
Bram
Thread:
Drew Schatt
Bram
|