Bug#889734: libjson-xs-perl: JSON::XS is broken in multithreaded programs

2018-02-06 Thread Łukasz Stelmach
Package: libjson-xs-perl Version: 3.030-1 Severity: important Dear Maintainer, The following program exposes a bug in JSON::XS module which makes the program die. --8<---cut here---start->8--- #!/usr/bin/perl use JSON; use threads; my $thnum = int($ARGV[0]);

Bug#889734: libjson-xs-perl: JSON::XS is broken in multithreaded programs

2018-02-10 Thread gregor herrmann
Control: tag -1 + upstream wontfix On Tue, 06 Feb 2018 15:34:49 +0100, Łukasz Stelmach wrote: > The following program exposes a bug in JSON::XS module which makes the > program die. > > --8<---cut here---start->8--- > #!/usr/bin/perl > > use JSON; > use threa