[perl #128553] [SEGV] multi method cache causes Base64 regression

2018-03-09 Thread Jan-Olof Hendig via RT
On Wed, 27 Jul 2016 17:43:48 -0700, lloyd.fo...@gmail.com wrote: > By flag_map I mean ctx->callsite->arg_flags: > > (lldb) p ctx->arg_flags > (MVMCallsiteEntry *) $8 = 0x > (lldb) p ctx->callsite->arg_flags > (MVMCallsiteEntry *) $9 = 0x10a72533 "" > > On Mon, Jul 11,

[perl #126297] [SEGV] filehandle read in a thead causes a segfault when the thread ends

2018-03-09 Thread Jan-Olof Hendig via RT
On Sat, 10 Oct 2015 06:03:52 -0700, nicholas wrote: > On Thu, Oct 08, 2015 at 05:43:11AM -0700, Carlin Bingham wrote: > > > Doesn't seem to happen if the main program thread is still running > > when > > the thread exits. > > > > > > use v6; > > > > Thread.start({ > > my $fh =

[perl #126390] [BUG] await start {} hangs when using HTTP::UserAgent

2018-03-09 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
FWIW it's not possible to reproduce the issue on older rakudos because it was sweeped under the rug in the URI module itself: https://github.com/perl6-community-modules/uri/issues/21 So yes, #126587 is a “testneeded” ticket for the underlying issue. On 2018-03-09 12:58:27,

[perl #126390] [BUG] await start {} hangs when using HTTP::UserAgent

2018-03-09 Thread Jan-Olof Hendig via RT
On Wed, 30 Dec 2015 09:12:25 -0800, c...@zoffix.com wrote: > To give an update on this. With Rakudo built on Dec 30, 2015, I no > longer get any hangs with neither > perl6 -MURI -e 'await start { say URI.new("http://localhost;) };' > > nor perl6 -MIETF::RFC_Grammar::URI -e "await

[perl #127011] [LTA] bad error when initialising Int var to Inf or NaN

2018-03-09 Thread Jan-Olof Hendig via RT
Duplicate of #126990 which has been resolved.

[perl #126587] [SEGV] require inside thread segfault hang

2018-03-09 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Well, bisectable just told me that maybe I should mention at least one of the suspected commits. (2016-05-12) https://github.com/rakudo/rakudo/commit/25113987502bba1cb48bd130b21982f6608e4aa3 Output before and after that commit: https://gist.github.com/8e47787d7d7c7e6cf1ee7161740a999d Basically,

[perl #126587] [SEGV] require inside thread segfault hang

2018-03-09 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
dogbert++ noticed me that this issue is resolved (according to the provided snippets). It is indeed so. Second snippet may need this change: -return 200, ['Content-Type' => 'text/plain'], 'we win'; +return 200, ['Content-Type' => 'text/plain'], ['we win']; I can confirm that both issues are not

[perl #114554] [BUG] Definition of zero-length postfix operator wrongly allowed in Rakudo

2018-03-09 Thread Zoffix Znet via RT
On Thu, 07 Apr 2016 10:31:20 -0700, diakopter wrote: > new behavior: > > 13:30 m: sub postfix:{}($a) { say "$a bracey brace" }; > 42{} > 13:30 rakudo-moar 61d231: OUTPUT«===SORRY!===␤Internal > error: find_var_decl could not find $_␤» Couple more glitches in the same area: 14:59 Zoffix m:

[perl #114554] [BUG] Definition of zero-length postfix operator wrongly allowed in Rakudo

2018-03-09 Thread Zoffix Znet via RT
On Thu, 07 Apr 2016 10:31:20 -0700, diakopter wrote: > new behavior: > > 13:30 m: sub postfix:{}($a) { say "$a bracey brace" }; > 42{} > 13:30 rakudo-moar 61d231: OUTPUT«===SORRY!===␤Internal > error: find_var_decl could not find $_␤» Couple more glitches in the same area: 14:59 Zoffix m: