1#
2# MDEV-6580 Assertion `thd' failed in my_malloc_size_cb_func upon writing status report into error log
3#
4source include/not_windows.inc;
5source include/not_embedded.inc;
6let $pid=`select @@pid_file`;
7exec kill -1 `cat $pid`;
8
9select 'ok';
10
11