--- Comment From myung...@us.ibm.com 2019-03-09 10:53 EDT---
In fact, this can be easily reproduced using a simple perl script.
test.pl
--
#!//usr/bin/perl
use POSIX qw(mblen);
my $str = "data";
print "Calling mblen with str=$str\n";
my $len = mblen($str, MB_CUR_MAX);
print "mbl
--- Comment From myung...@us.ibm.com 2019-03-07 07:10 EDT---
>Is the third party tool incompatible with perl 5.28.1-4 in some ways? and/or
>needs to be rebuild against newer perl ABI?
It is just a standard normal perl script. (Not any compiled version or
anything like that).
You can s