[perl #76996] Segfault on hyper-dot, trivial example

2011-10-07 Thread Will Coleda via RT
On Wed Aug 04 12:19:18 2010, ajs wrote: > This command was a mistake. I actually meant to sort the list, not sort each > element. However the segfault is still a problem: > > $ ./perl6 -e 'say 1.^methods>>.sort' > Segmentation fault > segfault is now gone (tests needed) $ ./perl6 -e 'say 1.^me

[perl #76996] Segfault on hyper-dot, trivial example

2010-08-04 Thread via RT
# New Ticket Created by Aaron Sherman # Please include the string: [perl #76996] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76996 > This command was a mistake. I actually meant to sort the list, not sort each element. H