Skip Menu |

This queue is for tickets about the Unix-Statgrab CPAN distribution.

Report information
The Basics
Id: 78849
Status: resolved
Priority: 0/
Queue: Unix-Statgrab

People
Owner: Nobody in particular
Requestors: ppisar [...] redhat.com
Cc:
AdminCc:

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



Subject: Tests run by perl-5.16.0 segfaults
When running tests with perl 5.16.0. The last test segfaults. I minimized the code to this: #!/usr/bin/perl use strict; use warnings; use Unix::Statgrab; my $p = get_process_stats; if ($p) { my @a = sort sort_procs_by_name $p->all_procs; my @b = sort sort_procs_by_pid $p->all_procs; my @c = sort sort_procs_by_uid $p->all_procs; } And it returns perl error: Attempt to free unreferenced scalar: SV 0x259c538, Perl interpreter: 0x257c010 at test line 7. If I change the assignments to assign to the same array, it segfaults.
Hi, I planned to start working on this module with the release of the next version of libstatgrab which contains a lot of fixes for many systems. Please write to the support@i-scream.org or users@i-scream.org to force them working on the update. They have the fixes since 10 month meanwhile and don't react. Best regards, Jens
libstatgrab 0.90 has been released on Thursday 8 August 2013.
On Mon Aug 12 11:04:05 2013, DAGOBERT wrote: Show quoted text
> libstatgrab 0.90 has been released on Thursday 8 August 2013.
And Unix-Statgrab-0.099_001 supporting libstatgrab-0.90 has been uploaded to CPAN on August, 3rd 2013.