Configuration file:
############################################ # RUN PARAMETERS ############################################ abort=0 auto_throttle=1 firstfit=0 bitcnt=6 bloom=1 bloom_bit_count=54 bloom_hash_count=7 bloom_oldest=0 cache=6 checkpoints=1 checksum=uncompressed chunk_size=4 compaction=1 compression=none data_extend=0 data_source=table delete_pct=20 dictionary=0 evict_max=1 file_type=row-store backups=0 huffman_key=0 huffman_value=0 insert_pct=35 internal_key_truncation=1 internal_page_max=9 isolation=read-uncommitted key_gap=7 key_max=256 key_min=256 leak_memory=0 leaf_page_max=9 logging=1 logging_archive=0 logging_prealloc=0 logging=1 lsm_worker_threads=3 merge_max=4 mmap=1 ops=100000 prefix_compression=1 prefix_compression_min=7 repeat_data_pct=23 reverse=0 rows=100000 runs=1 split_pct=74 statistics=0 threads=25 timer=0 value_max=2470 value_min=10 wiredtiger_config= write_pct=20 ############################################
The original failure is here:
http://build.wiredtiger.com:8080/job/wiredtiger-test-format-stress/6184/
++ nice catchsegv ./t runs=1 file_type=row leaf_page_max=9 internal_page_max=9 key_min=256 value_min=10 t: process 23743 [1423445626:546193][23743:0x7fc954dfa700], t, file:wt.wt, cursor.insert: ../src/reconcile/rec_write.c, 1995: r->page_size >= (WT_PAGE_HEADER_BYTE_SIZE(btree) + inuse) [1423445626:546252][23743:0x7fc954dfa700], t, file:wt.wt, cursor.insert: aborting WiredTiger library *** Aborted
It's likely related to WT-1631