Re: [perl #129994] [NATIVECALL][BUG] C functions required to be called once in one thread are hung up

2016-11-01 Thread Brandon Allbery via RT
On Tue, Nov 1, 2016 at 12:01 PM, Itsuki Toyota wrote: > I think I properly call the MeCab functions from Perl 6(e.g. > $model.create-tagger, $model.create-lattice) according to the above > instructions. > So I think something is wrong in the NativeCall. > Not sure NativeCall even knows about TLS

Re: [perl #129994] [NATIVECALL][BUG] C functions required to be called once in one thread are hung up

2016-11-01 Thread Brandon Allbery
On Tue, Nov 1, 2016 at 12:01 PM, Itsuki Toyota wrote: > I think I properly call the MeCab functions from Perl 6(e.g. > $model.create-tagger, $model.create-lattice) according to the above > instructions. > So I think something is wrong in the NativeCall. > Not sure NativeCall even knows about TLS

[perl #129834] [CONC] Supply/Supplier bug

2016-11-01 Thread jn...@jnthn.net via RT
On Sat Oct 08 19:08:38 2016, liu...@360.cn wrote: > Sporadic behavior as below is observed when the following code is > executed. Basically it is a situation of invoking emit for the same > supplier by multiple (in this case, two) on demand supplies. > > liukan@candor:~/Code$ cat golfed.pl6 > my $

[perl #129994] [NATIVECALL][BUG] C functions required to be called once in one thread are hung up

2016-11-01 Thread via RT
# New Ticket Created by Itsuki Toyota # Please include the string: [perl #129994] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129994 > I'm creating a Perl 6 bindings for MeCab ( http://taku910.github.io/mecab/ ) See the fo

[perl #129949] [BUG] Failure to close channel causes GC crash

2016-11-01 Thread jn...@jnthn.net via RT
On Sun Oct 23 18:01:55 2016, d...@theschrags.net wrote: > This probably is an issue with moarvm. > It was indeed. > When trying to benchmark the concurrent and non-concurrent versions of > Damien Conway's 'bogosort' algorithm, I ran into numerous problems with > Rakudo Star 2016.07 - depending