in reply to Re: Segmentation fault with threads and binmode utf-8
in thread Segmentation fault with threads and binmode utf-8

hmm, http://perl5.git.perl.org/perl.git/commit/0ee3fa26f660ac426e3e082f77d806c9d1471f93

How dependent is "PerlIO::encoding" on perl version? Can it be dual-lived module?

  • Comment on Re^2: Segmentation fault with threads and binmode utf-8

Replies are listed 'Best First'.
Re^3: Segmentation fault with threads and binmode utf-8
by dave_the_m (Monsignor) on May 05, 2016 at 10:37 UTC
    How dependent is "PerlIO::encoding" on perl version? Can it be dual-lived module?
    I don't know.

    Dave.

Re^3: Segmentation fault with threads and binmode utf-8
by Anonymous Monk on May 05, 2016 at 22:27 UTC

    How dependent is "PerlIO::encoding" on perl version? Can it be dual-lived module?

    As is, it cannot, you'll encounter encoding.o:encoding.c:(.text+0x91d): undefined reference to `Perl_PerlIO_save_errno' , Perl_PerlIO_save_errno is only available in the newest perls