(gdb) run Starting program: /Users/andreas/ferret/exp/c/testall Reading symbols for shared libraries . done test_test : .SUCCESS test_global : .SUCCESS test_except : ....SUCCESS test_array : ....SUCCESS test_hash : .......SUCCESS test_hashset : ....SUCCESS test_bitvector : .........SUCCESS test_priorityqueue : ....SUCCESS test_helper : ...SUCCESS test_mem_pool : ...SUCCESS test_fs_store : ................SUCCESS test_ram_store : .................SUCCESS test_compound_io : ....SUCCESS test_fields : .......SUCCESS test_segments : ...SUCCESS test_document : ....SUCCESS test_analysis : .............SUCCESS test_term : ....SUCCESS test_term_vectors : ...SUCCESS test_similarity : .SUCCESS test_term_doc_enum : ..SUCCESS test_index : ..........................| Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0xc0000040 0x00021708 in ste_set_field (te=0xa000ed98, field_num=0) at src/index.c:1416 1416 SegmentTermIndex *sti = h_get_int(STE(te)->sfi->field_dict, field_num); (gdb) backtrace #0 0x00021708 in ste_set_field (te=0xa000ed98, field_num=0) at src/index.c:1416 #1 0x00022b40 in tir_get_ti_field (tir=0x556730, field_num=0, term=0x55cf10 "skip") at src/index.c:1835 #2 0x000238e8 in stde_seek (tde=0x55cf20, field_num=0, term=0x55cf10 "skip") at src/index.c:2073 #3 0x00024a00 in mtde_get_tde_i (mtde=0x55ceb0, i=0) at src/index.c:2422 #4 0x00025120 in mtde_skip_to (tde=0x55ceb0, target_doc_num=3) at src/index.c:2539 #5 0x0002519c in mtde_skip_to (tde=0x557d00, target_doc_num=255) at src/index.c:2545 #6 0x0007c764 in test_ir_term_docpos_enum_skip_to (tc=0xbffff97c, tde=0x557d00, field_num=6) at test/test_index.c:1193 #7 0x0007d74c in test_ir_term_doc_enum (tc=0xbffff97c, data=0x556a40) at test/test_index.c:1322 #8 0x000563bc in tst_run_test_with_name (ts=0x500150, f=0x7cf5c , value=0x556a40, func_name=0xd2798 "test_multi_ext_term_doc_enum") at test/test.c:212 #9 0x0008194c in ts_index (suite=0x500150) at test/test_index.c:1897 #10 0x0005824c in main (argc=1, argv=0xbffffb3c) at test/test.c:772