I do have the same problem as described in this report.
Please tell me which information you need to analyze the problem.
-------------------------
This is from my error.log:
2016-05-25 9:23:45 8212 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2016-05-25 9:23:45 8212 [Note] InnoDB: The InnoDB memory heap is disabled
2016-05-25 9:23:45 8212 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2016-05-25 9:23:45 8212 [Note] InnoDB: Memory barrier is not used
2016-05-25 9:23:45 8212 [Note] InnoDB: Compressed tables use zlib 1.2.3
2016-05-25 9:23:45 8212 [Note] InnoDB: Using generic crc32 instructions
2016-05-25 9:23:45 8212 [Note] InnoDB: Initializing buffer pool, size = 2.0G
2016-05-25 9:23:45 8212 [Note] InnoDB: Completed initialization of buffer pool
2016-05-25 9:23:45 8212 [Note] InnoDB: Highest supported file format is Barracuda.
2016-05-25 9:23:48 8212 [Note] InnoDB: 128 rollback segment(s) are active.
2016-05-25 9:23:48 8212 [Note] InnoDB: Waiting for purge to start
2016-05-25 9:23:48 8212 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.29-76.2 started; log sequence number 8923647626
2016-05-25 9:23:49 3572 [Note] InnoDB: Dumping buffer pool(s) not yet started
2016-05-25 9:23:49 8212 [Note] Plugin 'FEEDBACK' is disabled.
2016-05-25 9:23:49 8212 [Note] Server socket created on IP: '::'.
2016-05-25 9:23:49 8212 [Note] C:\Program Files\MariaDB 10.1\bin\mysqld.exe: ready for connections.
Version: '10.1.14-MariaDB' socket: '' port: 3306 mariadb.org binary distribution
2016-05-25 9:25:56 11564 [Note] C:\Program Files\MariaDB 10.1\bin\mysqld.exe: Normal shutdown
2016-05-25 9:25:56 11564 [Note] Event Scheduler: Purging the queue. 0 events
2016-05-25 9:25:57 10320 [Note] InnoDB: FTS optimize thread exiting.
2016-05-25 9:25:57 11564 [Note] InnoDB: Starting shutdown...
2016-05-25 9:25:58 11564 [Note] InnoDB: Shutdown completed; log sequence number 8923692581
2016-05-25 9:25:58 11564 [Note] C:\Program Files\MariaDB 10.1\bin\mysqld.exe: Shutdown complete
2016-05-25 9:25:59 3132 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2016-05-25 9:25:59 3132 [Note] InnoDB: The InnoDB memory heap is disabled
2016-05-25 9:25:59 3132 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2016-05-25 9:25:59 3132 [Note] InnoDB: Memory barrier is not used
2016-05-25 9:25:59 3132 [Note] InnoDB: Compressed tables use zlib 1.2.3
2016-05-25 9:25:59 3132 [Note] InnoDB: Using generic crc32 instructions
2016-05-25 9:25:59 3132 [Note] InnoDB: Initializing buffer pool, size = 2.0G
2016-05-25 9:25:59 3132 [Note] InnoDB: Completed initialization of buffer pool
2016-05-25 9:25:59 3132 [Note] InnoDB: Highest supported file format is Barracuda.
2016-05-25 9:26:02 3132 [Note] InnoDB: 128 rollback segment(s) are active.
2016-05-25 9:26:02 3132 [Note] InnoDB: Waiting for purge to start
2016-05-25 9:26:02 3132 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.29-76.2 started; log sequence number 8923692581
2016-05-25 9:26:02 13116 [Note] InnoDB: Dumping buffer pool(s) not yet started
2016-05-25 9:26:02 3132 [Note] Plugin 'FEEDBACK' is disabled.
2016-05-25 9:26:02 3132 [Note] Server socket created on IP: '::'.
2016-05-25 9:26:02 3132 [Note] C:\Program Files\MariaDB 10.1\bin\mysqld.exe: ready for connections.
Version: '10.1.14-MariaDB' socket: '' port: 3306 mariadb.org binary distribution
*160525 15:17:47 [ERROR] mysqld got exception 0xc0000005 ;
*This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
To report this bug, see https://mariadb.com/kb/en/reporting-bugs
We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed,
something is definitely wrong and this may fail.
Server version: 10.1.14-MariaDB
key_buffer_size=134217728
read_buffer_size=131072
max_used_connections=30
max_threads=1001
thread_count=10
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 2311978 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
Thread pointer: 0x0xb4a57724f8
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
mysqld.exe!Item_in_subselect::fix_fields()[item_subselect.cc:3171]
mysqld.exe!Item_in_optimizer::fix_fields()[item_cmpfunc.cc:1352]
mysqld.exe!Item_func::fix_fields()[item_func.cc:208]
mysqld.exe!Item_func_not::fix_fields()[item_cmpfunc.cc:5806]
mysqld.exe!Item_cond::fix_fields()[item_cmpfunc.cc:4529]
mysqld.exe!Item_cond::fix_fields()[item_cmpfunc.cc:4529]
mysqld.exe!setup_conds()[sql_base.cc:8630]
mysqld.exe!setup_without_group()[sql_select.cc:646]
mysqld.exe!JOIN::prepare()[sql_select.cc:799]
mysqld.exe!mysql_select()[sql_select.cc:3431]
mysqld.exe!handle_select()[sql_select.cc:384]
mysqld.exe!execute_sqlcom_select()[sql_parse.cc:5894]
mysqld.exe!mysql_execute_command()[sql_parse.cc:2960]
mysqld.exe!mysql_open_cursor()[sql_cursor.cc:141]
mysqld.exe!sp_cursor::open()[sp_rcontext.cc:459]
mysqld.exe!sp_instr_copen::exec_core()[sp_head.cc:3811]
mysqld.exe!sp_lex_keeper::reset_lex_and_exec_core()[sp_head.cc:2979]
mysqld.exe!sp_instr_copen::execute()[sp_head.cc:3797]
mysqld.exe!sp_head::execute()[sp_head.cc:1317]
mysqld.exe!sp_head::execute_trigger()[sp_head.cc:1646]
mysqld.exe!Table_triggers_list::process_triggers()[sql_trigger.cc:2177]
mysqld.exe!fill_record_n_invoke_before_triggers()[sql_base.cc:9014]
mysqld.exe!select_insert::store_values()[sql_insert.cc:3749]
mysqld.exe!select_insert::send_data()[sql_insert.cc:3683]
mysqld.exe!end_send()[sql_select.cc:19394]
mysqld.exe!evaluate_join_record()[sql_select.cc:18484]
mysqld.exe!sub_select()[sql_select.cc:18258]
mysqld.exe!do_select()[sql_select.cc:17913]
mysqld.exe!JOIN::exec_inner()[sql_select.cc:3228]
mysqld.exe!JOIN::exec()[sql_select.cc:2519]
mysqld.exe!mysql_select()[sql_select.cc:3453]
mysqld.exe!handle_select()[sql_select.cc:384]
mysqld.exe!mysql_execute_command()[sql_parse.cc:4002]
mysqld.exe!Prepared_statement::execute()[sql_prepare.cc:4269]
mysqld.exe!Prepared_statement::execute_loop()[sql_prepare.cc:3901]
mysqld.exe!mysql_sql_stmt_execute()[sql_prepare.cc:3034]
mysqld.exe!mysql_execute_command()[sql_parse.cc:2972]
mysqld.exe!sp_instr_stmt::exec_core()[sp_head.cc:3215]
mysqld.exe!sp_lex_keeper::reset_lex_and_exec_core()[sp_head.cc:2979]
mysqld.exe!sp_instr_stmt::execute()[sp_head.cc:3131]
mysqld.exe!sp_head::execute()[sp_head.cc:1317]
mysqld.exe!sp_head::execute_procedure()[sp_head.cc:2104]
mysqld.exe!do_execute_sp()[sql_parse.cc:2405]
mysqld.exe!mysql_execute_command()[sql_parse.cc:5253]
mysqld.exe!mysql_parse()[sql_parse.cc:7319]
mysqld.exe!dispatch_command()[sql_parse.cc:1489]
mysqld.exe!do_command()[sql_parse.cc:1107]
mysqld.exe!threadpool_process_request()[threadpool_common.cc:239]
mysqld.exe!io_completion_callback()[threadpool_win.cc:568]
KERNEL32.DLL!GetThreadTimes()
ntdll.dll!RtlCheckTokenMembershipEx()
ntdll.dll!RtlTryEnterCriticalSection()
KERNEL32.DLL!BaseThreadInitThunk()
ntdll.dll!RtlUserThreadStart()
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (0xb4a5ad3ac0): INSERT INTO DFIL SELECT * FROM temp_DFIL
Connection ID (thread ID): 2426
Status: NOT_KILLED
Optimizer switch: index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,engine_condition_pushdown=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,materialization=on,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=off,mrr_cost_based=off,mrr_sort_keys=off,outer_join_with_cache=on,semijoin_with_cache=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=off,table_elimination=on,extended_keys=on,exists_to_in=on
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
information that should help you find out what is causing the crash.
cskristof,
Could you please attach your cnf file(s) and paste the output of
-- ... and also
-- for each trigger that the previous command returns, and
It would be even better if you could provide the schema/data dump. You can upload it to ftp.askmonty.org/private.