----- Original Message ----

> From: Christoph Bussenius <perl6-bugs-follo...@perl.org>
> 
> Hi,
> 
> this produces a segfault with the current rakudo version
> (0220cc22acefd5567c03b562eab3dd06fe53e6d8)
> 
> ./perl6 -e 'say 4.HOW.HOW'

Various things seem to generate segfaults:

  rakudo  $ ./perl6 -e 'say 4.^can(int)'
  
Segmentation fault
  
rakudo  $ ./perl6 -e 'say 4.^can(Int)'
   # no output

 
Cheers,
Ovid
--
Buy the book         - http://www.oreilly.com/catalog/perlhks/
Tech blog            - http://use.perl.org/~Ovid/journal/
Twitter              - http://twitter.com/OvidPerl
Official Perl 6 Wiki - http://www.perlfoundation.org/perl6

Reply via email to