Skip to content

Instantly share code, notes, and snippets.

@FROGGS

FROGGS/jsoff Secret

Created April 19, 2015 19:31
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 FROGGS/c6d637b32e4665ec3882 to your computer and use it in GitHub Desktop.
Save FROGGS/c6d637b32e4665ec3882 to your computer and use it in GitHub Desktop.
==> Testing Acme::Meow
t/00-load.t .. ok
t/01-fun.t ... ok
All tests successful.
Files=2, Tests=7, 21 wallclock secs ( 0.02 usr 0.01 sys + 1.82 cusr 0.18 csys = 2.03 CPU)
Result: PASS
==> Installing Acme::Meow
16286 install /home/froggs/dev/nqp/install/share/perl6/site
16286 serialize /home/froggs/dev/nqp/install/share/perl6/site
Program received signal SIGSEGV, Segmentation fault.
serialize_object (tc=tc@entry=0x6036c0, writer=writer@entry=0x45838e0, obj=0x0) at src/6model/serialization.c:1055
1055 get_stable_ref_info(tc, writer, STABLE(obj), &sc, &sc_idx);
(gdb) bt full
#0 serialize_object (tc=tc@entry=0x6036c0, writer=writer@entry=0x45838e0, obj=0x0) at src/6model/serialization.c:1055
offset = <optimized out>
sc = 1
sc_idx = 164
packed = <optimized out>
#1 0x00007ffff798ca6b in serialize (writer=0x45838e0, tc=0x6036c0) at src/6model/serialization.c:1235
stables_todo = 0
objects_todo = 401
contexts_todo = 0
work_todo = <optimized out>
#2 MVM_serialization_serialize (tc=0x6036c0, sc=<optimized out>, empty_string_heap=<optimized out>) at src/6model/serialization.c:1298
writer = 0x6036c0
result = 0x0
sc_elems = <optimized out>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment