Bug #81538 UTC - mysqld got exception 0xc000001d
Submitted: 23 May 2016 7:53 Modified: 30 May 2016 7:29
Reporter: Song Qiang Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:5.7.10-log OS:Windows (server 2008)
Assigned to: CPU Architecture:Any

[23 May 2016 7:53] Song Qiang
Description:
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.
Attempting to collect some information that could help diagnose the problem.
As this is a crash and something is definitely wrong, the information
collection process might fail.

key_buffer_size=8388608
read_buffer_size=65536
max_used_connections=44
max_threads=151
thread_count=44
connection_count=44
It is possible that mysqld could use up to 
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 58341 K  bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

Thread pointer: 0xa1d43870
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...
1402039c1    mysqld.exe!my_wildcmp_mb()
13f72177b    mysqld.exe!?get_sweep_read_cost@@YAXPEAUTABLE@@_K_NPEAVCost_estimate@@@Z()
13fcf6937    mysqld.exe!?right@?$Priority_queue@PEAVQUICK_SELECT_I@@V?$vector@PEAVQUICK_SELECT_I@@V?$Malloc_allocator@PEAVQUICK_SELECT_I@@@@@std@@UQuick_ror_union_less@@@@CA_K_K@Z()
13fceca09    mysqld.exe!?ft_end@handler@@QEAAXXZ()
13fcf8bd5    mysqld.exe!?test_quick_select@@YAHPEAVTHD@@V?$Bitmap@$0EA@@@_K2_NW4enum_order@st_order@@PEBVQEP_shared_owner@@PEAVItem@@PEAV2@PEAPEAVQUICK_SELECT_I@@@Z()
13fd13ca8    mysqld.exe!?mysql_update@@YA_NPEAVTHD@@AEAV?$List@VItem@@@@1_KW4enum_duplicates@@PEA_K4@Z()
13fd15ef0    mysqld.exe!?try_single_table_update@Sql_cmd_update@@AEAA_NPEAVTHD@@PEA_N@Z()
13fd1231a    mysqld.exe!?execute@Sql_cmd_update@@UEAA_NPEAVTHD@@@Z()
13f7758a5    mysqld.exe!?mysql_execute_command@@YAHPEAVTHD@@_N@Z()
13f77817a    mysqld.exe!?mysql_parse@@YAXPEAVTHD@@PEAVParser_state@@@Z()
13f77128d    mysqld.exe!?dispatch_command@@YA_NPEAVTHD@@PEBTCOM_DATA@@W4enum_server_command@@@Z()
13f77223a    mysqld.exe!?do_command@@YA_NPEAVTHD@@@Z()
13f74e8a4    mysqld.exe!handle_connection()
14014a392    mysqld.exe!?reserve@?$vector@EV?$allocator@E@std@@@std@@QEAAX_K@Z()
13fe6ea4b    mysqld.exe!my_thread_once()
14020b13f    mysqld.exe!my_wildcmp_mb()
14020b38a    mysqld.exe!my_wildcmp_mb()
774df56d    kernel32.dll!BaseThreadInitThunk()
77713281    ntdll.dll!RtlUserThreadStart()

How to repeat:
Query (a1f05740): update videoslice set Locations=GeomFromText('POINT(0 0)') where VideoID='41A3413B8BE1C142B8DEA5D846F54305'
[23 May 2016 9:23] MySQL Verification Team
this means STATUS_ILLEGAL_INSTRUCTION.
I wonder if it is related to http://bugs.mysql.com/bug.php?id=81197
[30 May 2016 3:32] Song Qiang
Shane Bester, thank you, after add server 2008 sp1,it works ok.  the server 2008 do not support avx or disable avx
[30 May 2016 7:29] MySQL Verification Team
Thank you for confirming that with sp1 it works.
For now, marking this as duplicate of Bug #81197