Skip to content

Instantly share code, notes, and snippets.

@Tux
Created February 10, 2015 07:57
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 Tux/79249758ad2a5ae78984 to your computer and use it in GitHub Desktop.
Save Tux/79249758ad2a5ae78984 to your computer and use it in GitHub Desktop.
ok 110 - string
# @78 ‹,1,1,1.4,1.4," - 1,4",1+2=3,"'' ain''t it great ''","'"foo'"! said the `bär","the ~ in '"0 \0 this l''ne is \r ; or '"'''""›
not ok 111 - parse
==21471== Invalid read of size 1
==21471== at 0x4FC4395: MVM_string_concatenate (in /pro/3gl/CPAN/rakudobrew/moar-nom/install/lib/libmoar.so)
==21471== by 0xD6EF0D5: ???
==21471== by 0x4FC1483: MVM_jit_enter_code (in /pro/3gl/CPAN/rakudobrew/moar-nom/install/lib/libmoar.so)
==21471== by 0x4F62701: MVM_interp_run (in /pro/3gl/CPAN/rakudobrew/moar-nom/install/lib/libmoar.so)
==21471== by 0x4FD5E6E: MVM_vm_run_file (in /pro/3gl/CPAN/rakudobrew/moar-nom/install/lib/libmoar.so)
==21471== by 0x400F39: main (in /pro/3gl/CPAN/rakudobrew/moar-nom/install/bin/moar)
==21471== Address 0x4 is not stack'd, malloc'd or (recently) free'd
==21471==
==21471==
==21471== Process terminating with default action of signal 11 (SIGSEGV)
==21471== Access not within mapped region at address 0x4
==21471== at 0x4FC4395: MVM_string_concatenate (in /pro/3gl/CPAN/rakudobrew/moar-nom/install/lib/libmoar.so)
==21471== by 0xD6EF0D5: ???
==21471== by 0x4FC1483: MVM_jit_enter_code (in /pro/3gl/CPAN/rakudobrew/moar-nom/install/lib/libmoar.so)
==21471== by 0x4F62701: MVM_interp_run (in /pro/3gl/CPAN/rakudobrew/moar-nom/install/lib/libmoar.so)
==21471== by 0x4FD5E6E: MVM_vm_run_file (in /pro/3gl/CPAN/rakudobrew/moar-nom/install/lib/libmoar.so)
==21471== by 0x400F39: main (in /pro/3gl/CPAN/rakudobrew/moar-nom/install/bin/moar)
==21471== If you believe this happened as a result of a stack
==21471== overflow in your program's main thread (unlikely but
==21471== possible), you can try to increase the size of the
==21471== main thread stack using the --main-stacksize= flag.
==21471== The main thread stack size used in this run was 8388608.
==21471==
==21471== HEAP SUMMARY:
==21471== in use at exit: 140,033,751 bytes in 382,153 blocks
==21471== total heap usage: 1,147,148 allocs, 764,995 frees, 489,077,577 bytes allocated
==21471==
==21471== LEAK SUMMARY:
==21471== definitely lost: 1,949,891 bytes in 60,475 blocks
==21471== indirectly lost: 289,498 bytes in 11,519 blocks
==21471== possibly lost: 636 bytes in 7 blocks
==21471== still reachable: 137,793,726 bytes in 310,152 blocks
==21471== suppressed: 0 bytes in 0 blocks
==21471== Rerun with --leak-check=full to see details of leaked memory
==21471==
==21471== For counts of detected and suppressed errors, rerun with: -v
==21471== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 1 from 1)
Segmentation fault
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment