thomasmoelhave / tpie

Templated Portable I/O Environment
Other
112 stars 24 forks source link

SEGFAULT on CTest #226

Closed federicodambrosio closed 6 years ago

federicodambrosio commented 7 years ago

After successfully compiling TPIE on a fresh install, I have run CTest which fails every test with a segmentation fault.

0% tests passed, 257 tests failed out of 257

Total Test time (real) =  40.83 sec

The following tests FAILED:
      1 - allocator_deque (SEGFAULT)
      2 - allocator_list (SEGFAULT)
      3 - ami_stream_basic (SEGFAULT)
      4 - ami_stream_truncate (SEGFAULT)
      5 - array_basic (SEGFAULT)
      6 - array_iterators (SEGFAULT)
      7 - array_unique_ptr (SEGFAULT)
      8 - array_memory (SEGFAULT)
      9 - array_bit_basic (SEGFAULT)
     10 - array_bit_iterators (SEGFAULT)
     11 - array_bit_memory (SEGFAULT)
     12 - array_copyempty (SEGFAULT)
     13 - array_arrayarray (SEGFAULT)
     14 - array_frontback (SEGFAULT)
     15 - array_swap (SEGFAULT)
     16 - array_allocator (SEGFAULT)
     17 - array_copy (SEGFAULT)
     18 - array_from_view (SEGFAULT)
     19 - array_assign (SEGFAULT)
     20 - block_collection_basic (SEGFAULT)
     21 - block_collection_erase (SEGFAULT)
     22 - block_collection_overwrite (SEGFAULT)
     23 - block_collection_cache_basic (SEGFAULT)
     24 - block_collection_cache_erase (SEGFAULT)
     25 - block_collection_cache_overwrite (SEGFAULT)
     26 - compressed_stream_basic (SEGFAULT)
     27 - compressed_stream_seek (SEGFAULT)
     28 - compressed_stream_seek_2 (SEGFAULT)
     29 - compressed_stream_reopen_1 (SEGFAULT)
     30 - compressed_stream_reopen_2 (SEGFAULT)
     31 - compressed_stream_read_seek (SEGFAULT)
     32 - compressed_stream_truncate (SEGFAULT)
     33 - compressed_stream_truncate_2 (SEGFAULT)
     34 - compressed_stream_position_0 (SEGFAULT)
     35 - compressed_stream_position_1 (SEGFAULT)
     36 - compressed_stream_position_2 (SEGFAULT)
     37 - compressed_stream_position_3 (SEGFAULT)
     38 - compressed_stream_position_4 (SEGFAULT)
     39 - compressed_stream_position_5 (SEGFAULT)
     40 - compressed_stream_position_6 (SEGFAULT)
     41 - compressed_stream_position_7 (SEGFAULT)
     42 - compressed_stream_position_8 (SEGFAULT)
     43 - compressed_stream_position_9 (SEGFAULT)
     44 - compressed_stream_position_seek (SEGFAULT)
     45 - compressed_stream_uncompressed (SEGFAULT)
     46 - compressed_stream_uncompressed_new (SEGFAULT)
     47 - compressed_stream_backwards (SEGFAULT)
     48 - compressed_stream_read_back_seek (SEGFAULT)
     49 - compressed_stream_read_back_seek_2 (SEGFAULT)
     50 - compressed_stream_read_back_throw (SEGFAULT)
     51 - compressed_stream_basic_u (SEGFAULT)
     52 - compressed_stream_seek_u (SEGFAULT)
     53 - compressed_stream_seek_2_u (SEGFAULT)
     54 - compressed_stream_reopen_1_u (SEGFAULT)
     55 - compressed_stream_reopen_2_u (SEGFAULT)
     56 - compressed_stream_read_seek_u (SEGFAULT)
     57 - compressed_stream_truncate_u (SEGFAULT)
     58 - compressed_stream_truncate_2_u (SEGFAULT)
     59 - compressed_stream_position_0_u (SEGFAULT)
     60 - compressed_stream_position_1_u (SEGFAULT)
     61 - compressed_stream_position_2_u (SEGFAULT)
     62 - compressed_stream_position_3_u (SEGFAULT)
     63 - compressed_stream_position_4_u (SEGFAULT)
     64 - compressed_stream_position_5_u (SEGFAULT)
     65 - compressed_stream_position_6_u (SEGFAULT)
     66 - compressed_stream_position_7_u (SEGFAULT)
     67 - compressed_stream_position_8_u (SEGFAULT)
     68 - compressed_stream_position_9_u (SEGFAULT)
     69 - compressed_stream_position_seek_u (SEGFAULT)
     70 - compressed_stream_uncompressed_u (SEGFAULT)
     71 - compressed_stream_uncompressed_new_u (SEGFAULT)
     72 - compressed_stream_backwards_u (SEGFAULT)
     73 - compressed_stream_read_back_seek_u (SEGFAULT)
     74 - compressed_stream_read_back_seek_2_u (SEGFAULT)
     75 - compressed_stream_read_back_throw_u (SEGFAULT)
     76 - compressed_stream_backwards_fs (SEGFAULT)
     77 - compressed_stream_odd_block_size (SEGFAULT)
     78 - compressed_stream_write_only (SEGFAULT)
     79 - compressed_stream_write_peek (SEGFAULT)
     80 - compressed_stream_lockstep_reverse (SEGFAULT)
     81 - btree_internal_augment (SEGFAULT)
     82 - btree_internal_basic (SEGFAULT)
     83 - btree_internal_build (SEGFAULT)
     84 - btree_internal_static (SEGFAULT)
     85 - btree_internal_unordered (SEGFAULT)
     86 - btree_internal_bound (SEGFAULT)
     87 - btree_internal_iterator (SEGFAULT)
     88 - btree_internal_key_and_compare (SEGFAULT)
     89 - btree_external_augment (SEGFAULT)
     90 - btree_external_basic (SEGFAULT)
     91 - btree_external_bound (SEGFAULT)
     92 - btree_external_build (SEGFAULT)
     93 - btree_external_iterator (SEGFAULT)
     94 - btree_external_key_and_compare (SEGFAULT)
     95 - btree_serialized_build (SEGFAULT)
     96 - disjoint_set_basic (SEGFAULT)
     97 - disjoint_set_memory (SEGFAULT)
     98 - external_priority_queue_basic (SEGFAULT)
     99 - external_priority_queue_parameters (SEGFAULT)
    100 - external_priority_queue_remove_group_buffer (SEGFAULT)
    101 - external_queue_basic (SEGFAULT)
    102 - external_queue_empty_size (SEGFAULT)
    103 - external_queue_sized (SEGFAULT)
    104 - external_queue_large (SEGFAULT)
    105 - external_sort_amismall (SEGFAULT)
    106 - external_sort_small (SEGFAULT)
    107 - external_sort_tiny (SEGFAULT)
    108 - external_stack_new (SEGFAULT)
    109 - external_stack_named-new (SEGFAULT)
    110 - external_stack_ami (SEGFAULT)
    111 - external_stack_named-ami (SEGFAULT)
    112 - external_stack_io (SEGFAULT)
    113 - file_count_basic (SEGFAULT)
    114 - filestream_memory (SEGFAULT)
    115 - freespace_collection_alloc (SEGFAULT)
    116 - freespace_collection_size (SEGFAULT)
    117 - hashmap_chaining (SEGFAULT)
    118 - hashmap_linear_probing (SEGFAULT)
    119 - hashmap_iterators (SEGFAULT)
    120 - hashmap_memory (SEGFAULT)
    121 - internal_priority_queue_basic (SEGFAULT)
    122 - internal_priority_queue_memory (SEGFAULT)
    123 - internal_queue_basic (SEGFAULT)
    124 - internal_queue_memory (SEGFAULT)
    125 - internal_stack_basic (SEGFAULT)
    126 - internal_stack_memory (SEGFAULT)
    127 - internal_vector_basic (SEGFAULT)
    128 - internal_vector_memory (SEGFAULT)
    129 - job_repeat (SEGFAULT)
    130 - memory_basic (SEGFAULT)
    131 - merge_sort_empty_input (SEGFAULT)
    132 - merge_sort_internal_report (SEGFAULT)
    133 - merge_sort_internal_report_after_resize (SEGFAULT)
    134 - merge_sort_one_run_external_report (SEGFAULT)
    135 - merge_sort_external_report (SEGFAULT)
    136 - merge_sort_small_final_fanout (SEGFAULT)
    137 - merge_sort_evacuate_before_merge (SEGFAULT)
    138 - merge_sort_evacuate_before_report (SEGFAULT)
    139 - merge_sort_sort_upper_bound (SEGFAULT)
    140 - merge_sort_sort_faulty_upper_bound (SEGFAULT)
    141 - merge_sort_temp_file_usage (SEGFAULT)
    142 - merge_sort_tall_tree (SEGFAULT)
    143 - packed_array_basic1 (SEGFAULT)
    144 - packed_array_basic2 (SEGFAULT)
    145 - packed_array_basic4 (SEGFAULT)
    146 - parallel_sort_basic1 (SEGFAULT)
    147 - parallel_sort_basic2 (SEGFAULT)
    148 - parallel_sort_general (SEGFAULT)
    149 - parallel_sort_equal_elements (SEGFAULT)
    150 - parallel_sort_bad_case (SEGFAULT)
    151 - serialization_unsafe (SEGFAULT)
    152 - serialization_safe (SEGFAULT)
    153 - serialization_serialization2 (SEGFAULT)
    154 - serialization_stream (SEGFAULT)
    155 - serialization_stream_dtor (SEGFAULT)
    156 - serialization_stream_reopen (SEGFAULT)
    157 - serialization_stream_reverse (SEGFAULT)
    158 - serialization_stream_temp (SEGFAULT)
    159 - serialization_sort_empty_input (SEGFAULT)
    160 - serialization_sort_internal_report (SEGFAULT)
    161 - serialization_sort_internal_report_after_resize (SEGFAULT)
    162 - serialization_sort_one_run_external_report (SEGFAULT)
    163 - serialization_sort_external_report (SEGFAULT)
    164 - serialization_sort_small_final_fanout (SEGFAULT)
    165 - serialization_sort_evacuate_before_merge (SEGFAULT)
    166 - serialization_sort_evacuate_before_report (SEGFAULT)
    167 - serialization_sort_file_limit (SEGFAULT)
    168 - stats_simple (SEGFAULT)
    169 - stream_basic (SEGFAULT)
    170 - stream_array (SEGFAULT)
    171 - stream_array_compressed (SEGFAULT)
    172 - stream_odd (SEGFAULT)
    173 - stream_odd_compressed (SEGFAULT)
    174 - stream_reopen (SEGFAULT)
    175 - stream_truncate (SEGFAULT)
    176 - stream_extend (SEGFAULT)
    177 - stream_backwards (SEGFAULT)
    178 - stream_array_file (SEGFAULT)
    179 - stream_odd_file (SEGFAULT)
    180 - stream_truncate_file (SEGFAULT)
    181 - stream_extend_file (SEGFAULT)
    182 - stream_backwards_file (SEGFAULT)
    183 - stream_user_data (SEGFAULT)
    184 - stream_user_data_file (SEGFAULT)
    185 - stream_peek_skip_1 (SEGFAULT)
    186 - stream_peek_skip_2 (SEGFAULT)
    187 - stream_backwards_compressed (SEGFAULT)
    188 - stream_extend_compressed (SEGFAULT)
    189 - stream_truncate_compressed (SEGFAULT)
    190 - stream_user_data_compressed (SEGFAULT)
    191 - stream_exception_basic (SEGFAULT)
    192 - pipelining_vector (SEGFAULT)
    193 - pipelining_filestream (SEGFAULT)
    194 - pipelining_fspull (SEGFAULT)
    195 - pipelining_merge (SEGFAULT)
    196 - pipelining_reverse (SEGFAULT)
    197 - pipelining_internal_reverse (SEGFAULT)
    198 - pipelining_passive_reverse (SEGFAULT)
    199 - pipelining_internal_passive_reverse (SEGFAULT)
    200 - pipelining_sort (SEGFAULT)
    201 - pipelining_sorttrivial (SEGFAULT)
    202 - pipelining_operators (SEGFAULT)
    203 - pipelining_uniq (SEGFAULT)
    204 - pipelining_memory (SEGFAULT)
    205 - pipelining_fork (SEGFAULT)
    206 - pipelining_merger_memory (SEGFAULT)
    207 - pipelining_bound_fetch_forward (SEGFAULT)
    208 - pipelining_fetch_forward (SEGFAULT)
    209 - pipelining_forward_multiple_pipelines (SEGFAULT)
    210 - pipelining_forward_unique_ptr (SEGFAULT)
    211 - pipelining_pipe_base_forward (SEGFAULT)
    212 - pipelining_virtual (SEGFAULT)
    213 - pipelining_virtual_cref_item_type (SEGFAULT)
    214 - pipelining_virtual_fork (SEGFAULT)
    215 - pipelining_prepare (SEGFAULT)
    216 - pipelining_end_time (SEGFAULT)
    217 - pipelining_pull_iterator (SEGFAULT)
    218 - pipelining_push_iterator (SEGFAULT)
    219 - pipelining_parallel (SEGFAULT)
    220 - pipelining_parallel_ordered (SEGFAULT)
    221 - pipelining_parallel_multiple (SEGFAULT)
    222 - pipelining_parallel_own_buffer (SEGFAULT)
    223 - pipelining_parallel_push_in_end (SEGFAULT)
    224 - pipelining_node_map (SEGFAULT)
    225 - pipelining_join (SEGFAULT)
    226 - pipelining_split (SEGFAULT)
    227 - pipelining_copy_ctor (SEGFAULT)
    228 - pipelining_datastructures (SEGFAULT)
    229 - pipelining_subpipeline (SEGFAULT)
    230 - pipelining_file_limit_sort (SEGFAULT)
    231 - pipelining_passive_virtual_management (SEGFAULT)
    232 - pipelining_join_split_dealloc (SEGFAULT)
    233 - pipelining_nodeset_dealloc (SEGFAULT)
    234 - pipelining_pipeline_dealloc (SEGFAULT)
    235 - pipelining_parallel_exception (SEGFAULT)
    236 - pipelining_runtime_evacuate (SEGFAULT)
    237 - pipelining_runtime_get_phase_graph (SEGFAULT)
    238 - pipelining_runtime_optimal_satisfiable_ordering (SEGFAULT)
    239 - pipelining_runtime_evacuate_phase_graph (SEGFAULT)
    240 - pipelining_serialization_basic (SEGFAULT)
    241 - pipelining_serialization_reverse (SEGFAULT)
    242 - pipelining_serialization_sort (SEGFAULT)
    243 - maybe_basic (SEGFAULT)
    244 - maybe_unique_ptr (SEGFAULT)
    245 - close_file_internal (SEGFAULT)
    246 - close_file_serialization_writer_close (SEGFAULT)
    247 - close_file_serialization_writer_dtor (SEGFAULT)
    248 - close_file_serialization_reader_dtor (SEGFAULT)
    249 - close_file_file_limit_enforcement (SEGFAULT)
    250 - node_name_gcc (SEGFAULT)
    251 - node_name_msvc (SEGFAULT)
    252 - snappy_basic (SEGFAULT)
    253 - tiny_sort (SEGFAULT)
    254 - tiny_set (SEGFAULT)
    255 - tiny_map (SEGFAULT)
    256 - tiny_multiset (SEGFAULT)
    257 - tiny_multimap (SEGFAULT)
Errors while running CTest
tyilo commented 7 years ago

What system are you on? What compiler are you using? Is it a release or debug build?

Also could you paste the output from running the tests on a debug build with CTEST_OUTPUT_ON_FAILURE=1 in your environment? This can be done with something like

export CTEST_OUTPUT_ON_FAILURE=1
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
make
make test
federicodambrosio commented 7 years ago

System: ubuntu 16.05 LTS Compiler: gcc 5.4.0 20160609 I've followed the instructions on: http://madalgo.au.dk/tpie/doc/master/setup.html

This is the full output of make test with CTEST_OUTPUT_ON_FAILURE=1:


Running tests...
Test project /home/federicodambrosio/tpie/build
        Start   1: allocator_deque
  1/257 Test   #1: allocator_deque ...................................***Exception: SegFault  0.10 sec
deque .................................................................. [    ]
Pushing 100 numbers of size 4 to a St5dequeIiN4tpie9allocatorIiEEE uses 576
deque .................................................................. [ ok ]

        Start   2: allocator_list
  2/257 Test   #2: allocator_list ....................................***Exception: SegFault  0.09 sec
list ................................................................... [    ]
Pushing 100 numbers of size 4 to a NSt7__cxx114listIiN4tpie9allocatorIiEEEE uses 2400
list ................................................................... [ ok ]

        Start   3: ami_stream_basic
  3/257 Test   #3: ami_stream_basic ..................................***Exception: SegFault  0.09 sec
basic .................................................................. [    ]

        Start   4: ami_stream_truncate
  4/257 Test   #4: ami_stream_truncate ...............................***Exception: SegFault  0.10 sec
truncate ............................................................... [    ]

        Start   5: array_basic
  5/257 Test   #5: array_basic .......................................***Exception: SegFault  0.09 sec
basic .................................................................. [ ok ]

        Start   6: array_iterators
  6/257 Test   #6: array_iterators ...................................***Exception: SegFault  0.09 sec
iterators .............................................................. [ ok ]

        Start   7: array_unique_ptr
  7/257 Test   #7: array_unique_ptr ..................................***Exception: SegFault  0.10 sec
unique_ptr ............................................................. [ ok ]

        Start   8: array_memory
  8/257 Test   #8: array_memory ......................................***Exception: SegFault  0.10 sec
memory ................................................................. [    ]
Resource memory limit exceeded by 4MiB (3%), while trying to increase usage by 128MiB. Limit is 128MiB, but 132MiB would be used.
memory ................................................................. [ ok ]

        Start   9: array_bit_basic
  9/257 Test   #9: array_bit_basic ...................................***Exception: SegFault  0.10 sec
bit_basic .............................................................. [ ok ]

        Start  10: array_bit_iterators
 10/257 Test  #10: array_bit_iterators ...............................***Exception: SegFault  0.09 sec
bit_iterators .......................................................... [ ok ]

        Start  11: array_bit_memory
 11/257 Test  #11: array_bit_memory ..................................***Exception: SegFault  0.09 sec
bit_memory ............................................................. [ ok ]

        Start  12: array_copyempty
 12/257 Test  #12: array_copyempty ...................................***Exception: SegFault  0.09 sec
copyempty .............................................................. [ ok ]

        Start  13: array_arrayarray
 13/257 Test  #13: array_arrayarray ..................................***Exception: SegFault  0.09 sec
arrayarray ............................................................. [ ok ]

        Start  14: array_frontback
 14/257 Test  #14: array_frontback ...................................***Exception: SegFault  0.10 sec
frontback .............................................................. [ ok ]

        Start  15: array_swap
 15/257 Test  #15: array_swap ........................................***Exception: SegFault  0.09 sec
swap ................................................................... [ ok ]

        Start  16: array_allocator
 16/257 Test  #16: array_allocator ...................................***Exception: SegFault  0.09 sec
allocator .............................................................. [ ok ]

        Start  17: array_copy
 17/257 Test  #17: array_copy ........................................***Exception: SegFault  0.09 sec
copy ................................................................... [ ok ]

        Start  18: array_from_view
 18/257 Test  #18: array_from_view ...................................***Exception: SegFault  0.10 sec
from_view .............................................................. [ ok ]

        Start  19: array_assign
 19/257 Test  #19: array_assign ......................................***Exception: SegFault  0.15 sec
assign ................................................................. [ ok ]

        Start  20: block_collection_basic
 20/257 Test  #20: block_collection_basic ............................***Exception: SegFault  0.09 sec
basic .................................................................. [    ]

        Start  21: block_collection_erase
 21/257 Test  #21: block_collection_erase ............................***Exception: SegFault  0.09 sec
erase .................................................................. [    ]

        Start  22: block_collection_overwrite
 22/257 Test  #22: block_collection_overwrite ........................***Exception: SegFault  0.09 sec
overwrite .............................................................. [    ]

        Start  23: block_collection_cache_basic
 23/257 Test  #23: block_collection_cache_basic ......................***Exception: SegFault  0.09 sec
basic .................................................................. [    ]

        Start  24: block_collection_cache_erase
 24/257 Test  #24: block_collection_cache_erase ......................***Exception: SegFault  0.09 sec
erase .................................................................. [    ]

        Start  25: block_collection_cache_overwrite
 25/257 Test  #25: block_collection_cache_overwrite ..................***Exception: SegFault  0.09 sec
overwrite .............................................................. [    ]

        Start  26: compressed_stream_basic
 26/257 Test  #26: compressed_stream_basic ...........................***Exception: SegFault  0.09 sec
basic .................................................................. [    ]

        Start  27: compressed_stream_seek
 27/257 Test  #27: compressed_stream_seek ............................***Exception: SegFault  0.09 sec
seek ................................................................... [    ]

        Start  28: compressed_stream_seek_2
 28/257 Test  #28: compressed_stream_seek_2 ..........................***Exception: SegFault  0.10 sec
seek_2 ................................................................. [    ]

        Start  29: compressed_stream_reopen_1
 29/257 Test  #29: compressed_stream_reopen_1 ........................***Exception: SegFault  0.10 sec
reopen_1 ............................................................... [    ]

        Start  30: compressed_stream_reopen_2
 30/257 Test  #30: compressed_stream_reopen_2 ........................***Exception: SegFault  0.09 sec
reopen_2 ............................................................... [    ]

        Start  31: compressed_stream_read_seek
 31/257 Test  #31: compressed_stream_read_seek .......................***Exception: SegFault  0.09 sec
read_seek .............................................................. [    ]

        Start  32: compressed_stream_truncate
 32/257 Test  #32: compressed_stream_truncate ........................***Exception: SegFault  0.09 sec
truncate ............................................................... [    ]

        Start  33: compressed_stream_truncate_2
 33/257 Test  #33: compressed_stream_truncate_2 ......................***Exception: SegFault  0.09 sec
truncate_2 ............................................................. [    ]

        Start  34: compressed_stream_position_0
 34/257 Test  #34: compressed_stream_position_0 ......................***Exception: SegFault  0.10 sec
position_0 ............................................................. [    ]

        Start  35: compressed_stream_position_1
 35/257 Test  #35: compressed_stream_position_1 ......................***Exception: SegFault  0.09 sec
position_1 ............................................................. [    ]

        Start  36: compressed_stream_position_2
 36/257 Test  #36: compressed_stream_position_2 ......................***Exception: SegFault  0.09 sec
position_2 ............................................................. [    ]

        Start  37: compressed_stream_position_3
 37/257 Test  #37: compressed_stream_position_3 ......................***Exception: SegFault  0.09 sec
position_3 ............................................................. [    ]

        Start  38: compressed_stream_position_4
 38/257 Test  #38: compressed_stream_position_4 ......................***Exception: SegFault  0.09 sec
position_4 ............................................................. [    ]

        Start  39: compressed_stream_position_5
 39/257 Test  #39: compressed_stream_position_5 ......................***Exception: SegFault  0.10 sec
position_5 ............................................................. [    ]

        Start  40: compressed_stream_position_6
 40/257 Test  #40: compressed_stream_position_6 ......................***Exception: SegFault  0.10 sec
position_6 ............................................................. [    ]

        Start  41: compressed_stream_position_7
 41/257 Test  #41: compressed_stream_position_7 ......................***Exception: SegFault  0.09 sec
position_7 ............................................................. [    ]

        Start  42: compressed_stream_position_8
 42/257 Test  #42: compressed_stream_position_8 ......................***Exception: SegFault  0.09 sec
position_8 ............................................................. [    ]

        Start  43: compressed_stream_position_9
 43/257 Test  #43: compressed_stream_position_9 ......................***Exception: SegFault  0.09 sec
position_9 ............................................................. [    ]

        Start  44: compressed_stream_position_seek
 44/257 Test  #44: compressed_stream_position_seek ...................***Exception: SegFault  0.10 sec
position_seek .......................................................... [    ]

        Start  45: compressed_stream_uncompressed
 45/257 Test  #45: compressed_stream_uncompressed ....................***Exception: SegFault  0.10 sec
uncompressed ........................................................... [    ]

        Start  46: compressed_stream_uncompressed_new
 46/257 Test  #46: compressed_stream_uncompressed_new ................***Exception: SegFault  0.09 sec
uncompressed_new ....................................................... [    ]

        Start  47: compressed_stream_backwards
 47/257 Test  #47: compressed_stream_backwards .......................***Exception: SegFault  0.10 sec
backwards .............................................................. [ ok ]

        Start  48: compressed_stream_read_back_seek
 48/257 Test  #48: compressed_stream_read_back_seek ..................***Exception: SegFault  0.13 sec
read_back_seek ......................................................... [    ]

        Start  49: compressed_stream_read_back_seek_2
 49/257 Test  #49: compressed_stream_read_back_seek_2 ................***Exception: SegFault  0.11 sec
read_back_seek_2 ....................................................... [    ]

        Start  50: compressed_stream_read_back_throw
 50/257 Test  #50: compressed_stream_read_back_throw .................***Exception: SegFault  0.10 sec
read_back_throw ........................................................ [    ]

        Start  51: compressed_stream_basic_u
 51/257 Test  #51: compressed_stream_basic_u .........................***Exception: SegFault  0.09 sec
basic_u ................................................................ [    ]

        Start  52: compressed_stream_seek_u
 52/257 Test  #52: compressed_stream_seek_u ..........................***Exception: SegFault  0.09 sec
seek_u ................................................................. [    ]

        Start  53: compressed_stream_seek_2_u
 53/257 Test  #53: compressed_stream_seek_2_u ........................***Exception: SegFault  0.09 sec
seek_2_u ............................................................... [    ]

        Start  54: compressed_stream_reopen_1_u
 54/257 Test  #54: compressed_stream_reopen_1_u ......................***Exception: SegFault  0.10 sec
reopen_1_u ............................................................. [    ]

        Start  55: compressed_stream_reopen_2_u
 55/257 Test  #55: compressed_stream_reopen_2_u ......................***Exception: SegFault  0.09 sec
reopen_2_u ............................................................. [    ]

        Start  56: compressed_stream_read_seek_u
 56/257 Test  #56: compressed_stream_read_seek_u .....................***Exception: SegFault  0.09 sec
read_seek_u ............................................................ [    ]

        Start  57: compressed_stream_truncate_u
 57/257 Test  #57: compressed_stream_truncate_u ......................***Exception: SegFault  0.09 sec
truncate_u ............................................................. [    ]

        Start  58: compressed_stream_truncate_2_u
 58/257 Test  #58: compressed_stream_truncate_2_u ....................***Exception: SegFault  0.09 sec
truncate_2_u ........................................................... [    ]

        Start  59: compressed_stream_position_0_u
 59/257 Test  #59: compressed_stream_position_0_u ....................***Exception: SegFault  0.10 sec
position_0_u ........................................................... [    ]

        Start  60: compressed_stream_position_1_u
 60/257 Test  #60: compressed_stream_position_1_u ....................***Exception: SegFault  0.10 sec
position_1_u ........................................................... [    ]

        Start  61: compressed_stream_position_2_u
 61/257 Test  #61: compressed_stream_position_2_u ....................***Exception: SegFault  0.09 sec
position_2_u ........................................................... [    ]

        Start  62: compressed_stream_position_3_u
 62/257 Test  #62: compressed_stream_position_3_u ....................***Exception: SegFault  0.09 sec
position_3_u ........................................................... [    ]

        Start  63: compressed_stream_position_4_u
 63/257 Test  #63: compressed_stream_position_4_u ....................***Exception: SegFault  0.09 sec
position_4_u ........................................................... [    ]

        Start  64: compressed_stream_position_5_u
 64/257 Test  #64: compressed_stream_position_5_u ....................***Exception: SegFault  0.09 sec
position_5_u ........................................................... [    ]

        Start  65: compressed_stream_position_6_u
 65/257 Test  #65: compressed_stream_position_6_u ....................***Exception: SegFault  0.09 sec
position_6_u ........................................................... [    ]

        Start  66: compressed_stream_position_7_u
 66/257 Test  #66: compressed_stream_position_7_u ....................***Exception: SegFault  0.09 sec
position_7_u ........................................................... [    ]

        Start  67: compressed_stream_position_8_u
 67/257 Test  #67: compressed_stream_position_8_u ....................***Exception: SegFault  0.10 sec
position_8_u ........................................................... [    ]

        Start  68: compressed_stream_position_9_u
 68/257 Test  #68: compressed_stream_position_9_u ....................***Exception: SegFault  0.09 sec
position_9_u ........................................................... [    ]

        Start  69: compressed_stream_position_seek_u
 69/257 Test  #69: compressed_stream_position_seek_u .................***Exception: SegFault  0.09 sec
position_seek_u ........................................................ [    ]

        Start  70: compressed_stream_uncompressed_u
 70/257 Test  #70: compressed_stream_uncompressed_u ..................***Exception: SegFault  0.10 sec
uncompressed_u ......................................................... [    ]

        Start  71: compressed_stream_uncompressed_new_u
 71/257 Test  #71: compressed_stream_uncompressed_new_u ..............***Exception: SegFault  0.10 sec
uncompressed_new_u ..................................................... [    ]

        Start  72: compressed_stream_backwards_u
 72/257 Test  #72: compressed_stream_backwards_u .....................***Exception: SegFault  0.09 sec
backwards_u ............................................................ [    ]

        Start  73: compressed_stream_read_back_seek_u
 73/257 Test  #73: compressed_stream_read_back_seek_u ................***Exception: SegFault  0.10 sec
read_back_seek_u ....................................................... [    ]

        Start  74: compressed_stream_read_back_seek_2_u
 74/257 Test  #74: compressed_stream_read_back_seek_2_u ..............***Exception: SegFault  0.10 sec
read_back_seek_2_u ..................................................... [    ]

        Start  75: compressed_stream_read_back_throw_u
 75/257 Test  #75: compressed_stream_read_back_throw_u ...............***Exception: SegFault  0.10 sec
read_back_throw_u ...................................................... [    ]

        Start  76: compressed_stream_backwards_fs
 76/257 Test  #76: compressed_stream_backwards_fs ....................***Exception: SegFault  0.13 sec
backwards_fs ........................................................... [    ]

        Start  77: compressed_stream_odd_block_size
 77/257 Test  #77: compressed_stream_odd_block_size ..................***Exception: SegFault  0.10 sec
odd_block_size ......................................................... [    ]

        Start  78: compressed_stream_write_only
 78/257 Test  #78: compressed_stream_write_only ......................***Exception: SegFault  0.10 sec
write_only ............................................................. [    ]

        Start  79: compressed_stream_write_peek
 79/257 Test  #79: compressed_stream_write_peek ......................***Exception: SegFault  0.10 sec
write_peek ............................................................. [    ]

        Start  80: compressed_stream_lockstep_reverse
 80/257 Test  #80: compressed_stream_lockstep_reverse ................***Exception: SegFault  0.10 sec
lockstep_reverse ....................................................... [    ]

        Start  81: btree_internal_augment
 81/257 Test  #81: btree_internal_augment ............................***Exception: SegFault  0.10 sec
internal_augment ....................................................... [ ok ]

        Start  82: btree_internal_basic
 82/257 Test  #82: btree_internal_basic ..............................***Exception: SegFault  0.09 sec
internal_basic ......................................................... [ ok ]

        Start  83: btree_internal_build
 83/257 Test  #83: btree_internal_build ..............................***Exception: SegFault  0.18 sec
internal_build ......................................................... [ ok ]

        Start  84: btree_internal_static
 84/257 Test  #84: btree_internal_static .............................***Exception: SegFault  0.17 sec
internal_static ........................................................ [ ok ]

        Start  85: btree_internal_unordered
 85/257 Test  #85: btree_internal_unordered ..........................***Exception: SegFault  0.13 sec
internal_unordered ..................................................... [ ok ]

        Start  86: btree_internal_bound
 86/257 Test  #86: btree_internal_bound ..............................***Exception: SegFault  0.14 sec
internal_bound ......................................................... [ ok ]

        Start  87: btree_internal_iterator
 87/257 Test  #87: btree_internal_iterator ...........................***Exception: SegFault  0.10 sec
internal_iterator ...................................................... [ ok ]

        Start  88: btree_internal_key_and_compare
 88/257 Test  #88: btree_internal_key_and_compare ....................***Exception: SegFault  0.11 sec
internal_key_and_compare ............................................... [ ok ]

        Start  89: btree_external_augment
 89/257 Test  #89: btree_external_augment ............................***Exception: SegFault  0.09 sec
external_augment ....................................................... [    ]

        Start  90: btree_external_basic
 90/257 Test  #90: btree_external_basic ..............................***Exception: SegFault  0.09 sec
external_basic ......................................................... [    ]

        Start  91: btree_external_bound
 91/257 Test  #91: btree_external_bound ..............................***Exception: SegFault  0.09 sec
external_bound ......................................................... [    ]

        Start  92: btree_external_build
 92/257 Test  #92: btree_external_build ..............................***Exception: SegFault  0.09 sec
external_build ......................................................... [    ]

        Start  93: btree_external_iterator
 93/257 Test  #93: btree_external_iterator ...........................***Exception: SegFault  0.09 sec
external_iterator ...................................................... [    ]

        Start  94: btree_external_key_and_compare
 94/257 Test  #94: btree_external_key_and_compare ....................***Exception: SegFault  0.09 sec
external_key_and_compare ............................................... [    ]

        Start  95: btree_serialized_build
 95/257 Test  #95: btree_serialized_build ............................***Exception: SegFault  0.09 sec
serialized_build ....................................................... [    ]

        Start  96: disjoint_set_basic
 96/257 Test  #96: disjoint_set_basic ................................***Exception: SegFault  0.10 sec
basic .................................................................. [ ok ]

        Start  97: disjoint_set_memory
 97/257 Test  #97: disjoint_set_memory ...............................***Exception: SegFault  0.09 sec
memory ................................................................. [ ok ]

        Start  98: external_priority_queue_basic
 98/257 Test  #98: external_priority_queue_basic .....................***Exception: SegFault  0.10 sec
basic .................................................................. [    ]

        Start  99: external_priority_queue_parameters
 99/257 Test  #99: external_priority_queue_parameters ................***Exception: SegFault  0.10 sec
parameters ............................................................. [    ]

        Start 100: external_priority_queue_remove_group_buffer
100/257 Test #100: external_priority_queue_remove_group_buffer .......***Exception: SegFault  0.09 sec
remove_group_buffer .................................................... [    ]

        Start 101: external_queue_basic
101/257 Test #101: external_queue_basic ..............................***Exception: SegFault  0.09 sec
basic .................................................................. [    ]

        Start 102: external_queue_empty_size
102/257 Test #102: external_queue_empty_size .........................***Exception: SegFault  0.09 sec
empty_size ............................................................. [    ]

        Start 103: external_queue_sized
103/257 Test #103: external_queue_sized ..............................***Exception: SegFault  0.09 sec
sized .................................................................. [    ]

        Start 104: external_queue_large
104/257 Test #104: external_queue_large ..............................***Exception: SegFault  0.09 sec
large .................................................................. [    ]

        Start 105: external_sort_amismall
105/257 Test #105: external_sort_amismall ............................***Exception: SegFault  0.09 sec
amismall ............................................................... [    ]

        Start 106: external_sort_small
106/257 Test #106: external_sort_small ...............................***Exception: SegFault  0.10 sec
small .................................................................. [    ]

        Start 107: external_sort_tiny
107/257 Test #107: external_sort_tiny ................................***Exception: SegFault  0.09 sec
tiny ................................................................... [    ]

        Start 108: external_stack_new
108/257 Test #108: external_stack_new ................................***Exception: SegFault  0.09 sec
new .................................................................... [    ]

        Start 109: external_stack_named-new
109/257 Test #109: external_stack_named-new ..........................***Exception: SegFault  0.10 sec
named-new .............................................................. [ ok ]

        Start 110: external_stack_ami
110/257 Test #110: external_stack_ami ................................***Exception: SegFault  0.10 sec
ami .................................................................... [    ]

        Start 111: external_stack_named-ami
111/257 Test #111: external_stack_named-ami ..........................***Exception: SegFault  0.10 sec
named-ami .............................................................. [ ok ]

        Start 112: external_stack_io
112/257 Test #112: external_stack_io .................................***Exception: SegFault  0.09 sec
io ..................................................................... [    ]

        Start 113: file_count_basic
113/257 Test #113: file_count_basic ..................................***Exception: SegFault  0.09 sec
basic .................................................................. [    ]

        Start 114: filestream_memory
114/257 Test #114: filestream_memory .................................***Exception: SegFault  0.21 sec
memory ................................................................. [ ok ]

        Start 115: freespace_collection_alloc
115/257 Test #115: freespace_collection_alloc ........................***Exception: SegFault  0.10 sec
alloc .................................................................. [    ]

        Start 116: freespace_collection_size
116/257 Test #116: freespace_collection_size .........................***Exception: SegFault  0.09 sec
size ................................................................... [    ]

        Start 117: hashmap_chaining
117/257 Test #117: hashmap_chaining ..................................***Exception: SegFault  0.09 sec
chaining ............................................................... [ ok ]

        Start 118: hashmap_linear_probing
118/257 Test #118: hashmap_linear_probing ............................***Exception: SegFault  0.10 sec
linear_probing ......................................................... [ ok ]

        Start 119: hashmap_iterators
119/257 Test #119: hashmap_iterators .................................***Exception: SegFault  0.10 sec
iterators .............................................................. [ ok ]

        Start 120: hashmap_memory
120/257 Test #120: hashmap_memory ....................................***Exception: SegFault  0.12 sec
memory ................................................................. [ ok ]

        Start 121: internal_priority_queue_basic
121/257 Test #121: internal_priority_queue_basic .....................***Exception: SegFault  0.61 sec
basic .................................................................. [ ok ]

        Start 122: internal_priority_queue_memory
122/257 Test #122: internal_priority_queue_memory ....................***Exception: SegFault  0.09 sec
memory ................................................................. [ ok ]

        Start 123: internal_queue_basic
123/257 Test #123: internal_queue_basic ..............................***Exception: SegFault  0.10 sec
basic .................................................................. [ ok ]

        Start 124: internal_queue_memory
124/257 Test #124: internal_queue_memory .............................***Exception: SegFault  0.10 sec
memory ................................................................. [ ok ]

        Start 125: internal_stack_basic
125/257 Test #125: internal_stack_basic ..............................***Exception: SegFault  0.10 sec
basic .................................................................. [ ok ]

        Start 126: internal_stack_memory
126/257 Test #126: internal_stack_memory .............................***Exception: SegFault  0.09 sec
memory ................................................................. [ ok ]

        Start 127: internal_vector_basic
127/257 Test #127: internal_vector_basic .............................***Exception: SegFault  0.10 sec
basic .................................................................. [ ok ]

        Start 128: internal_vector_memory
128/257 Test #128: internal_vector_memory ............................***Exception: SegFault  0.09 sec
memory ................................................................. [ ok ]

        Start 129: job_repeat
129/257 Test #129: job_repeat ........................................***Exception: SegFault  0.10 sec
repeat ................................................................. [    ]
Increased all 10 counters 10 times
repeat ................................................................. [ ok ]

        Start 130: memory_basic
130/257 Test #130: memory_basic ......................................***Exception: SegFault  0.10 sec
basic .................................................................. [ ok ]

        Start 131: merge_sort_empty_input
131/257 Test #131: merge_sort_empty_input ............................***Exception: SegFault  0.09 sec
empty_input ............................................................ [ ok ]

        Start 132: merge_sort_internal_report
132/257 Test #132: merge_sort_internal_report ........................***Exception: SegFault  7.62 sec
internal_report ........................................................ [ ok ]

        Start 133: merge_sort_internal_report_after_resize
133/257 Test #133: merge_sort_internal_report_after_resize ...........***Exception: SegFault  3.99 sec
internal_report_after_resize ........................................... [ ok ]

        Start 134: merge_sort_one_run_external_report
134/257 Test #134: merge_sort_one_run_external_report ................***Exception: SegFault  1.38 sec
one_run_external_report ................................................ [    ]

        Start 135: merge_sort_external_report
135/257 Test #135: merge_sort_external_report ........................***Exception: SegFault  2.87 sec
external_report ........................................................ [    ]

        Start 136: merge_sort_small_final_fanout
136/257 Test #136: merge_sort_small_final_fanout .....................***Exception: SegFault  0.11 sec
small_final_fanout ..................................................... [    ]

        Start 137: merge_sort_evacuate_before_merge
137/257 Test #137: merge_sort_evacuate_before_merge ..................***Exception: SegFault  1.52 sec
evacuate_before_merge .................................................. [    ]

        Start 138: merge_sort_evacuate_before_report
138/257 Test #138: merge_sort_evacuate_before_report .................***Exception: SegFault  2.72 sec
evacuate_before_report ................................................. [    ]

        Start 139: merge_sort_sort_upper_bound
139/257 Test #139: merge_sort_sort_upper_bound .......................***Exception: SegFault  2.38 sec
sort_upper_bound ....................................................... [ ok ]

        Start 140: merge_sort_sort_faulty_upper_bound
140/257 Test #140: merge_sort_sort_faulty_upper_bound ................***Exception: SegFault  2.32 sec
sort_faulty_upper_bound ................................................ [ ok ]

        Start 141: merge_sort_temp_file_usage
141/257 Test #141: merge_sort_temp_file_usage ........................***Exception: SegFault  0.33 sec
temp_file_usage ........................................................ [    ]

        Start 142: merge_sort_tall_tree
142/257 Test #142: merge_sort_tall_tree ..............................***Exception: SegFault  0.27 sec
tall_tree .............................................................. [    ]

        Start 143: packed_array_basic1
143/257 Test #143: packed_array_basic1 ...............................***Exception: SegFault  0.70 sec
basic1 ................................................................. [ ok ]

        Start 144: packed_array_basic2
144/257 Test #144: packed_array_basic2 ...............................***Exception: SegFault  0.71 sec
basic2 ................................................................. [ ok ]

        Start 145: packed_array_basic4
145/257 Test #145: packed_array_basic4 ...............................***Exception: SegFault  0.74 sec
basic4 ................................................................. [ ok ]

        Start 146: parallel_sort_basic1
146/257 Test #146: parallel_sort_basic1 ..............................***Exception: SegFault  2.07 sec
basic1 ................................................................. [    ]
Sort [==============================================================>                               ] 66% Parallel sort took 1532.26
Sort [==============================================================>                               ] 66% std::sort std::sort took 411.987
Sort [=============================================================================================>] 100% 
basic1 ................................................................. [ ok ]

        Start 147: parallel_sort_basic2
147/257 Test #147: parallel_sort_basic2 ..............................***Exception: SegFault  0.11 sec
basic2 ................................................................. [    ]
Sort [==============================================================>                               ] 66% Parallel sort took 0.255108
Sort [==============================================================>                               ] 66% std::sort std::sort took 0.009906
Sort [=============================================================================================>] 100% 
basic2 ................................................................. [ ok ]

        Start 148: parallel_sort_general
148/257 Test #148: parallel_sort_general .............................***Exception: SegFault 16.44 sec
general ................................................................ [    ]
Sort [==============================================================>                               ] 66% Parallel sort took 4786.13
Sort [==============================================================>                               ] 66% std::sort std::sort took 10809.6
Sort [=============================================================================================>] 100% 
general ................................................................ [ ok ]

        Start 149: parallel_sort_equal_elements
149/257 Test #149: parallel_sort_equal_elements ......................***Exception: SegFault  4.32 sec
equal_elements ......................................................... [    ]
Doing 4 iteration(s) of std::sort takes 1478.83
std: 1478.83 ours: 1610.69
equal_elements ......................................................... [ ok ]

        Start 150: parallel_sort_bad_case
150/257 Test #150: parallel_sort_bad_case ............................***Exception: SegFault  3.53 sec
bad_case ............................................................... [    ]
Doing 4 iteration(s) of std::sort takes 1207.3
std: 1207.3 ours: 1325.77
bad_case ............................................................... [ ok ]

        Start 151: serialization_unsafe
151/257 Test #151: serialization_unsafe ..............................***Exception: SegFault  0.10 sec
unsafe ................................................................. [ ok ]

        Start 152: serialization_safe
152/257 Test #152: serialization_safe ................................***Exception: SegFault  0.11 sec
safe ................................................................... [ ok ]

        Start 153: serialization_serialization2
153/257 Test #153: serialization_serialization2 ......................***Exception: SegFault  0.10 sec
serialization2 ......................................................... [    ]
Write 4
Write 4
Write 1
Write 8
Write 8
Write 8
Write 1
Write 1
Write 1
Write 1
Write 1
Write 1
Write 25
Read 4
Read 4
Read 1
Read 8
Read 8
Read 8
Read 1
Read 1
Read 1
Read 1
Read 1
Read 1
Read 25
454 4.5 1 88 74 Abekat
Here
Here
serialization2 ......................................................... [ ok ]

        Start 154: serialization_stream
154/257 Test #154: serialization_stream ..............................***Exception: SegFault  0.09 sec
stream ................................................................. [    ]

        Start 155: serialization_stream_dtor
155/257 Test #155: serialization_stream_dtor .........................***Exception: SegFault  0.10 sec
stream_dtor ............................................................ [    ]

        Start 156: serialization_stream_reopen
156/257 Test #156: serialization_stream_reopen .......................***Exception: SegFault  0.09 sec
stream_reopen .......................................................... [    ]

        Start 157: serialization_stream_reverse
157/257 Test #157: serialization_stream_reverse ......................***Exception: SegFault  0.09 sec
stream_reverse ......................................................... [    ]

        Start 158: serialization_stream_temp
158/257 Test #158: serialization_stream_temp .........................***Exception: SegFault  0.10 sec
stream_temp ............................................................ [    ]

        Start 159: serialization_sort_empty_input
159/257 Test #159: serialization_sort_empty_input ....................***Exception: SegFault  0.10 sec
empty_input ............................................................ [    ]

        Start 160: serialization_sort_internal_report
160/257 Test #160: serialization_sort_internal_report ................***Exception: SegFault  0.10 sec
internal_report ........................................................ [    ]

        Start 161: serialization_sort_internal_report_after_resize
161/257 Test #161: serialization_sort_internal_report_after_resize ...***Exception: SegFault  0.09 sec
internal_report_after_resize ........................................... [    ]

        Start 162: serialization_sort_one_run_external_report
162/257 Test #162: serialization_sort_one_run_external_report ........***Exception: SegFault  0.10 sec
one_run_external_report ................................................ [    ]

        Start 163: serialization_sort_external_report
163/257 Test #163: serialization_sort_external_report ................***Exception: SegFault  0.10 sec
external_report ........................................................ [    ]

        Start 164: serialization_sort_small_final_fanout
164/257 Test #164: serialization_sort_small_final_fanout .............***Exception: SegFault  0.10 sec
small_final_fanout ..................................................... [    ]

        Start 165: serialization_sort_evacuate_before_merge
165/257 Test #165: serialization_sort_evacuate_before_merge ..........***Exception: SegFault  0.10 sec
evacuate_before_merge .................................................. [    ]

        Start 166: serialization_sort_evacuate_before_report
166/257 Test #166: serialization_sort_evacuate_before_report .........***Exception: SegFault  0.09 sec
evacuate_before_report ................................................. [    ]

        Start 167: serialization_sort_file_limit
167/257 Test #167: serialization_sort_file_limit .....................***Exception: SegFault  0.09 sec
file_limit ............................................................. [    ]

        Start 168: stats_simple
168/257 Test #168: stats_simple ......................................***Exception: SegFault  0.10 sec
simple ................................................................. [    ]

        Start 169: stream_basic
169/257 Test #169: stream_basic ......................................***Exception: SegFault  0.10 sec
basic .................................................................. [    ]

        Start 170: stream_array
170/257 Test #170: stream_array ......................................***Exception: SegFault  0.09 sec
array .................................................................. [    ]

        Start 171: stream_array_compressed
171/257 Test #171: stream_array_compressed ...........................***Exception: SegFault  0.10 sec
array_compressed ....................................................... [    ]

        Start 172: stream_odd
172/257 Test #172: stream_odd ........................................***Exception: SegFault  0.10 sec
odd .................................................................... [    ]

        Start 173: stream_odd_compressed
173/257 Test #173: stream_odd_compressed .............................***Exception: SegFault  0.10 sec
odd_compressed ......................................................... [    ]

        Start 174: stream_reopen
174/257 Test #174: stream_reopen .....................................***Exception: SegFault  0.10 sec
reopen ................................................................. [    ]

        Start 175: stream_truncate
175/257 Test #175: stream_truncate ...................................***Exception: SegFault  0.09 sec
truncate ............................................................... [    ]

        Start 176: stream_extend
176/257 Test #176: stream_extend .....................................***Exception: SegFault  0.09 sec
extend ................................................................. [    ]

        Start 177: stream_backwards
177/257 Test #177: stream_backwards ..................................***Exception: SegFault  0.09 sec
backwards .............................................................. [    ]

        Start 178: stream_array_file
178/257 Test #178: stream_array_file .................................***Exception: SegFault  0.10 sec
array_file ............................................................. [    ]

        Start 179: stream_odd_file
179/257 Test #179: stream_odd_file ...................................***Exception: SegFault  0.09 sec
odd_file ............................................................... [    ]

        Start 180: stream_truncate_file
180/257 Test #180: stream_truncate_file ..............................***Exception: SegFault  0.09 sec
truncate_file .......................................................... [    ]

        Start 181: stream_extend_file
181/257 Test #181: stream_extend_file ................................***Exception: SegFault  0.09 sec
extend_file ............................................................ [    ]

        Start 182: stream_backwards_file
182/257 Test #182: stream_backwards_file .............................***Exception: SegFault  0.09 sec
backwards_file ......................................................... [    ]

        Start 183: stream_user_data
183/257 Test #183: stream_user_data ..................................***Exception: SegFault  0.09 sec
user_data .............................................................. [    ]

        Start 184: stream_user_data_file
184/257 Test #184: stream_user_data_file .............................***Exception: SegFault  0.10 sec
user_data_file ......................................................... [    ]

        Start 185: stream_peek_skip_1
185/257 Test #185: stream_peek_skip_1 ................................***Exception: SegFault  0.10 sec
peek_skip_1 ............................................................ [    ]

        Start 186: stream_peek_skip_2
186/257 Test #186: stream_peek_skip_2 ................................***Exception: SegFault  0.10 sec
peek_skip_2 ............................................................ [    ]

        Start 187: stream_backwards_compressed
187/257 Test #187: stream_backwards_compressed .......................***Exception: SegFault  0.09 sec
backwards_compressed ................................................... [    ]

        Start 188: stream_extend_compressed
188/257 Test #188: stream_extend_compressed ..........................***Exception: SegFault  0.10 sec
extend_compressed ...................................................... [    ]

        Start 189: stream_truncate_compressed
189/257 Test #189: stream_truncate_compressed ........................***Exception: SegFault  0.10 sec
truncate_compressed .................................................... [    ]

        Start 190: stream_user_data_compressed
190/257 Test #190: stream_user_data_compressed .......................***Exception: SegFault  0.09 sec
user_data_compressed ................................................... [    ]

        Start 191: stream_exception_basic
191/257 Test #191: stream_exception_basic ............................***Exception: SegFault  0.12 sec
basic .................................................................. [ ok ]

        Start 192: pipelining_vector
192/257 Test #192: pipelining_vector .................................***Exception: SegFault  0.09 sec
vector ................................................................. [    ]
digraph {
"Output vector (0)";
"Multiply (1)";
"Multiply (2)";
"Input vector (3)";
"Multiply (1)" -> "Output vector (0)";
"Multiply (2)" -> "Multiply (1)";
"Input vector (3)" -> "Multiply (2)";
}
vector ................................................................. [ ok ]

        Start 193: pipelining_filestream
193/257 Test #193: pipelining_filestream .............................***Exception: SegFault  0.11 sec
filestream ............................................................. [    ]

        Start 194: pipelining_fspull
194/257 Test #194: pipelining_fspull .................................***Exception: SegFault  0.11 sec
fspull ................................................................. [    ]

        Start 195: pipelining_merge
195/257 Test #195: pipelining_merge ..................................***Exception: SegFault  0.10 sec
merge .................................................................. [    ]

        Start 196: pipelining_reverse
196/257 Test #196: pipelining_reverse ................................***Exception: SegFault  0.10 sec
reverse ................................................................ [    ]
digraph {
"Output vector (0)";
"Store items (1)";
"Output reversed (2)";
"Input vector (3)";
"Store items (1)" -> "Output reversed (2)" [arrowhead=none,arrowtail=normal,dir=both,style=dashed];
"Output reversed (2)" -> "Output vector (0)";
"Input vector (3)" -> "Store items (1)";
}

        Start 197: pipelining_internal_reverse
197/257 Test #197: pipelining_internal_reverse .......................***Exception: SegFault  0.09 sec
internal_reverse ....................................................... [    ]

        Start 198: pipelining_passive_reverse
198/257 Test #198: pipelining_passive_reverse ........................***Exception: SegFault  0.10 sec
passive_reverse ........................................................ [    ]

        Start 199: pipelining_internal_passive_reverse
199/257 Test #199: pipelining_internal_passive_reverse ...............***Exception: SegFault  0.10 sec
internal_passive_reverse ............................................... [    ]

        Start 200: pipelining_sort
200/257 Test #200: pipelining_sort ...................................***Exception: SegFault  0.09 sec
sort ................................................................... [    ]
digraph {
"Sequence verifier (0)";
"Test | Write sorted output (1)" [shape=box];
"Test | Write sorted output (1)";
"Sequence generator (4)";
"Test | Write sorted output (1)" -> "Sequence verifier (0)";
"Sequence generator (4)" -> "Test | Write sorted output (1)";
}
sort ................................................................... [ ok ]

        Start 201: pipelining_sorttrivial
201/257 Test #201: pipelining_sorttrivial ............................***Exception: SegFault  0.09 sec
sorttrivial ............................................................ [    ]
digraph {
"Sequence verifier (0)";
"Test | Write sorted output (1)" [shape=box];
"Test | Write sorted output (1)";
"Sequence generator (4)";
"Test | Write sorted output (1)" -> "Sequence verifier (0)";
"Sequence generator (4)" -> "Test | Write sorted output (1)";
}
digraph {
"Sequence verifier (5)";
"Test | Write sorted output (6)" [shape=box];
"Test | Write sorted output (6)";
"Sequence generator (9)";
"Test | Write sorted output (6)" -> "Sequence verifier (5)";
"Sequence generator (9)" -> "Test | Write sorted output (6)";
}
digraph {
"Sequence verifier (10)";
"Test | Write sorted output (11)" [shape=box];
"Test | Write sorted output (11)";
"Sequence generator (14)";
"Test | Write sorted output (11)" -> "Sequence verifier (10)";
"Sequence generator (14)" -> "Test | Write sorted output (11)";
}
sorttrivial ............................................................ [ ok ]

        Start 202: pipelining_operators
202/257 Test #202: pipelining_operators ..............................***Exception: SegFault  0.09 sec
operators .............................................................. [    ]
digraph {
"Output vector (0)";
"Sort | Write sorted output (1)" [shape=box];
"Sort | Write sorted output (1)";
"Sort | Write sorted output (4)" [shape=box];
"Sort | Write sorted output (4)";
"Input vector (7)";
"Sort | Write sorted output (1)" -> "Output vector (0)";
"Sort | Write sorted output (4)" -> "Sort | Write sorted output (1)";
"Input vector (7)" -> "Sort | Write sorted output (4)";
}
operators .............................................................. [ ok ]

        Start 203: pipelining_uniq
203/257 Test #203: pipelining_uniq ...................................***Exception: SegFault  0.10 sec
uniq ................................................................... [    ]
digraph {
"Output vector (0)";
"Extract first (1)";
"Count consecutive (2)";
"Input vector (3)";
"Extract first (1)" -> "Output vector (0)";
"Count consecutive (2)" -> "Extract first (1)";
"Input vector (3)" -> "Count consecutive (2)";
}
uniq ................................................................... [ ok ]

        Start 204: pipelining_memory
204/257 Test #204: pipelining_memory .................................***Exception: SegFault  0.10 sec
memory ................................................................. [    ]
  (2000, 0, 0, 0, 0, 1, 1) ............................................. [ ok ]
  (2000, 800, 0, 800, 0, 1, 1) ......................................... [ ok ]
  (4000, 1000, 0, 1000, 0, 0, 0) ....................................... [ ok ]
  (2000, 0, 0, 0, 0, 0, 1) ............................................. [ ok ]
  (2000, 500, 0, 0, 0, 0, 1) ........................................... [ ok ]
  (2000, 500, 700, 0, 0, 1, 1) ......................................... [ ok ]
  (2000, 0, 700, 0, 500, 1, 1) ......................................... [ ok ]
  (2000, 0, 2000, 0, 2000, 1, 1) ....................................... [ ok ]
  (2000, 200, 2000, 0, 2000, 1, 1) ..................................... [ ok ]
memory ................................................................. [ ok ]

        Start 205: pipelining_fork
205/257 Test #205: pipelining_fork ...................................***Exception: SegFault  0.09 sec
fork ................................................................... [ ok ]

        Start 206: pipelining_merger_memory
206/257 Test #206: pipelining_merger_memory ..........................***Exception: SegFault  0.09 sec
merger_memory .......................................................... [    ]

        Start 207: pipelining_bound_fetch_forward
207/257 Test #207: pipelining_bound_fetch_forward ....................***Exception: SegFault  0.09 sec
bound_fetch_forward .................................................... [    ]
digraph {
"F f b3 (0)";
"F f b2 (1)";
"F f b2 (2)";
"F f b1 (3)";
"F f b2 (1)" -> "F f b3 (0)";
"F f b2 (2)" -> "F f b2 (1)";
"F f b1 (3)" -> "F f b2 (2)";
}
bound_fetch_forward .................................................... [ ok ]

        Start 208: pipelining_fetch_forward
208/257 Test #208: pipelining_fetch_forward ..........................***Exception: SegFault  0.10 sec
fetch_forward .......................................................... [    ]
digraph {
"F f3 (0)";
"F f2 (1)";
"Forwarder (2)";
"Forwarder (3)";
"F f1 (4)";
"F f2 (1)" -> "F f3 (0)";
"Forwarder (2)" -> "F f2 (1)";
"Forwarder (3)" -> "Forwarder (2)";
"F f1 (4)" -> "Forwarder (3)";
}
fetch_forward .......................................................... [ ok ]

        Start 209: pipelining_forward_multiple_pipelines
209/257 Test #209: pipelining_forward_multiple_pipelines .............***Exception: SegFault  0.11 sec
forward_multiple_pipelines ............................................. [ ok ]

        Start 210: pipelining_forward_unique_ptr
210/257 Test #210: pipelining_forward_unique_ptr .....................***Exception: SegFault  0.09 sec
forward_unique_ptr ..................................................... [    ]
digraph {
"F u p2 (0)";
"F u p1 (1)";
"F u p1 (1)" -> "F u p2 (0)";
}
forward_unique_ptr ..................................................... [ ok ]

        Start 211: pipelining_pipe_base_forward
211/257 Test #211: pipelining_pipe_base_forward ......................***Exception: SegFault  0.09 sec
pipe_base_forward ...................................................... [ ok ]

        Start 212: pipelining_virtual
212/257 Test #212: pipelining_virtual ................................***Exception: SegFault  0.09 sec
virtual ................................................................ [    ]
digraph {
"Output vector (0)";
"Multiply (3)";
"Multiply (4)";
"Input vector (7)";
"Multiply (3)" -> "Output vector (0)";
"Multiply (4)" -> "Multiply (3)";
"Input vector (7)" -> "Multiply (4)";
}
virtual ................................................................ [ ok ]

        Start 213: pipelining_virtual_cref_item_type
213/257 Test #213: pipelining_virtual_cref_item_type .................***Exception: SegFault  0.10 sec
virtual_cref_item_type ................................................. [ ok ]

        Start 214: pipelining_virtual_fork
214/257 Test #214: pipelining_virtual_fork ...........................***Exception: SegFault  0.10 sec
virtual_fork ........................................................... [    ]
digraph {
"Output vector (0)";
"Virtual source (1)";
"Output vector (2)";
"Virtual source (3)";
"Virtual destination (4)";
"Vfork node (5)";
"Virtual source (6)";
"Virtual destination (7)";
"Input vector (8)";
"Virtual source (1)" -> "Output vector (0)";
"Virtual source (3)" -> "Output vector (2)";
"Virtual destination (4)" -> "Virtual source (1)";
"Vfork node (5)" -> "Virtual destination (4)";
"Vfork node (5)" -> "Virtual source (3)";
"Virtual source (6)" -> "Vfork node (5)";
"Virtual destination (7)" -> "Virtual source (6)";
"Input vector (8)" -> "Virtual destination (7)";
}
virtual_fork ........................................................... [ ok ]

        Start 215: pipelining_prepare
215/257 Test #215: pipelining_prepare ................................***Exception: SegFault  0.10 sec
prepare ................................................................ [ ok ]

        Start 216: pipelining_end_time
216/257 Test #216: pipelining_end_time ...............................***Exception: SegFault  0.09 sec
end_time ............................................................... [    ]
digraph {
"Begin (0)";
"End (1)";
"Begin (0)" -> "End (1)" [arrowhead=none,arrowtail=normal,dir=both];
}
end_time ............................................................... [ ok ]

        Start 217: pipelining_pull_iterator
217/257 Test #217: pipelining_pull_iterator ..........................***Exception: SegFault  0.09 sec
pull_iterator .......................................................... [    ]
digraph {
"Pull input iterator (0)";
"Pull output iterator (1)";
"Pull input iterator (0)" -> "Pull output iterator (1)" [arrowhead=none,arrowtail=normal,dir=both];
}
pull_iterator .......................................................... [ ok ]

        Start 218: pipelining_push_iterator
218/257 Test #218: pipelining_push_iterator ..........................***Exception: SegFault  0.10 sec
push_iterator .......................................................... [    ]
digraph {
"Push output iterator (0)";
"Push input iterator (1)";
"Push input iterator (1)" -> "Push output iterator (0)";
}
push_iterator .......................................................... [ ok ]

        Start 219: pipelining_parallel
219/257 Test #219: pipelining_parallel ...............................***Exception: SegFault  0.71 sec
parallel ............................................................... [    ]
digraph {
"Sequence verifier (0)";
"Sort | Write sorted output (1)" [shape=box];
"Sort | Write sorted output (1)";
"Multiplicative inverter (5)" [shape=polygon];
"Sequence generator (15)";
"Sort | Write sorted output (1)" -> "Sequence verifier (0)";
"Multiplicative inverter (5)" -> "Sort | Write sorted output (1)";
"Sequence generator (15)" -> "Sort | Write sorted output (1)";
}
Parallel [=========================================================================================>] 100% 
parallel ............................................................... [ ok ]

        Start 220: pipelining_parallel_ordered
220/257 Test #220: pipelining_parallel_ordered .......................***Exception: SegFault  1.26 sec
parallel_ordered ....................................................... [    ]
digraph {
"Sequence verifier (0)";
"Multiplicative inverter (2)";
"Multiplicative inverter (3)" [shape=polygon];
"Multiplicative inverter (6)";
"Multiplicative inverter (10)";
"Sequence generator (15)";
"Multiplicative inverter (2)" -> "Sequence verifier (0)";
"Multiplicative inverter (3)" -> "Multiplicative inverter (2)";
"Multiplicative inverter (6)" -> "Sequence verifier (0)";
"Multiplicative inverter (10)" -> "Sequence verifier (0)";
"Sequence generator (15)" -> "Multiplicative inverter (10)";
}
Parallel [=====================>                                                                    ] 23% Parallel before Parallel [=====================>                    Parallel [=========================================================================================>] 100% 
parallel_ordered ....................................................... [ ok ]

        Start 221: pipelining_parallel_multiple
221/257 Test #221: pipelining_parallel_multiple ......................***Exception: SegFault  0.09 sec
parallel_multiple ...................................................... [    ]digraph {
"Summer (0)";
"Splitter (2)" [shape=polygon];
"Monotonic (12)";
"Splitter (2)" -> "Summer (0)";
"Monotonic (12)" -> "Summer (0)";
}
parallel_multiple ...................................................... [ ok ]

        Start 222: pipelining_parallel_own_buffer
222/257 Test #222: pipelining_parallel_own_buffer ....................***Exception: SegFault  0.09 sec
parallel_own_buffer .................................................... [    ]digraph {
"Summer (0)";
"Buffering accumulator (2)" [shape=polygon];
"Monotonic (6)";
"Buffering accumulator (2)" -> "Summer (0)";
"Monotonic (6)" -> "Buffering accumulator (2)";
}
parallel_own_buffer .................................................... [ ok ]

        Start 223: pipelining_parallel_push_in_end
223/257 Test #223: pipelining_parallel_push_in_end ...................***Exception: SegFault  0.09 sec
parallel_push_in_end ................................................... [    ]
digraph {
"Summer (0)";
"Push in end (2)" [shape=polygon];
"Noop initiator (6)";
"Push in end (2)" -> "Summer (0)";
"Noop initiator (6)" -> "Push in end (2)";
}
parallel_push_in_end ................................................... [ ok ]

        Start 224: pipelining_node_map
224/257 Test #224: pipelining_node_map ...............................***Exception: SegFault  0.10 sec
node_map ............................................................... [    ]
digraph {
"Node map tester leaf (0)";
"Node map tester non-leaf (1)";
"Node map tester non-leaf (2)";
"Node map tester non-leaf (3)";
"Node map tester non-leaf (1)" -> "Node map tester leaf (0)";
"Node map tester non-leaf (2)" -> "Node map tester non-leaf (1)";
"Node map tester non-leaf (3)" -> "Node map tester non-leaf (2)";
}
  push_basic ........................................................... [ ok ]
digraph {
"Node map tester leaf (4)";
"Node map tester non-leaf (5)";
"Node map tester non-leaf (6)";
"Node map tester non-leaf (7)";
"Node map tester non-leaf (5)" -> "Node map tester leaf (4)" [arrowhead=none,arrowtail=normal,dir=both];
"Node map tester non-leaf (6)" -> "Node map tester non-leaf (5)" [arrowhead=none,arrowtail=normal,dir=both];
"Node map tester non-leaf (7)" -> "Node map tester non-leaf (6)" [arrowhead=none,arrowtail=normal,dir=both];
}
  pull_basic ........................................................... [ ok ]
digraph {
"Node map tester leaf (8)";
"Node map tester non-leaf (9)";
"Node map tester non-leaf (10)";
"Node map tester non-leaf (9)" -> "Node map tester leaf (8)" [arrowhead=none,arrowtail=normal,dir=both,style=dashed];
"Node map tester non-leaf (10)" -> "Node map tester non-leaf (9)" [arrowhead=none,arrowtail=normal,dir=both,style=dashed];
}
  phase_basic .......................................................... [ ok ]
digraph {
"Node map tester leaf (11)";
"Node map tester leaf (11)" -> "Node map tester leaf (11)";
}
  self_push ............................................................ [ ok ]
digraph {
"Node map tester leaf (12)";
"Node map tester non-leaf (13)";
"Node map tester non-leaf (13)" -> "Node map tester leaf (12)" [arrowhead=none,arrowtail=normal,dir=both];
"Node map tester non-leaf (13)" -> "Node map tester leaf (12)";
}
  actor_cycle .......................................................... [ ok ]
digraph {
"Node map tester leaf (14)";
"Node map tester non-leaf (15)";
"Node map tester non-leaf (16)";
"Node map tester non-leaf (15)" -> "Node map tester leaf (14)";
"Node map tester non-leaf (16)" -> "Node map tester non-leaf (15)";
"Node map tester leaf (14)" -> "Node map tester non-leaf (16)" [arrowhead=none,arrowtail=normal,dir=both];
}
  item_cycle ........................................................... [ ok ]
node_map ............................................................... [ ok ]

        Start 225: pipelining_join
225/257 Test #225: pipelining_join ...................................***Exception: SegFault  0.10 sec
join ................................................................... [    ]
digraph {
"Join source (0)";
"Join sink (1)";
"Input vector (2)";
"Join sink (3)";
"Input vector (4)";
"Output vector (5)";
"Join source (0)" -> "Output vector (5)";
"Join sink (1)" -> "Join source (0)";
"Input vector (2)" -> "Join sink (1)";
"Join sink (3)" -> "Join source (0)";
"Input vector (4)" -> "Join sink (3)";
}
join ................................................................... [ ok ]

        Start 226: pipelining_split
226/257 Test #226: pipelining_split ..................................***Exception: SegFault  0.10 sec
split .................................................................. [    ]
digraph {
"Join sink (0)";
"Input vector (1)";
"Output vector (2)";
"Split source (3)";
"Output vector (4)";
"Split source (5)";
"Join sink (0)" -> "Split source (3)";
"Join sink (0)" -> "Split source (5)";
"Input vector (1)" -> "Join sink (0)";
"Split source (3)" -> "Output vector (2)";
"Split source (5)" -> "Output vector (4)";
}
split .................................................................. [ ok ]

        Start 227: pipelining_copy_ctor
227/257 Test #227: pipelining_copy_ctor ..............................***Exception: SegFault  0.10 sec
copy_ctor .............................................................. [ ok ]

        Start 228: pipelining_datastructures
228/257 Test #228: pipelining_datastructures .........................***Exception: SegFault  0.09 sec
datastructures ......................................................... [    ]
  (2000, 0, 0, 0, 0, 1, 1) ............................................. [ ok ]
  (2000, 800, 0, 800, 0, 1, 1) ......................................... [ ok ]
  (4000, 1000, 0, 1000, 0, 0, 0) ....................................... [ ok ]
  (2000, 0, 0, 0, 0, 0, 1) ............................................. [ ok ]
  (2000, 500, 0, 0, 0, 0, 1) ........................................... [ ok ]
  (2000, 500, 700, 0, 0, 1, 1) ......................................... [ ok ]
  (2000, 0, 700, 0, 500, 1, 1) ......................................... [ ok ]
  (2000, 0, 2000, 0, 2000, 1, 1) ....................................... [ ok ]
  (2000, 200, 2000, 0, 2000, 1, 1) ..................................... [ ok ]
datastructures ......................................................... [ ok ]

        Start 229: pipelining_subpipeline
229/257 Test #229: pipelining_subpipeline ............................***Exception: SegFault  0.13 sec
subpipeline ............................................................ [ ok ]

        Start 230: pipelining_file_limit_sort
230/257 Test #230: pipelining_file_limit_sort ........................***Exception: SegFault  0.21 sec
file_limit_sort ........................................................ [    ]

        Start 231: pipelining_passive_virtual_management
231/257 Test #231: pipelining_passive_virtual_management .............***Exception: SegFault  0.09 sec
passive_virtual_management ............................................. [    ]

        Start 232: pipelining_join_split_dealloc
232/257 Test #232: pipelining_join_split_dealloc .....................***Exception: SegFault  0.09 sec
join_split_dealloc ..................................................... [ ok ]

        Start 233: pipelining_nodeset_dealloc
233/257 Test #233: pipelining_nodeset_dealloc ........................***Exception: SegFault  0.10 sec
nodeset_dealloc ........................................................ [ ok ]

        Start 234: pipelining_pipeline_dealloc
234/257 Test #234: pipelining_pipeline_dealloc .......................***Exception: SegFault  0.09 sec
pipeline_dealloc ....................................................... [ ok ]

        Start 235: pipelining_parallel_exception
235/257 Test #235: pipelining_parallel_exception .....................***Exception: SegFault  0.10 sec
parallel_exception ..................................................... [ ok ]

        Start 236: pipelining_runtime_evacuate
236/257 Test #236: pipelining_runtime_evacuate .......................***Exception: SegFault  0.10 sec
evacuate ............................................................... [    ]
1 0
2 0
3 1
3 2
4 3
5 3
6 4
6 5
evacuate ............................................................... [ ok ]

        Start 237: pipelining_runtime_get_phase_graph
237/257 Test #237: pipelining_runtime_get_phase_graph ................***Exception: SegFault  0.09 sec
get_phase_graph ........................................................ [ ok ]

        Start 238: pipelining_runtime_optimal_satisfiable_ordering
238/257 Test #238: pipelining_runtime_optimal_satisfiable_ordering ...***Exception: SegFault  1.29 sec
optimal_satisfiable_ordering ........................................... [    ]
  1/2 satisfiable diamond
   ..................................................................... [ ok ]
  2/3 satisfiable diamond
   ..................................................................... [ ok ]
  2/4 satisfiable diamond
   ..................................................................... [ ok ]
  4/6 satisfiable double diamond
   ..................................................................... [ ok ]
  2/4 satisfiable wide diamond
   ..................................................................... [ ok ]
  Bruteforce order cut
   ..................................................................... [ ok ]
  Bruteforce order timing
Time to bruteforce optimal solution with 10 nodes: 295.016 ms
   ..................................................................... [ ok ]
  Bruteforce satisfiable timing
Time to bruteforce optimal solution with 18 satisfiable edges: 891.457 ms
   ..................................................................... [ ok ]
optimal_satisfiable_ordering ........................................... [ ok ]

        Start 239: pipelining_runtime_evacuate_phase_graph
239/257 Test #239: pipelining_runtime_evacuate_phase_graph ...........***Exception: SegFault  0.09 sec
evacuate_phase_graph ................................................... [    ]
  Simple fail
0 -(black)-> 1
1 -(black)-> 2
0 -(green)-> 2
   ..................................................................... [ ok ]
  Diamond working
0 -(green)-> 1
1 -(black)-> 3
0 -(black)-> 2
2 -(green)-> 3
Phase order: {0, 1, 2, 3}
Evacuated nodes: {0, 1, 2, 3}
Satisfied 0 out of 0 red edges
   ..................................................................... [ ok ]
  Diamond failing
0 -(green)-> 1
1 -(green)-> 3
0 -(black)-> 2
2 -(black)-> 3
   ..................................................................... [ ok ]
  Green path
2 -(green)-> 3
1 -(green)-> 2
3 -(green)-> 4
0 -(green)-> 1
Phase order: {0, 1, 2, 3, 4}
Evacuated nodes: {0, 1, 2, 3, 4}
Satisfied 0 out of 0 red edges
   ..................................................................... [ ok ]
  Green bridges
0 -(green)-> 1
1 -(black)-> 2
2 -(black)-> 4
1 -(black)-> 3
3 -(black)-> 4
4 -(green)-> 5
5 -(black)-> 6
6 -(black)-> 8
5 -(black)-> 7
7 -(black)-> 8
8 -(green)-> 9
9 -(black)-> 10
10 -(green)-> 11
Phase order: {0, 1, 3, 2, 4, 5, 7, 6, 8, 9, 10, 11}
Evacuated nodes: {0, 1, 3, 2, 4, 5, 7, 6, 8, 9, 10, 11}
Satisfied 0 out of 0 red edges
   ..................................................................... [ ok ]
  Red diamond
0 -(red)-> 1
1 -(red)-> 3
0 -(red)-> 2
2 -(red)-> 3
Phase order: {0, 2, 1, 3}
Evacuated nodes: {0, 2, 1, 3}
Satisfied 2 out of 4 red edges
   ..................................................................... [ ok ]
  3/4 Red diamond 1
0 -(red)-> 1
1 -(red)-> 3
0 -(black)-> 2
2 -(red)-> 3
Phase order: {0, 1, 2, 3}
Evacuated nodes: {0, 1, 2, 3}
Satisfied 2 out of 3 red edges
   ..................................................................... [ ok ]
  3/4 Red diamond 2
0 -(black)-> 1
1 -(red)-> 3
0 -(red)-> 2
2 -(red)-> 3
Phase order: {0, 2, 1, 3}
Evacuated nodes: {0, 2, 1, 3}
Satisfied 2 out of 3 red edges
   ..................................................................... [ ok ]
  Contracted node w/ outgoing red & black
0 -(green)-> 1
0 -(black)-> 2
1 -(red)-> 2
0 -(black)-> 3
Phase order: {0, 1, 2, 3}
Evacuated nodes: {0, 1, 2, 3}
Satisfied 1 out of 1 red edges
   ..................................................................... [ ok ]
evacuate_phase_graph ................................................... [ ok ]

        Start 240: pipelining_serialization_basic
240/257 Test #240: pipelining_serialization_basic ....................***Exception: SegFault  0.10 sec
basic .................................................................. [    ]

        Start 241: pipelining_serialization_reverse
241/257 Test #241: pipelining_serialization_reverse ..................***Exception: SegFault  0.09 sec
reverse ................................................................ [    ]

        Start 242: pipelining_serialization_sort
242/257 Test #242: pipelining_serialization_sort .....................***Exception: SegFault  0.09 sec
sort ................................................................... [    ]

        Start 243: maybe_basic
243/257 Test #243: maybe_basic .......................................***Exception: SegFault  0.09 sec
basic .................................................................. [ ok ]

        Start 244: maybe_unique_ptr
244/257 Test #244: maybe_unique_ptr ..................................***Exception: SegFault  0.09 sec
unique_ptr ............................................................. [ ok ]

        Start 245: close_file_internal
245/257 Test #245: close_file_internal ...............................***Exception: SegFault  0.11 sec
internal ............................................................... [    ]

        Start 246: close_file_serialization_writer_close
246/257 Test #246: close_file_serialization_writer_close .............***Exception: SegFault  0.10 sec
serialization_writer_close ............................................. [    ]

        Start 247: close_file_serialization_writer_dtor
247/257 Test #247: close_file_serialization_writer_dtor ..............***Exception: SegFault  0.09 sec
serialization_writer_dtor .............................................. [    ]

        Start 248: close_file_serialization_reader_dtor
248/257 Test #248: close_file_serialization_reader_dtor ..............***Exception: SegFault  0.09 sec
serialization_reader_dtor .............................................. [    ]

        Start 249: close_file_file_limit_enforcement
249/257 Test #249: close_file_file_limit_enforcement .................***Exception: SegFault  0.09 sec
file_limit_enforcement ................................................. [    ]

        Start 250: node_name_gcc
250/257 Test #250: node_name_gcc .....................................***Exception: SegFault  0.09 sec
gcc .................................................................... [    ]
  multiply_t<TB::virtrecv<unsigned long> > ............................. [ ok ]
  multiply_t<multiply_t<TB::output_vector_t<unsigned long> > > ......... [ ok ]
  push_zero_t<TB::virtrecv<...> > ...................................... [ ok ]
  step_begin_type<TB::producer<unsigned long, unsigned long> > ......... [ ok ]
  push_in_end_type<TB::after<unsigned long> > .......................... [ ok ]
  sequence_verifier .................................................... [ ok ]
  prepare_begin_type<prepare_middle_type<prepare_end_type> > ........... [ ok ]
  sequence_generator<TB::producer<unsigned long, unsigned long> > ...... [ ok ]
  noop_initiator_type<TB::producer<unsigned long, unsigned long> > ..... [ ok ]
  buffering_accumulator_type<TB::after<unsigned long> > ................ [ ok ]
  multiplicative_inverter_type<TB::after<unsigned long> > .............. [ ok ]
  FF1<FF2<FF3> > ....................................................... [ ok ]
  FF2<FF3> ............................................................. [ ok ]
  FF3 .................................................................. [ ok ]
  Summer ............................................................... [ ok ]
  Splitter<TB::after<unsigned long> > .................................. [ ok ]
  Monotonic<TB::producer<unsigned long, unsigned long> > ............... [ ok ]
  memtest_1<memtest_2> ................................................. [ ok ]
  TB::identity_t<TB::dummydest_t<unsigned long> > ...................... [ ok ]
  TB::bitbucket_t<...> ................................................. [ ok ]
  TB::dummydest_t<unsigned long> ....................................... [ ok ]
  TB::pull_to_push<...>::pusher_t<...> ................................. [ ok ]
  TB::push_to_pull<...>::puller_t<...> ................................. [ ok ]
  TB::input_vector_t<TP::join<int>::sink_impl> ......................... [ ok ]
  TB::extract_first_t<TB::output_vector_t<unsigned long> > ............. [ ok ]
  TB::output_vector_t<int> ............................................. [ ok ]
  TB::output_vector_t<unsigned long> ................................... [ ok ]
  TB::count_consecutive_t<...> ......................................... [ ok ]
  TB::pull_input_iterator_t<...> ....................................... [ ok ]
  TB::push_input_iterator_t<...>::type<TB::push_output_iterator_t<...> > [ ok ]
  TB::pull_output_iterator_t<...>::type<TB::pull_input_iterator_t<...> > [ ok ]
  TB::push_output_iterator_t<...> ...................................... [ ok ]
  TB::merge_t<...>::type<TB::output_t<unsigned long> > ................. [ ok ]
  end_time::begin_type ................................................. [ ok ]
  end_time::end_type<end_time::begin_type> ............................. [ ok ]
gcc .................................................................... [ ok ]

        Start 251: node_name_msvc
251/257 Test #251: node_name_msvc ....................................***Exception: SegFault  0.09 sec
msvc ................................................................... [    ]
  multiply_t<TB::virtrecv<unsigned long> > ............................. [ ok ]
  multiply_t<multiply_t<TB::output_vector_t<unsigned long> > > ......... [ ok ]
  push_zero_t<TB::virtrecv<...> > ...................................... [ ok ]
  step_begin_type<TB::producer<unsigned long, unsigned long> > ......... [ ok ]
  push_in_end_type<TB::after<unsigned long> > .......................... [ ok ]
  sequence_verifier .................................................... [ ok ]
  prepare_begin_type<prepare_middle_type<prepare_end_type> > ........... [ ok ]
  sequence_generator<TB::producer<unsigned long, unsigned long> > ...... [ ok ]
  noop_initiator_type<TB::producer<unsigned long, unsigned long> > ..... [ ok ]
  buffering_accumulator_type<TB::after<unsigned long> > ................ [ ok ]
  multiplicative_inverter_type<TB::after<unsigned long> > .............. [ ok ]
  FF1<FF2<FF3> > ....................................................... [ ok ]
  FF2<FF3> ............................................................. [ ok ]
  FF3 .................................................................. [ ok ]
  Summer ............................................................... [ ok ]
  Splitter<TB::after<unsigned long> > .................................. [ ok ]
  Monotonic<TB::producer<unsigned long, unsigned long> > ............... [ ok ]
  memtest_1<memtest_2> ................................................. [ ok ]
  TB::identity_t<TB::dummydest_t<unsigned long> > ...................... [ ok ]
  TB::bitbucket_t<...> ................................................. [ ok ]
  TB::dummydest_t<unsigned long> ....................................... [ ok ]
  TB::pull_to_push<...>::pusher_t<...> ................................. [ ok ]
  TB::push_to_pull<...>::puller_t<...> ................................. [ ok ]
  TB::input_vector_t<TP::join<int>::sink_impl> ......................... [ ok ]
  TB::extract_first_t<TB::output_vector_t<unsigned long> > ............. [ ok ]
  TB::output_vector_t<int> ............................................. [ ok ]
  TB::output_vector_t<unsigned long> ................................... [ ok ]
  TB::count_consecutive_t<...> ......................................... [ ok ]
  TB::pull_input_iterator_t<...> ....................................... [ ok ]
  TB::push_input_iterator_t<...>::type<TB::push_output_iterator_t<...> > [ ok ]
  TB::pull_output_iterator_t<...>::type<TB::pull_input_iterator_t<...> > [ ok ]
  TB::push_output_iterator_t<...> ...................................... [ ok ]
  TB::merge_t<...>::type<TB::output_t<unsigned long> > ................. [ ok ]
  end_time::begin_type ................................................. [ ok ]
  end_time::end_type<end_time::begin_type> ............................. [ ok ]
msvc ................................................................... [ ok ]

        Start 252: snappy_basic
252/257 Test #252: snappy_basic ......................................***Exception: SegFault  0.09 sec
basic .................................................................. [    ]
ut-snappy: No snappy support built in!
basic .................................................................. [ ok ]

        Start 253: tiny_sort
253/257 Test #253: tiny_sort .........................................***Exception: SegFault  0.09 sec
sort ................................................................... [ ok ]

        Start 254: tiny_set
254/257 Test #254: tiny_set ..........................................***Exception: SegFault  0.10 sec
set .................................................................... [ ok ]

        Start 255: tiny_map
255/257 Test #255: tiny_map ..........................................***Exception: SegFault  0.10 sec
map .................................................................... [ ok ]

        Start 256: tiny_multiset
256/257 Test #256: tiny_multiset .....................................***Exception: SegFault  0.10 sec
multiset ............................................................... [ ok ]

        Start 257: tiny_multimap
257/257 Test #257: tiny_multimap .....................................***Exception: SegFault  0.09 sec
multimap ............................................................... [ ok ]

0% tests passed, 257 tests failed out of 257

Total Test time (real) =  81.01 sec

The following tests FAILED:
      1 - allocator_deque (SEGFAULT)
      2 - allocator_list (SEGFAULT)
      3 - ami_stream_basic (SEGFAULT)
      4 - ami_stream_truncate (SEGFAULT)
      5 - array_basic (SEGFAULT)
      6 - array_iterators (SEGFAULT)
      7 - array_unique_ptr (SEGFAULT)
      8 - array_memory (SEGFAULT)
      9 - array_bit_basic (SEGFAULT)
     10 - array_bit_iterators (SEGFAULT)
     11 - array_bit_memory (SEGFAULT)
     12 - array_copyempty (SEGFAULT)
     13 - array_arrayarray (SEGFAULT)
     14 - array_frontback (SEGFAULT)
     15 - array_swap (SEGFAULT)
     16 - array_allocator (SEGFAULT)
     17 - array_copy (SEGFAULT)
     18 - array_from_view (SEGFAULT)
     19 - array_assign (SEGFAULT)
     20 - block_collection_basic (SEGFAULT)
     21 - block_collection_erase (SEGFAULT)
     22 - block_collection_overwrite (SEGFAULT)
     23 - block_collection_cache_basic (SEGFAULT)
     24 - block_collection_cache_erase (SEGFAULT)
     25 - block_collection_cache_overwrite (SEGFAULT)
     26 - compressed_stream_basic (SEGFAULT)
     27 - compressed_stream_seek (SEGFAULT)
     28 - compressed_stream_seek_2 (SEGFAULT)
     29 - compressed_stream_reopen_1 (SEGFAULT)
     30 - compressed_stream_reopen_2 (SEGFAULT)
     31 - compressed_stream_read_seek (SEGFAULT)
     32 - compressed_stream_truncate (SEGFAULT)
     33 - compressed_stream_truncate_2 (SEGFAULT)
     34 - compressed_stream_position_0 (SEGFAULT)
     35 - compressed_stream_position_1 (SEGFAULT)
     36 - compressed_stream_position_2 (SEGFAULT)
     37 - compressed_stream_position_3 (SEGFAULT)
     38 - compressed_stream_position_4 (SEGFAULT)
     39 - compressed_stream_position_5 (SEGFAULT)
     40 - compressed_stream_position_6 (SEGFAULT)
     41 - compressed_stream_position_7 (SEGFAULT)
     42 - compressed_stream_position_8 (SEGFAULT)
     43 - compressed_stream_position_9 (SEGFAULT)
     44 - compressed_stream_position_seek (SEGFAULT)
     45 - compressed_stream_uncompressed (SEGFAULT)
     46 - compressed_stream_uncompressed_new (SEGFAULT)
     47 - compressed_stream_backwards (SEGFAULT)
     48 - compressed_stream_read_back_seek (SEGFAULT)
     49 - compressed_stream_read_back_seek_2 (SEGFAULT)
     50 - compressed_stream_read_back_throw (SEGFAULT)
     51 - compressed_stream_basic_u (SEGFAULT)
     52 - compressed_stream_seek_u (SEGFAULT)
     53 - compressed_stream_seek_2_u (SEGFAULT)
     54 - compressed_stream_reopen_1_u (SEGFAULT)
     55 - compressed_stream_reopen_2_u (SEGFAULT)
     56 - compressed_stream_read_seek_u (SEGFAULT)
     57 - compressed_stream_truncate_u (SEGFAULT)
     58 - compressed_stream_truncate_2_u (SEGFAULT)
     59 - compressed_stream_position_0_u (SEGFAULT)
     60 - compressed_stream_position_1_u (SEGFAULT)
     61 - compressed_stream_position_2_u (SEGFAULT)
     62 - compressed_stream_position_3_u (SEGFAULT)
     63 - compressed_stream_position_4_u (SEGFAULT)
     64 - compressed_stream_position_5_u (SEGFAULT)
     65 - compressed_stream_position_6_u (SEGFAULT)
     66 - compressed_stream_position_7_u (SEGFAULT)
     67 - compressed_stream_position_8_u (SEGFAULT)
     68 - compressed_stream_position_9_u (SEGFAULT)
     69 - compressed_stream_position_seek_u (SEGFAULT)
     70 - compressed_stream_uncompressed_u (SEGFAULT)
     71 - compressed_stream_uncompressed_new_u (SEGFAULT)
     72 - compressed_stream_backwards_u (SEGFAULT)
     73 - compressed_stream_read_back_seek_u (SEGFAULT)
     74 - compressed_stream_read_back_seek_2_u (SEGFAULT)
     75 - compressed_stream_read_back_throw_u (SEGFAULT)
     76 - compressed_stream_backwards_fs (SEGFAULT)
     77 - compressed_stream_odd_block_size (SEGFAULT)
     78 - compressed_stream_write_only (SEGFAULT)
     79 - compressed_stream_write_peek (SEGFAULT)
     80 - compressed_stream_lockstep_reverse (SEGFAULT)
     81 - btree_internal_augment (SEGFAULT)
     82 - btree_internal_basic (SEGFAULT)
     83 - btree_internal_build (SEGFAULT)
     84 - btree_internal_static (SEGFAULT)
     85 - btree_internal_unordered (SEGFAULT)
     86 - btree_internal_bound (SEGFAULT)
     87 - btree_internal_iterator (SEGFAULT)
     88 - btree_internal_key_and_compare (SEGFAULT)
     89 - btree_external_augment (SEGFAULT)
     90 - btree_external_basic (SEGFAULT)
     91 - btree_external_bound (SEGFAULT)
     92 - btree_external_build (SEGFAULT)
     93 - btree_external_iterator (SEGFAULT)
     94 - btree_external_key_and_compare (SEGFAULT)
     95 - btree_serialized_build (SEGFAULT)
     96 - disjoint_set_basic (SEGFAULT)
     97 - disjoint_set_memory (SEGFAULT)
     98 - external_priority_queue_basic (SEGFAULT)
     99 - external_priority_queue_parameters (SEGFAULT)
    100 - external_priority_queue_remove_group_buffer (SEGFAULT)
    101 - external_queue_basic (SEGFAULT)
    102 - external_queue_empty_size (SEGFAULT)
    103 - external_queue_sized (SEGFAULT)
    104 - external_queue_large (SEGFAULT)
    105 - external_sort_amismall (SEGFAULT)
    106 - external_sort_small (SEGFAULT)
    107 - external_sort_tiny (SEGFAULT)
    108 - external_stack_new (SEGFAULT)
    109 - external_stack_named-new (SEGFAULT)
    110 - external_stack_ami (SEGFAULT)
    111 - external_stack_named-ami (SEGFAULT)
    112 - external_stack_io (SEGFAULT)
    113 - file_count_basic (SEGFAULT)
    114 - filestream_memory (SEGFAULT)
    115 - freespace_collection_alloc (SEGFAULT)
    116 - freespace_collection_size (SEGFAULT)
    117 - hashmap_chaining (SEGFAULT)
    118 - hashmap_linear_probing (SEGFAULT)
    119 - hashmap_iterators (SEGFAULT)
    120 - hashmap_memory (SEGFAULT)
    121 - internal_priority_queue_basic (SEGFAULT)
    122 - internal_priority_queue_memory (SEGFAULT)
    123 - internal_queue_basic (SEGFAULT)
    124 - internal_queue_memory (SEGFAULT)
    125 - internal_stack_basic (SEGFAULT)
    126 - internal_stack_memory (SEGFAULT)
    127 - internal_vector_basic (SEGFAULT)
    128 - internal_vector_memory (SEGFAULT)
    129 - job_repeat (SEGFAULT)
    130 - memory_basic (SEGFAULT)
    131 - merge_sort_empty_input (SEGFAULT)
    132 - merge_sort_internal_report (SEGFAULT)
    133 - merge_sort_internal_report_after_resize (SEGFAULT)
    134 - merge_sort_one_run_external_report (SEGFAULT)
    135 - merge_sort_external_report (SEGFAULT)
    136 - merge_sort_small_final_fanout (SEGFAULT)
    137 - merge_sort_evacuate_before_merge (SEGFAULT)
    138 - merge_sort_evacuate_before_report (SEGFAULT)
    139 - merge_sort_sort_upper_bound (SEGFAULT)
    140 - merge_sort_sort_faulty_upper_bound (SEGFAULT)
    141 - merge_sort_temp_file_usage (SEGFAULT)
    142 - merge_sort_tall_tree (SEGFAULT)
    143 - packed_array_basic1 (SEGFAULT)
    144 - packed_array_basic2 (SEGFAULT)
    145 - packed_array_basic4 (SEGFAULT)
    146 - parallel_sort_basic1 (SEGFAULT)
    147 - parallel_sort_basic2 (SEGFAULT)
    148 - parallel_sort_general (SEGFAULT)
    149 - parallel_sort_equal_elements (SEGFAULT)
    150 - parallel_sort_bad_case (SEGFAULT)
    151 - serialization_unsafe (SEGFAULT)
    152 - serialization_safe (SEGFAULT)
    153 - serialization_serialization2 (SEGFAULT)
    154 - serialization_stream (SEGFAULT)
    155 - serialization_stream_dtor (SEGFAULT)
    156 - serialization_stream_reopen (SEGFAULT)
    157 - serialization_stream_reverse (SEGFAULT)
    158 - serialization_stream_temp (SEGFAULT)
    159 - serialization_sort_empty_input (SEGFAULT)
    160 - serialization_sort_internal_report (SEGFAULT)
    161 - serialization_sort_internal_report_after_resize (SEGFAULT)
    162 - serialization_sort_one_run_external_report (SEGFAULT)
    163 - serialization_sort_external_report (SEGFAULT)
    164 - serialization_sort_small_final_fanout (SEGFAULT)
    165 - serialization_sort_evacuate_before_merge (SEGFAULT)
    166 - serialization_sort_evacuate_before_report (SEGFAULT)
    167 - serialization_sort_file_limit (SEGFAULT)
    168 - stats_simple (SEGFAULT)
    169 - stream_basic (SEGFAULT)
    170 - stream_array (SEGFAULT)
    171 - stream_array_compressed (SEGFAULT)
    172 - stream_odd (SEGFAULT)
    173 - stream_odd_compressed (SEGFAULT)
    174 - stream_reopen (SEGFAULT)
    175 - stream_truncate (SEGFAULT)
    176 - stream_extend (SEGFAULT)
    177 - stream_backwards (SEGFAULT)
    178 - stream_array_file (SEGFAULT)
    179 - stream_odd_file (SEGFAULT)
    180 - stream_truncate_file (SEGFAULT)
    181 - stream_extend_file (SEGFAULT)
    182 - stream_backwards_file (SEGFAULT)
    183 - stream_user_data (SEGFAULT)
    184 - stream_user_data_file (SEGFAULT)
    185 - stream_peek_skip_1 (SEGFAULT)
    186 - stream_peek_skip_2 (SEGFAULT)
    187 - stream_backwards_compressed (SEGFAULT)
    188 - stream_extend_compressed (SEGFAULT)
    189 - stream_truncate_compressed (SEGFAULT)
    190 - stream_user_data_compressed (SEGFAULT)
    191 - stream_exception_basic (SEGFAULT)
    192 - pipelining_vector (SEGFAULT)
    193 - pipelining_filestream (SEGFAULT)
    194 - pipelining_fspull (SEGFAULT)
    195 - pipelining_merge (SEGFAULT)
    196 - pipelining_reverse (SEGFAULT)
    197 - pipelining_internal_reverse (SEGFAULT)
    198 - pipelining_passive_reverse (SEGFAULT)
    199 - pipelining_internal_passive_reverse (SEGFAULT)
    200 - pipelining_sort (SEGFAULT)
    201 - pipelining_sorttrivial (SEGFAULT)
    202 - pipelining_operators (SEGFAULT)
    203 - pipelining_uniq (SEGFAULT)
    204 - pipelining_memory (SEGFAULT)
    205 - pipelining_fork (SEGFAULT)
    206 - pipelining_merger_memory (SEGFAULT)
    207 - pipelining_bound_fetch_forward (SEGFAULT)
    208 - pipelining_fetch_forward (SEGFAULT)
    209 - pipelining_forward_multiple_pipelines (SEGFAULT)
    210 - pipelining_forward_unique_ptr (SEGFAULT)
    211 - pipelining_pipe_base_forward (SEGFAULT)
    212 - pipelining_virtual (SEGFAULT)
    213 - pipelining_virtual_cref_item_type (SEGFAULT)
    214 - pipelining_virtual_fork (SEGFAULT)
    215 - pipelining_prepare (SEGFAULT)
    216 - pipelining_end_time (SEGFAULT)
    217 - pipelining_pull_iterator (SEGFAULT)
    218 - pipelining_push_iterator (SEGFAULT)
    219 - pipelining_parallel (SEGFAULT)
    220 - pipelining_parallel_ordered (SEGFAULT)
    221 - pipelining_parallel_multiple (SEGFAULT)
    222 - pipelining_parallel_own_buffer (SEGFAULT)
    223 - pipelining_parallel_push_in_end (SEGFAULT)
    224 - pipelining_node_map (SEGFAULT)
    225 - pipelining_join (SEGFAULT)
    226 - pipelining_split (SEGFAULT)
    227 - pipelining_copy_ctor (SEGFAULT)
    228 - pipelining_datastructures (SEGFAULT)
    229 - pipelining_subpipeline (SEGFAULT)
    230 - pipelining_file_limit_sort (SEGFAULT)
    231 - pipelining_passive_virtual_management (SEGFAULT)
    232 - pipelining_join_split_dealloc (SEGFAULT)
    233 - pipelining_nodeset_dealloc (SEGFAULT)
    234 - pipelining_pipeline_dealloc (SEGFAULT)
    235 - pipelining_parallel_exception (SEGFAULT)
    236 - pipelining_runtime_evacuate (SEGFAULT)
    237 - pipelining_runtime_get_phase_graph (SEGFAULT)
    238 - pipelining_runtime_optimal_satisfiable_ordering (SEGFAULT)
    239 - pipelining_runtime_evacuate_phase_graph (SEGFAULT)
    240 - pipelining_serialization_basic (SEGFAULT)
    241 - pipelining_serialization_reverse (SEGFAULT)
    242 - pipelining_serialization_sort (SEGFAULT)
    243 - maybe_basic (SEGFAULT)
    244 - maybe_unique_ptr (SEGFAULT)
    245 - close_file_internal (SEGFAULT)
    246 - close_file_serialization_writer_close (SEGFAULT)
    247 - close_file_serialization_writer_dtor (SEGFAULT)
    248 - close_file_serialization_reader_dtor (SEGFAULT)
    249 - close_file_file_limit_enforcement (SEGFAULT)
    250 - node_name_gcc (SEGFAULT)
    251 - node_name_msvc (SEGFAULT)
    252 - snappy_basic (SEGFAULT)
    253 - tiny_sort (SEGFAULT)
    254 - tiny_set (SEGFAULT)
    255 - tiny_map (SEGFAULT)
    256 - tiny_multiset (SEGFAULT)
    257 - tiny_multimap (SEGFAULT)
Errors while running CTest
Makefile:61: recipe for target 'test' failed
make: *** [test] Error 8
tyilo commented 7 years ago

Could you run test/unit/ut-tiny sort with gdb and paste the backtrace of where the SEGFAULT happens?

tyilo commented 6 years ago

I'm closing this due to no response.