Skip to content

Instantly share code, notes, and snippets.

@dogbert17
Created November 8, 2017 13: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 dogbert17/178c6c6c88438a0ac61c12075d9ac17c to your computer and use it in GitHub Desktop.
Save dogbert17/178c6c6c88438a0ac61c12075d9ac17c to your computer and use it in GitHub Desktop.
SEGV while running test 68 in t/spec/S17-supply/syntax.t
ok 66 - QUIT in whenever triggered without iterations sees correct outer (1)
ok 67 - QUIT in whenever triggered without iterations sees correct outer (2)
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb30feb40 (LWP 32618)]
0xb7bd7523 in HASH_ITER_NEXT_ITEM (cur_handle=0xabdb1897, bucket_tmp=0xb30fcf10) at 3rdparty/uthash.h:561
561 return ELMT_FROM_HH(ht, cur_handle->hh_next);
(gdb) bt
#0 0xb7bd7523 in HASH_ITER_NEXT_ITEM (cur_handle=0xabdb1897, bucket_tmp=0xb30fcf10) at 3rdparty/uthash.h:561
#1 0xb7bd83e6 in gc_free (tc=0xb278bfd0, obj=0xac910fac) at src/6model/reprs/MVMHash.c:61
#2 0xb7bb4762 in MVM_gc_collect_free_nursery_uncopied (tc=0xb278bfd0, limit=0xac9659e4) at src/gc/collect.c:609
#3 0xb7baac68 in finish_gc (tc=0xacf6400, gen=0 '\000', is_coordinator=1 '\001') at src/gc/orchestrate.c:230
#4 0xb7bab0e9 in run_gc (tc=0xacf6400, what_to_do=0 '\000') at src/gc/orchestrate.c:373
#5 0xb7bab4c2 in MVM_gc_enter_from_allocator (tc=0xacf6400) at src/gc/orchestrate.c:486
#6 0xb7bab917 in MVM_gc_allocate_nursery (tc=0xacf6400, size=28) at src/gc/allocation.c:32
#7 0xb7bab82c in MVM_gc_allocate (tc=0xacf6400, size=28) at src/gc/allocation.h:13
#8 0xb7bab97f in MVM_gc_allocate_zeroed (tc=0xacf6400, size=28) at src/gc/allocation.c:49
#9 0xb7babc55 in MVM_gc_allocate_object (tc=0xacf6400, st=0x8556368) at src/gc/allocation.c:86
#10 0xb7bdc75a in allocate (tc=0xacf6400, st=0x8556368) at src/6model/reprs/P6opaque.c:60
#11 0xb7bcbf7a in MVM_repr_alloc_init (tc=0xacf6400, type=0x8557a28) at src/6model/reprconv.c:17
#12 0xb7bce3a5 in MVM_repr_box_int (tc=0xacf6400, type=0x8557a28, val=4000) at src/6model/reprconv.c:576
#13 0xb7bcfb6e in native_ref_fetch (tc=0xacf6400, cont=0xb08bb6cc, res=0xb070c2e0) at src/6model/containers.c:246
#14 0xb7b7c2f3 in MVM_interp_run (tc=0xacf6400, initial_invoke=0xb7b8ff04 <thread_initial_invoke>, invoke_data=0xa45aa30) at src/core/interp.c:5361
#15 0xb7b9003e in start_thread (data=0xa45aa30) at src/core/threads.c:85
#16 0xb7886f72 in start_thread (arg=0xb30feb40) at pthread_create.c:312
#17 0xb79d13ee in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment