You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since commit f9b65a9, building is successful but doing anything with moarvm gives the following error:
Unhandled exception: Unable to allocate an array of 8 elements
at :1 (src/vm/moar/stage0/ModuleLoader.moarvm:)
from :1 (src/vm/moar/stage0/ModuleLoader.moarvm:<dependencies+deserialize>)
from :1 (src/vm/moar/stage0/nqp.moarvm:<dependencies+deserialize>)
I'm using the build executables provided by Strawberry Perl. An example operation that shows the problem is running Configure.pl in a NQP project and using --with-moar to reference the built moarvm. This problem does not occur on Linux.
The text was updated successfully, but these errors were encountered:
Since commit f9b65a9, building is successful but doing anything with moarvm gives the following error:
Unhandled exception: Unable to allocate an array of 8 elements
at :1 (src/vm/moar/stage0/ModuleLoader.moarvm:)
from :1 (src/vm/moar/stage0/ModuleLoader.moarvm:<dependencies+deserialize>)
from :1 (src/vm/moar/stage0/nqp.moarvm:<dependencies+deserialize>)
I'm using the build executables provided by Strawberry Perl. An example operation that shows the problem is running Configure.pl in a NQP project and using
--with-moarto reference the built moarvm. This problem does not occur on Linux.The text was updated successfully, but these errors were encountered: