When Comparing two database schemes i am facing the issue
170407 12:16:38 - 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.
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.
keybuffersize=16777216
readbuffersize=262144
maxusedconnections=2
maxthreads=151
threadcount=2
connectioncount=2
It is possible that mysqld could use up to
keybuffersize + (readbuffersize + sortbuffersize)*maxthreads = 133447 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
thd: 0xd4c4400
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...
00DC4A3A mysqld.exe!?print@Itemfuncgroupconcat@@UAEXPAVString@@W4enumquerytype@@@Z()
00D057BA mysqld.exe!?printitemwname@Item@@QAEXPAVString@@W4enumquerytype@@@Z()
00D93493 mysqld.exe!?print@stselectlex@@QAEXPAVTHD@@PAVString@@W4enumquerytype@@@Z()
77A6948D ntdll.dll!RtlSizeHeap()
41204554
524F474C
4D485449
444E553D
4E494645
44204445
4E494645
603D5245
00F09959 mystrnxfrmlenunicodefullbin()
00D27957 ?strconvert@@YAIPAUcharsetinfost@@PBD0PADIPAI@Z()
77A8E0DD RtlUnicodeToMultiByteN()
77A718F7 RtlReleaseSRWLockShared()
77A6DB4D RtlDosSearchPathUstr()
77A6D9E4 RtlDosSearchPathUstr()
00CF1057 ?checkdbdirexistence@@YANPBD@Z()
00CF106D ?checkdbdirexistence@@YANPBD@Z()
00CE3046 ?getcachedtableaccess@@YAPBVACLinternaltableaccess@@PAUstgrantinternalinfo@@PBD1@Z()
00EE568D unpackfilename()
00CE58FE ?checkgrant@@YANPAVTHD@@KPAUTABLELIST@@NI2@Z()
00CE5915 ?checkgrant@@YANPAVTHD@@KPAUTABLELIST@@NI2@Z()
77A6B598 RtlFreeHeap()
00CE2FC9 ?lookup@ACLinternalschemaregistry@@SAPBVACLinternalschemaaccess@@PBD@Z()
00CE3008 ?getcachedschemaaccess@@YAPBVACLinternalschemaaccess@@PAUstgrantinternalinfo@@PBD@Z()
00C8D730 ?checkaccess@@YANPAVTHD@@KPBDPAKPAUstgrantinternalinfo@@N4@Z()
00C8FA46 ?checktableaccess@@YANPAVTHD@@KPAUTABLELIST@@NI2@Z()
00C922A3 ?mysqlexecutecommand@@YAHPAVTHD@@@Z()
00C922EE ?mysqlexecutecommand@@YAHPAVTHD@@@Z()
0D4C4400
030147F8
0DD2F360
0D4C4400
00CE7822 ?getcolumngrant@@YAKPAVTHD@@PAUstgrantinfo@@PBD22@Z()
00CE7880 ?getcolumngrant@@YAKPAVTHD@@PAUstgrantinfo@@PBD22@Z()
00C84AAC thdincrementbytessent()
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort...
thd->query at 030146C0=SHOW CREATE VIEW espb1201bm20170406.viretailerscountmo
thd->threadid=3
thd->killed=NOTKILLED
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.