rakudo-debugger icon indicating copy to clipboard operation
rakudo-debugger copied to clipboard

missing module causes obscure error

Open xenoterracide opened this issue 10 years ago • 0 comments

this error seems to have been caused by it looking for Annotated which no longer exists, the error is pretty obscure.

p6-annotations  % perl6-debug-m t/persistence.t                                                                                                                       slave-vi
>>> LOADING t/persistence.t
>>> LOADING /home/xenoterracide/dev/p6/p6-annotations/lib/Annotation/Persistence.pm6
Unhandled exception: ctxlexpad needs an MVMContext
   at src/gen/m-CORE.setting:9907  (/home/xenoterracide/rakudo/install/languages/perl6/runtime/CORE.setting.moarvm::33)
 from src/gen/m-CORE.setting:9971  (/home/xenoterracide/rakudo/install/languages/perl6/runtime/CORE.setting.moarvm:at_key:96)
 from src/gen/m-CORE.setting:2655  (/home/xenoterracide/rakudo/install/languages/perl6/runtime/CORE.setting.moarvm:postcircumfix:<{ }>:34)
 from lib/Debugger/UI/CommandLine.pm:734  (/home/xenoterracide/rakudo/install/languages/perl6/site/lib/Debugger/UI/CommandLine.moarvm::65)
 from src/gen/m-CORE.setting:7736  (/home/xenoterracide/rakudo/install/languages/perl6/runtime/CORE.setting.moarvm::667)
 from src/gen/m-CORE.setting:7659  (/home/xenoterracide/rakudo/install/languages/perl6/runtime/CORE.setting.moarvm:reify:4294967295)
 from src/gen/m-CORE.setting:7572  (/home/xenoterracide/rakudo/install/languages/perl6/runtime/CORE.setting.moarvm::334)
 from src/gen/m-CORE.setting:7544  (/home/xenoterracide/rakudo/install/languages/perl6/runtime/CORE.setting.moarvm:reify:4294967295)
 from src/gen/m-CORE.setting:8084  (/home/xenoterracide/rakudo/install/languages/perl6/runtime/CORE.setting.moarvm:gimme:209)
 from src/gen/m-CORE.setting:8546  (/home/xenoterracide/rakudo/install/languages/perl6/runtime/CORE.setting.moarvm:sink:38)
 from lib/Debugger/UI/CommandLine.pm:728  (/home/xenoterracide/rakudo/install/languages/perl6/site/lib/Debugger/UI/CommandLine.moarvm:unhandled:158)
 from lib/Debugger/UI/CommandLine.pm:719  (/home/xenoterracide/rakudo/install/languages/perl6/site/lib/Debugger/UI/CommandLine.moarvm::30)
 from src/gen/m-Metamodel.nqp:3063  (/home/xenoterracide/rakudo/install/languages/nqp/lib/Perl6/Metamodel.moarvm:enter:28)
 from src/gen/m-CORE.setting:3276  (/home/xenoterracide/rakudo/install/languages/perl6/runtime/CORE.setting.moarvm:postcircumfix:<( )>:50)
 from src/gen/m-BOOTSTRAP.nqp:2588  (/home/xenoterracide/rakudo/install/languages/nqp/lib/Perl6/BOOTSTRAP.moarvm::89)
 from gen/moar/stage2/NQPHLL.nqp:1238  (/home/xenoterracide/rakudo/install/languages/nqp/lib/NQPHLL.moarvm:command_eval:361)
 from src/Perl6/Compiler.nqp:17  (/home/xenoterracide/rakudo/install/languages/nqp/lib/Perl6/Compiler.moarvm:command_eval:116)
 from gen/moar/stage2/NQPHLL.nqp:1179  (/home/xenoterracide/rakudo/install/languages/nqp/lib/NQPHLL.moarvm:command_line:115)
 from src/gen/m-perl6-debug.nqp:497  (/home/xenoterracide/rakudo/install/languages/perl6/runtime/perl6-debug.moarvm:MAIN:190)
 from src/gen/m-perl6-debug.nqp:440  (/home/xenoterracide/rakudo/install/languages/perl6/runtime/perl6-debug.moarvm::68)
 from <unknown>:1  (/home/xenoterracide/rakudo/install/languages/perl6/runtime/perl6-debug.moarvm::8)
 from <unknown>:1  (/home/xenoterracide/rakudo/install/languages/perl6/runtime/perl6-debug.moarvm::9)

xenoterracide avatar Jun 21 '14 00:06 xenoterracide