I may not be getting it. But I got the following test results under Linux:
- 5.6.2: core dumps
- 5.8.0-unthreaded fails in tests 7,9,11,18.20,22,28
- 5.8.1-unthreaded fails in tests 7,9,11,18.20,22,28
- 5.8.2-unthreaded fails in tests 7,9,11,18.20,22,28
- 5.8.0-threaded fails in tests 7,9,11,18.20,22,28
- 5.8.1-threaded fails in tests 7,9,11,18.20,22,28
- 5.8.2-threaded fails in tests 7,9,11,18.20,22,28
- 5.9.0-unthreaded fails in tests 7,9,11,18.20,22,28
- 5.9.1-unthreaded fails in tests 7,9,11,18.20,22,28
/msg me if you want more information.
Liz
Update:
Your pod states:
- CLEAN
- Call DESTROY() and clean the compartment.
I haven't looked at the source code, but in general it's a bad idea to call DESTROY yourself. It
will get called again by Perl when the object is really destroyed (e.g. at global destruction).