[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 #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 #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 #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
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: