[perl #130435] [REGRESSION] UNIT::EXPORT has different .WHICH than unit scoped module::EXPORT

2017-08-14 Thread Brian S. Julin via RT
On Wed, 28 Dec 2016 19:46:01 -0800, alex.jakime...@gmail.com wrote: > Code: > unit module Foo; sub foo() is export {}; say Foo::EXPORT === > UNIT::EXPORT # unit makes the declared package the current UNIT > > Result (2016.04): > True > > Result (HEAD): > False > > > Bisectable is pointing to >

[perl #131898] Issue Installing DBIish

2017-08-14 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Bisected: bisect: old=HEAD~300 https://gist.githubusercontent.com/AlexDaniel/1e2c456f006687ea7100a35b2931af41/raw/9aad30ec83728b43b5d1d134a4c0701354e2c8c5/nativehelpers-test.p6 AlexDaniel, Successfully fetched the code from the provided URL. AlexDaniel, Bisecting by exit code (old=HEAD~300 new=

[perl #131879] [REGRESSION] Memory “leak”

2017-08-14 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
OK, this is still not resolved, but it got noticeably better. The issue is reproducible with the snippet provided in the original report. On 2017-08-11 10:01:42, alex.jakime...@gmail.com wrote: > There was some progress on this. jnthn++ > > I guess the most promising commit regarding this issue is

[perl #131881] [REGRESSION] JSON::Tiny tests output bad text on latest build

2017-08-14 Thread Samantha McVey via RT
I have fixed this as of this MoarVM commit: https://github.com/MoarVM/MoarVM/commit/712cff3341270362b808ba0f4c519f4557a4671d Full explaination in the commit description. Thanks a lot for reporting this bug :)

Re: [perl #131889] Segfault / malloc errors testing Uzu with latest Rakudo

2017-08-14 Thread Bart Wiegmans via RT
It's a bus error that goes away with MVM_JIT_DISABLE. This is going to be interesting. 2017-08-14 10:23 GMT+02:00 Bart Wiegmans : > Can reproduce, thank you! > > This also requires the following modules: > > JSON::Fast (broken test on my machine, but may be for any reason) > File::Temp > HTTP::Se

Re: [perl #131889] Segfault / malloc errors testing Uzu with latest Rakudo

2017-08-14 Thread Bart Wiegmans via RT
Can reproduce, thank you! This also requires the following modules: JSON::Fast (broken test on my machine, but may be for any reason) File::Temp HTTP::Server::Async HTTP::Server::Router Test::Output Template::Mustache YAMLish (I'm going to guess some of these were installed by rakudo star) Argu

Re: [perl #131889] Segfault / malloc errors testing Uzu with latest Rakudo

2017-08-14 Thread Bart Wiegmans via RT
Hang on, it's only MVM_JIT_DISABLE sensitive on my branch (even-moar-jit). It appears to happen within the perl6 extension opcodes. Regards, Bart 2017-08-14 10:26 GMT+02:00 Bart Wiegmans : > It's a bus error that goes away with MVM_JIT_DISABLE. > This is going to be interesting. > > 2017-08-14 1

Re: need lib notify sub

2017-08-14 Thread ToddAndMargo
On 08/14/2017 02:07 AM, ToddAndMargo wrote: On Monday, August 14, 2017 04:45 PM, ToddAndMargo wrote: On 08/06/2017 11:01 PM, ToddAndMargo wrote: Hi All, If you upgraded from Fedora 25 to 26, you will notice that notify send (libnotify) stopped working. (It works in fresh installs of Fedora

Re: need lib notify sub

2017-08-14 Thread ToddAndMargo
On Monday, August 14, 2017 04:45 PM, ToddAndMargo wrote: On 08/06/2017 11:01 PM, ToddAndMargo wrote: Hi All, If you upgraded from Fedora 25 to 26, you will notice that notify send (libnotify) stopped working. (It works in fresh installs of Fedora 26.) https://bugzilla.gnome.org/show_bug.cgi

Re: [perl #131889] Segfault / malloc errors testing Uzu with latest Rakudo

2017-08-14 Thread Bart Wiegmans
Hang on, it's only MVM_JIT_DISABLE sensitive on my branch (even-moar-jit). It appears to happen within the perl6 extension opcodes. Regards, Bart 2017-08-14 10:26 GMT+02:00 Bart Wiegmans : > It's a bus error that goes away with MVM_JIT_DISABLE. > This is going to be interesting. > > 2017-08-14 1

Re: need lib notify sub

2017-08-14 Thread ToddAndMargo
On 08/06/2017 11:01 PM, ToddAndMargo wrote: Hi All, If you upgraded from Fedora 25 to 26, you will notice that notify send (libnotify) stopped working. (It works in fresh installs of Fedora 26.) https://bugzilla.gnome.org/show_bug.cgi?id=785583 Since I need to learn the stuff anyway, would so

Re: [perl #131889] Segfault / malloc errors testing Uzu with latest Rakudo

2017-08-14 Thread Bart Wiegmans
It's a bus error that goes away with MVM_JIT_DISABLE. This is going to be interesting. 2017-08-14 10:23 GMT+02:00 Bart Wiegmans : > Can reproduce, thank you! > > This also requires the following modules: > > JSON::Fast (broken test on my machine, but may be for any reason) > File::Temp > HTTP::Se

Re: [perl #131889] Segfault / malloc errors testing Uzu with latest Rakudo

2017-08-14 Thread Bart Wiegmans
Can reproduce, thank you! This also requires the following modules: JSON::Fast (broken test on my machine, but may be for any reason) File::Temp HTTP::Server::Async HTTP::Server::Router Test::Output Template::Mustache YAMLish (I'm going to guess some of these were installed by rakudo star) Argu