[perl #131813] Segfault with --profile

2019-05-11 Thread Jan-Olof Hendig via RT
On Sun, 04 Feb 2018 02:40:44 -0800, alex.jakime...@gmail.com wrote:
> Actually, I've been trying to reproduce it on the said revision with
> --profile,
> --ll-exception and whatnot, and I can't. I think this is an issue on
> OS X and
> therefore should be confirmed (and tested) on OS X also.
> 
> On 2018-01-06 12:59:07, jan-olof.hen...@bredband.net wrote:
> > On Fri, 28 Jul 2017 15:52:53 -0700, timo wrote:
> > > It could be that the commit i just pushed to moarvm fixes this,
> > > please
> > > verify (the code doesn't crash with the patch)
> >
> > Seems to work properly:
> >
> > dogbert@dogbert-VirtualBox ~/repos/rakudo $ ./perl6 -v
> > This is Rakudo version 2017.12-124-g6a6470f9d built on MoarVM version
> > 2017.12-20-g57103408
> > implementing Perl 6.c.
> > dogbert@dogbert-VirtualBox ~/repos/rakudo $ ./perl6 --profile -e 'my
> > @a = (^1)>>.Str'
> > Writing profiler output to profile-1515272304.87249.html
> > dogbert@dogbert-VirtualBox ~/repos/rakudo $ ./perl6 --profile -e 'my
> > @a = (^25000)>>.Str'
> > Writing profiler output to profile-1515272310.68317.html
> > dogbert@dogbert-VirtualBox ~/repos/rakudo $


Tested by Lizmat on OS X, see 
https://colabti.org/irclogger/irclogger_log/perl6-dev?date=2019-05-11#l61


[perl #131813] Segfault with --profile

2018-02-04 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Actually, I've been trying to reproduce it on the said revision with --profile,
--ll-exception and whatnot, and I can't. I think this is an issue on OS X and
therefore should be confirmed (and tested) on OS X also.

On 2018-01-06 12:59:07, jan-olof.hen...@bredband.net wrote:
> On Fri, 28 Jul 2017 15:52:53 -0700, timo wrote:
> > It could be that the commit i just pushed to moarvm fixes this,
> > please
> > verify (the code doesn't crash with the patch)
>
> Seems to work properly:
>
> dogbert@dogbert-VirtualBox ~/repos/rakudo $ ./perl6 -v
> This is Rakudo version 2017.12-124-g6a6470f9d built on MoarVM version
> 2017.12-20-g57103408
> implementing Perl 6.c.
> dogbert@dogbert-VirtualBox ~/repos/rakudo $ ./perl6 --profile -e 'my
> @a = (^1)>>.Str'
> Writing profiler output to profile-1515272304.87249.html
> dogbert@dogbert-VirtualBox ~/repos/rakudo $ ./perl6 --profile -e 'my
> @a = (^25000)>>.Str'
> Writing profiler output to profile-1515272310.68317.html
> dogbert@dogbert-VirtualBox ~/repos/rakudo $


[perl #131813] Segfault with --profile

2018-01-06 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Closable with rakudo tests then.

On 2018-01-06 12:59:07, jan-olof.hen...@bredband.net wrote:
> On Fri, 28 Jul 2017 15:52:53 -0700, timo wrote:
> > It could be that the commit i just pushed to moarvm fixes this,
> > please
> > verify (the code doesn't crash with the patch)
>
> Seems to work properly:
>
> dogbert@dogbert-VirtualBox ~/repos/rakudo $ ./perl6 -v
> This is Rakudo version 2017.12-124-g6a6470f9d built on MoarVM version
> 2017.12-20-g57103408
> implementing Perl 6.c.
> dogbert@dogbert-VirtualBox ~/repos/rakudo $ ./perl6 --profile -e 'my
> @a = (^1)>>.Str'
> Writing profiler output to profile-1515272304.87249.html
> dogbert@dogbert-VirtualBox ~/repos/rakudo $ ./perl6 --profile -e 'my
> @a = (^25000)>>.Str'
> Writing profiler output to profile-1515272310.68317.html
> dogbert@dogbert-VirtualBox ~/repos/rakudo $


[perl #131813] Segfault with --profile

2018-01-06 Thread Jan-Olof Hendig via RT
On Fri, 28 Jul 2017 15:52:53 -0700, timo wrote:
> It could be that the commit i just pushed to moarvm fixes this, please
> verify (the code doesn't crash with the patch)

Seems to work properly:

dogbert@dogbert-VirtualBox ~/repos/rakudo $ ./perl6 -v
This is Rakudo version 2017.12-124-g6a6470f9d built on MoarVM version 
2017.12-20-g57103408
implementing Perl 6.c.
dogbert@dogbert-VirtualBox ~/repos/rakudo $ ./perl6 --profile -e 'my @a = 
(^1)>>.Str'
Writing profiler output to profile-1515272304.87249.html
dogbert@dogbert-VirtualBox ~/repos/rakudo $ ./perl6 --profile -e 'my @a = 
(^25000)>>.Str'
Writing profiler output to profile-1515272310.68317.html
dogbert@dogbert-VirtualBox ~/repos/rakudo $ 


Re: [perl #131813] Segfault with --profile

2017-07-28 Thread Timo Paulssen via RT
It could be that the commit i just pushed to moarvm fixes this, please
verify (the code doesn't crash with the patch)


Re: [perl #131813] Segfault with --profile

2017-07-28 Thread Timo Paulssen
It could be that the commit i just pushed to moarvm fixes this, please
verify (the code doesn't crash with the patch)


[perl #131813] Segfault with --profile

2017-07-28 Thread via RT
# New Ticket Created by  Elizabeth Mattijsen 
# Please include the string:  [perl #131813]
# in the subject line of all future correspondence about this issue. 
# https://rt.perl.org/Ticket/Display.html?id=131813 >




$ perl6 —ll-exception -e 'my @a = (^1)>>.Str' segfaults,

$ perl6 —ll-exception -e 'my @a = (^1000)>>.Str’ doesn’t


testing with some values, it looks like any value beyond 9700 makes it almost 
always crash.  Just below that it only crashes occasionally.

This is Rakudo version 2017.07-84-gc1e41f9 built on MoarVM version 
2017.07-253-g82c282e