Skip Menu |

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

Report information
The Basics
Id: 5413
Status: resolved
Priority: 0/
Queue: Class-Hook

People
Owner: Nobody in particular
Requestors: steve [...] utiba.com
Cc:
AdminCc:

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



Subject: Class::Hook segfault on make test (Redhat 9)
When installing Class::Hook (0.01) on Redhat Linux 9, the 'make' works, but the 'make test' fails as follows: PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..11 ok 1 - FOO->new() call ok 2 - new(): before ok 3 - new(): after ok 4 - unkown(): before ok 5 - unkown(): after ok 6 - bar(): before 1 ok 7 - bar(): after 1 ok 8 - bur(): before ok 9 - bur(): after ok 10 - bar(): before 2 ok 11 - bar(): after 2 make: *** [test_dynamic] Segmentation fault
From: Eric Wong <normalperson [...] yhbt.net>
[guest - Sun Feb 22 19:08:58 2004]: Show quoted text
> When installing Class::Hook (0.01) on Redhat Linux 9, the 'make' > works, but the 'make test' fails as follows: > > PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl > 1..11 > ok 1 - FOO->new() call > ok 2 - new(): before > ok 3 - new(): after > ok 4 - unkown(): before > ok 5 - unkown(): after > ok 6 - bar(): before 1 > ok 7 - bar(): after 1 > ok 8 - bur(): before > ok 9 - bur(): after > ok 10 - bar(): before 2 > ok 11 - bar(): after 2 > make: *** [test_dynamic] Segmentation fault >
test.pl needs the following line after all the tests are run: Class::Hook->deactivate;
Resolved: Class::Hook 0.03 uploaded to CPAN