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

This was fixed in perl 5.23.4 by commit 0ee3fa26f66

Dave.

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

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

      Dave.

      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