Skip to content

Instantly share code, notes, and snippets.

@cjfields
Created August 21, 2014 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjfields/4ced0ba97eabbf82dfce to your computer and use it in GitHub Desktop.
Save cjfields/4ced0ba97eabbf82dfce to your computer and use it in GitHub Desktop.
perl6 malloc
The following step can take a long time, please be patient.
/Users/cjfields/src/rakudo/install/bin/moar --libpath="/Users/cjfields/src/rakudo/install/languages/nqp/lib" perl6.moarvm --setting=NULL --ll-exception --optimize=3 --target=mbc --stagestats --output=CORE.setting.moarvm src/gen/m-CORE.setting
Stage start : 0.000
Stage parse : moar(82153,0x7fff7c7e6310) malloc: *** error for object 0x7fa0f015ce40: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
make: *** [CORE.setting.moarvm] Abort trap: 6
make: write error
[cjfields@cjfields-lp rakudo ((c0d8643...)|BISECTING)]$ git bisect bad
c0d86438a04d94a866cd98d9ca6cd5abe0920b02 is the first bad commit
commit c0d86438a04d94a866cd98d9ca6cd5abe0920b02
Author: TimToady <larry@wall.org>
Date: Thu Aug 21 02:04:10 2014 -0700
pessimize .infinite X args more consistently
:040000 040000 a44f2e0454e5ba48c0d6437e491104acdd68da7e afc25a747623443f1611a09b6e56abbe4a867178 M src
[cjfields@cjfields-lp rakudo ((c0d8643...)|BISECTING)]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment