via RT wrote: > Queue: Tcl > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=21181 > > >I have 2 different boxes running SuSE 10.1 x86_64 on Intel processors, one a >hyperthreaded p4, and one a dual core p4. > >I also just tried it on a IBM laptop running SuSE 10.1 x86 and it also >fails, so it looks like a SuSE 10.1 issue, not an x64 issue > >
for some unknown for me reasons two very similar Gentoo installation behave differently - one gives segmentation fault but other do not, seemingly with all the very same versions. (of course there is some difference, but I can't catch what namely isn't good) For such a situation using "--nousestubs" cures the situation. So in my current understanding "stubs" are not dealed properly in Tcl.xs Sorry for not having catched the "--usestubs" situation. Best regards, Vadim. >to recap: > >this works: > > >>PERL_DL_NONLAZY=1 perl -e 'use Tcl;' >> >> > >this dosen't: > > >>PERL_DL_NONLAZY=0 perl -e 'use Tcl;' >> >> > >here is the versions of the relevant packaged on my system: >perl-5.8.8-12 >tcl-devel-8.4.12-14 >tcl-8.4.12-14 >tcllib-1.8-10 >glibc-2.4-31.1 >Tcl.pm from CPAN > >