Advertisement
Guest User

Martin Kjeldsen

a guest
May 13th, 2011
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. perl build/gen_setting.pl src/core/NativeTypes.pm src/core/NQPMu.pm src/core/NQPCapture.pm src/core/IO.pm src/core/Regex.pm src/core/testing.pm > src/stage1/NQPCORE.setting
  2. /usr/local/bin/parrot --library=src/stage0 src/stage0/nqp.pbc \
  3. --target=pir --output=src/stage1/gen/NQPCORE.setting.pir \
  4. --module-path=src/stage1 --setting=NULL src/stage1/NQPCORE.setting
  5. src/gc/gc_gms.c:2293: failed assertion 'Dead object found!'
  6. Backtrace - Obtained 32 stack frames (max trace depth is 32).
  7. 0 libparrot.dylib 0x000000010004c534 Parrot_print_backtrace + 52
  8. 1 libparrot.dylib 0x000000010004c656 Parrot_confess + 70
  9. 2 libparrot.dylib 0x000000010005a27f gc_gms_validate_pmc + 111
  10. 3 libparrot.dylib 0x0000000100060986 Parrot_hash_mark + 438
  11. 4 libparrot.dylib 0x00000001000f5dc6 Parrot_FixedPMCArray_mark + 86
  12. 5 libparrot.dylib 0x00000001000f5dc6 Parrot_FixedPMCArray_mark + 86
  13. 6 libparrot.dylib 0x00000001000e99bc Parrot_Capture_mark + 76
  14. 7 libparrot.dylib 0x00000001000f5dc6 Parrot_FixedPMCArray_mark + 86
  15. 8 nqp_ops.bundle 0x000000010159baed gc_mark + 205
  16. 9 nqp_ops.bundle 0x000000010159baed gc_mark + 205
  17. 10 libparrot.dylib 0x00000001000e197b Parrot_CallContext_mark + 955
  18. 11 libparrot.dylib 0x00000001000e1753 Parrot_CallContext_mark + 403
  19. 12 libparrot.dylib 0x00000001000e1753 Parrot_CallContext_mark + 403
  20. 13 libparrot.dylib 0x00000001000e1753 Parrot_CallContext_mark + 403
  21. 14 libparrot.dylib 0x00000001000e1753 Parrot_CallContext_mark + 403
  22. 15 libparrot.dylib 0x00000001000e1753 Parrot_CallContext_mark + 403
  23. 16 libparrot.dylib 0x00000001000e1753 Parrot_CallContext_mark + 403
  24. 17 libparrot.dylib 0x00000001000e1753 Parrot_CallContext_mark + 403
  25. 18 libparrot.dylib 0x00000001000e1753 Parrot_CallContext_mark + 403
  26. 19 libparrot.dylib 0x00000001000e1753 Parrot_CallContext_mark + 403
  27. 20 libparrot.dylib 0x00000001000e1753 Parrot_CallContext_mark + 403
  28. 21 libparrot.dylib 0x00000001000e1753 Parrot_CallContext_mark + 403
  29. 22 libparrot.dylib 0x00000001000e1753 Parrot_CallContext_mark + 403
  30. 23 libparrot.dylib 0x00000001000e1753 Parrot_CallContext_mark + 403
  31. 24 libparrot.dylib 0x00000001000e1753 Parrot_CallContext_mark + 403
  32. 25 libparrot.dylib 0x00000001000e1753 Parrot_CallContext_mark + 403
  33. 26 libparrot.dylib 0x00000001000e1753 Parrot_CallContext_mark + 403
  34. 27 libparrot.dylib 0x00000001000e1753 Parrot_CallContext_mark + 403
  35. 28 libparrot.dylib 0x00000001000e1753 Parrot_CallContext_mark + 403
  36. 29 libparrot.dylib 0x00000001000e1753 Parrot_CallContext_mark + 403
  37. 30 libparrot.dylib 0x00000001000a7539 Parrot_Sub_mark + 185
  38. 31 libparrot.dylib 0x000000010008ba8b find_const_iter + 299
  39. Attempting to get PIR backtrace. No guarantees. Here goes...
  40. current instr.: 'nqp;Regex;Cursor;!protoregex' pc 3903 (src/stage0/Regex-s0.pir:1590)
  41. gmake: *** [src/stage1/NQPCORE.setting.pbc] Abort trap
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement