Skip Menu |

This queue is for tickets about the Test-Class CPAN distribution.

Report information
The Basics
Id: 52476
Status: resolved
Priority: 0/
Queue: Test-Class

People
Owner: Nobody in particular
Requestors: calid1984 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.33
Fixed in: (no value)



Subject: Segfault when using Archive::Zip
Linux 2.6.9-67.0.7.ELsmp Perl v5.10.0 x86_64 linux multi thread Test::Class v0.33 Archive::Zip v1.30 Simplest script to reproduce the problem: use Archive::Zip; use Test::Class; Test::Class->runtests; Output: zsh: segmentation fault Additional Information: A trace of the program seemed to show that the segfault is happening in Devel::Symdump, because the while loop in _symdump is iterating infinitely. Beyond that I don't have enough technical understanding of perl or these modules to explain what's going on.
This issue may fixed on Test-Class 0.34. On 2009-12月-06 日 12:07:36, calid wrote: Show quoted text
> Linux 2.6.9-67.0.7.ELsmp > Perl v5.10.0 x86_64 linux multi thread > Test::Class v0.33 > Archive::Zip v1.30 > > Simplest script to reproduce the problem: > use Archive::Zip; > use Test::Class; > Test::Class->runtests; > > Output: > zsh: segmentation fault > > Additional Information: > A trace of the program seemed to show that the segfault is happening
in Show quoted text
> Devel::Symdump, because the while loop in _symdump is iterating > infinitely. Beyond that I don't have enough technical understanding of > perl or these modules to explain what's going on.
I believe this has now been fixed - or at least I can no longer reproduce it. Let me know if it's still a problem for you. Marked as resolved for now.