Subject: | Tkx segfaults without PERL_DL_NONLAZY |
This is on a Debian/squeeze system with a self-build standard perl 5.14.2 (no threads, no specialities). Tcl.pm and Tkx.pm are installed, latest versions, and both test suites ran OK. But a simple
/path/to/perl -MTkx -e1
segfaults. It does not segfault if I set PERL_DL_NONLAZY=1. On the other hand, the Tkx test suite fails if it's not run with "make test" (which sets PERL_DL_NONLAZY), but run manually or using prove.
Regards,
Slaven