# New Ticket Created by  publiustemp-perl6interna...@yahoo.com 
# Please include the string:  [perl #62364]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62364 >


I tried to implement "plan *" for 'no_plan' and this is the minimal test case:

perl6 $ perl6 -e 'my $plan = *; say $plan.isa(Whatever)'
Method 'isa' not found for invocant of class 'Whatever'
current instr.: '_block14' pc 90 (EVAL_17:45)
called from Sub '!UNIT_START' pc 17255 (src/builtins/guts.pir:321)
called from Sub 'parrot;PCT;HLLCompiler;eval' pc 950 
(src/PCT/HLLCompiler.pir:527)
called from Sub 'parrot;PCT;HLLCompiler;command_line' pc 1496 
(src/PCT/HLLCompiler.pir:787)
called from Sub 'parrot;Perl6;Compiler;main' pc 21046 (perl6.pir:158)
perl6(54827) malloc: *** error for object 0x3067290: double free
*** set a breakpoint in malloc_error_break to debug
Segmentation fault

Revision: 35551
$ uname -a
Darwin curtis-poes-computer-3.local 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 
24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386

 
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