> On 14 Mar 2015, at 23:19, Tom Browder <tom.brow...@gmail.com> wrote:
> 
> I am trying to convert a fairly simple Perl 5 program and supporting
> modules to Perl 6 and making slow progress.
> 
> Executing 'perl6 -v':
> 
>  This is perl6 version 2015.02-247-gab55cb7 built on MoarVM version
> 2015.02-25-g3d0404a
> 
> I am trying to get something equivalent to Carp to show me the exact
> failure in my code but I haven't found out how yet.
> 
> At the moment I am executing my program like this:
> 
>  perl6 --ll-exception <perl 6 prog>
> 
> expecting to see the complete call stack and source code lines, but I
> don't see my code at all.
> 
> Here is the result of my last execution:
> 
> <dump>
> juvat2:test$ test_ellipsoid.pl
> Unhandled exception: This type cannot unbox to a native integer
>   at <unknown>:1
> (/home/tbrowde/.rakudobrew/moar-nom/install/languages/perl6/runtime/CORE.setting.moarvm:print_exception:4294967295)
> from src/gen/m-CORE.setting:13775

Could you post the code of test_ellipsoid.pl for others to see (e.g. on 
gist.github.com)?  That would help in tracing the problem (which is causing you 
to not be informed of where the code has gone wrong).



Thank you,


Liz

Reply via email to