Re: [perl #129228] [SEGV] concurrent network access segfaults in libmoar.so

2016-09-09 Thread Robert Lemmen
On Thu, Sep 08, 2016 at 11:54:50AM -0700, Zoffix Znet via RT wrote: > I'm unable to reproduce this on HEAD Rakudo even with $n set to 40 and > RAKUDO_MAX_THREADS set to 50. thanks, I wasn't aware of that env, makes reproducing these much easier :) > What is your perl6 version (perl6 -v). Are

[perl #129228] [SEGV] concurrent network access segfaults in libmoar.so

2016-09-08 Thread via RT
# New Ticket Created by Robert Lemmen # Please include the string: [perl #129228] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129228 > this simple program: ---8<--- use v6;

[perl #129228] [SEGV] concurrent network access segfaults in libmoar.so

2016-09-08 Thread Zoffix Znet via RT
I'm unable to reproduce this on HEAD Rakudo even with $n set to 40 and RAKUDO_MAX_THREADS set to 50. What is your perl6 version (perl6 -v). Are you able to try this against HEAD [^1]? Yesterday a fix went in addressing issues in sockets and threads; and recently there have been many other