The following crash happens after upgrade to 10.5.8 (same setup worked in 10.4.11):
|
210201 13:42:03 [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.5.8-MariaDB-log
|
key_buffer_size=67108864
|
read_buffer_size=1048576
|
max_used_connections=82
|
max_threads=65537
|
thread_count=100
|
It is possible that mysqld could use up to
|
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 88784 K bytes of memory
|
Hope that's ok; if not, decrease some variables in the equation.
|
|
Thread pointer: 0x27ed1cb7c88
|
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...
|
ha_spider.dll!spider_flush_table_mon_cache_init()
|
ha_spider.dll!spider_ping_table_init()
|
ha_spider.dll!spider_ping_table_init()
|
ha_spider.dll!spider_ping_table_init()
|
server.dll!handler::ha_rnd_next()[handler.cc:3066]
|
server.dll!ha_partition::rnd_next()[ha_partition.cc:5220]
|
server.dll!handler::ha_rnd_next()[handler.cc:3066]
|
server.dll!rr_sequential()[records.cc:519]
|
server.dll!sub_select()[sql_select.cc:20616]
|
server.dll!do_select()[sql_select.cc:20153]
|
server.dll!JOIN::exec_inner()[sql_select.cc:4459]
|
server.dll!JOIN::exec()[sql_select.cc:4241]
|
server.dll!mysql_select()[sql_select.cc:4657]
|
server.dll!handle_select()[sql_select.cc:417]
|
server.dll!execute_sqlcom_select()[sql_parse.cc:6266]
|
server.dll!mysql_execute_command()[sql_parse.cc:3968]
|
server.dll!mysql_parse()[sql_parse.cc:8048]
|
server.dll!dispatch_command()[sql_parse.cc:1875]
|
server.dll!do_command()[sql_parse.cc:1353]
|
server.dll!threadpool_process_request()[threadpool_common.cc:363]
|
server.dll!tp_callback()[threadpool_common.cc:194]
|
ntdll.dll!RtlReleaseSRWLockExclusive()
|
ntdll.dll!RtlReleaseSRWLockExclusive()
|
KERNEL32.DLL!BaseThreadInitThunk()
|
ntdll.dll!RtlUserThreadStart()
|
|
Trying to get some variables.
|
Some pointers may be invalid and cause the dump to abort.
|
Query (0x27ed1cc11b0): select * from db.`spider_table
|
|
limit 0, 1000
|
Connection ID (thread ID): 25
|
Status: NOT_KILLED
|
...
|
The table has several partitions defined like these:
PARTITION BY RANGE (`ID`)
|
(PARTITION `pt1` VALUES LESS THAN (921201)
|
COMMENT = 'srv "archive", table "data_1900_2005"' ENGINE = SPIDER,
|
...
|
PARTITION `pt10` VALUES LESS THAN (596063838)
|
COMMENT = 'srv "archive", table "data_2017_2019"' ENGINE = SPIDER,
|
PARTITION `pt11` VALUES LESS THAN MAXVALUE
|
COMMENT = 'srv "current", table "db_current"' ENGINE = SPIDER);
|
The crash happens here according to the minidump created:
...
|
CONTEXT: (.ecxr)
|
.ecxr
|
rax=00000000020007d0 rbx=0000027ed23ff060 rcx=0000027ed23ff060
|
rdx=00000000000001b8 rsi=0000000000000000 rdi=00000000020007d0
|
rip=00007ff9e1b07c05 rsp=0000007f3735d5b0 rbp=0000027ed2f59bf0
|
r8=0000000000000001 r9=0000000000000000 r10=0000027ed4a42118
|
r11=0000007f3735d548 r12=0000000000000001 r13=00000000ffffffff
|
r14=0000027ed2f59bf0 r15=00007ff9d6bccc38
|
iopl=0 nv up ei pl zr na po nc
|
cs=0033 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00010246
|
ha_spider!spider_set_direct_limit_offset+0x45:
|
00007ff9`e1b07c05 80b87a06000001 cmp byte ptr [rax+67Ah],1 ds:00000000`02000e4a=??
|
.cxr
|
Resetting default scope
|
|
FAULTING_IP:
|
ha_spider!spider_set_direct_limit_offset+45 [D:\winx64-packages\build\src\storage\spider\spd_table.cc @ 9354]
|
00007ff9`e1b07c05 80b87a06000001 cmp byte ptr [rax+67Ah],1
|
|
EXCEPTION_RECORD: (.exr -1)
|
.exr -1
|
ExceptionAddress: 00007ff9e1b07c05 (ha_spider!spider_set_direct_limit_offset+0x0000000000000045)
|
ExceptionCode: c0000005 (Access violation)
|
ExceptionFlags: 00000000
|
NumberParameters: 2
|
Parameter[0]: 0000000000000000
|
Parameter[1]: 0000000002000e4a
|
Attempt to read from address 0000000002000e4a
|
|
DEFAULT_BUCKET_ID: INVALID_POINTER_READ
|
|
PROCESS_NAME: mysqld.exe
|
|
ERROR_CODE: (NTSTATUS) 0xc0000005 - <Unable to get error code text>
|
|
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - <Unable to get error code text>
|
|
EXCEPTION_CODE_STR: c0000005
|
|
EXCEPTION_PARAMETER1: 0000000000000000
|
|
EXCEPTION_PARAMETER2: 0000000002000e4a
|
|
FOLLOWUP_IP:
|
ha_spider!spider_set_direct_limit_offset+45 [D:\winx64-packages\build\src\storage\spider\spd_table.cc @ 9354]
|
00007ff9`e1b07c05 80b87a06000001 cmp byte ptr [rax+67Ah],1
|
|
READ_ADDRESS: 0000000002000e4a
|
...
|
I see nothing special in other threads, but maybe it's only me.
{"report":{"fcp":765.7999999523163,"ttfb":214.29999995231628,"pageVisibility":"visible","entityId":96534,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":1,"journeyId":"8dece9ab-0a08-464e-b1d2-f96bb67a9f12","navigationType":0,"readyForUser":901.7000000476837,"redirectCount":0,"resourceLoadedEnd":724.6000001430511,"resourceLoadedStart":221.20000004768372,"resourceTiming":[{"duration":27.09999990463257,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":221.20000004768372,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":221.20000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":248.29999995231628,"responseStart":0,"secureConnectionStart":0},{"duration":27.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2bu7/820016/12ta74/8679b4946efa1a0bb029a3a22206fb5d/_/download/contextbatch/css/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true","startTime":221.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":221.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":249,"responseStart":0,"secureConnectionStart":0},{"duration":85.19999980926514,"initiatorType":"script","name":"https://jira.mariadb.org/s/fbf975c0cce4b1abf04784eeae9ba1f4-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":221.60000014305115,"connectEnd":221.60000014305115,"connectStart":221.60000014305115,"domainLookupEnd":221.60000014305115,"domainLookupStart":221.60000014305115,"fetchStart":221.60000014305115,"redirectEnd":0,"redirectStart":0,"requestStart":221.60000014305115,"responseEnd":306.7999999523163,"responseStart":306.7999999523163,"secureConnectionStart":221.60000014305115},{"duration":155.59999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/099b33461394b8015fc36c0a4b96e19f-CDN/lu2bu7/820016/12ta74/8679b4946efa1a0bb029a3a22206fb5d/_/download/contextbatch/js/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true","startTime":221.70000004768372,"connectEnd":221.70000004768372,"connectStart":221.70000004768372,"domainLookupEnd":221.70000004768372,"domainLookupStart":221.70000004768372,"fetchStart":221.70000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":221.70000004768372,"responseEnd":377.2999999523163,"responseStart":377.2999999523163,"secureConnectionStart":221.70000004768372},{"duration":158.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/94c15bff32baef80f4096a08aceae8bc-CDN/lu2bu7/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":221.79999995231628,"connectEnd":221.79999995231628,"connectStart":221.79999995231628,"domainLookupEnd":221.79999995231628,"domainLookupStart":221.79999995231628,"fetchStart":221.79999995231628,"redirectEnd":0,"redirectStart":0,"requestStart":221.79999995231628,"responseEnd":380.2999999523163,"responseStart":380.2999999523163,"secureConnectionStart":221.79999995231628},{"duration":159.70000004768372,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":221.90000009536743,"connectEnd":221.90000009536743,"connectStart":221.90000009536743,"domainLookupEnd":221.90000009536743,"domainLookupStart":221.90000009536743,"fetchStart":221.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":221.90000009536743,"responseEnd":381.60000014305115,"responseStart":381.60000014305115,"secureConnectionStart":221.90000009536743},{"duration":161.69999980926514,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2bu7/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":222.10000014305115,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":222.10000014305115,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":383.7999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":160.79999995231628,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":222.10000014305115,"connectEnd":222.10000014305115,"connectStart":222.10000014305115,"domainLookupEnd":222.10000014305115,"domainLookupStart":222.10000014305115,"fetchStart":222.10000014305115,"redirectEnd":0,"redirectStart":0,"requestStart":222.10000014305115,"responseEnd":382.90000009536743,"responseStart":382.90000009536743,"secureConnectionStart":222.10000014305115},{"duration":161.59999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":222.20000004768372,"connectEnd":222.20000004768372,"connectStart":222.20000004768372,"domainLookupEnd":222.20000004768372,"domainLookupStart":222.20000004768372,"fetchStart":222.20000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":222.20000004768372,"responseEnd":383.7999999523163,"responseStart":383.7999999523163,"secureConnectionStart":222.20000004768372},{"duration":162.29999995231628,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2bu7/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/css/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.css?jira.create.linked.issue=true","startTime":222.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":222.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":384.7999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":162.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/3339d87fa2538a859872f2df449bf8d0-CDN/lu2bu7/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/js/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.js?jira.create.linked.issue=true&locale=en","startTime":222.5,"connectEnd":222.5,"connectStart":222.5,"domainLookupEnd":222.5,"domainLookupStart":222.5,"fetchStart":222.5,"redirectEnd":0,"redirectStart":0,"requestStart":222.5,"responseEnd":385,"responseStart":385,"secureConnectionStart":222.5},{"duration":326.09999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":228.20000004768372,"connectEnd":228.20000004768372,"connectStart":228.20000004768372,"domainLookupEnd":228.20000004768372,"domainLookupStart":228.20000004768372,"fetchStart":228.20000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":228.20000004768372,"responseEnd":554.2999999523163,"responseStart":554.2999999523163,"secureConnectionStart":228.20000004768372},{"duration":496.30000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":228.29999995231628,"connectEnd":228.29999995231628,"connectStart":228.29999995231628,"domainLookupEnd":228.29999995231628,"domainLookupStart":228.29999995231628,"fetchStart":228.29999995231628,"redirectEnd":0,"redirectStart":0,"requestStart":228.29999995231628,"responseEnd":724.6000001430511,"responseStart":724.6000001430511,"secureConnectionStart":228.29999995231628},{"duration":205.60000014305115,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":518.5,"connectEnd":518.5,"connectStart":518.5,"domainLookupEnd":518.5,"domainLookupStart":518.5,"fetchStart":518.5,"redirectEnd":0,"redirectStart":0,"requestStart":518.5,"responseEnd":724.1000001430511,"responseStart":724.1000001430511,"secureConnectionStart":518.5},{"duration":20.09999990463257,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":705.7000000476837,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":705.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":725.7999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":107.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/d5715adaadd168a9002b108b2b039b50-CDN/lu2bu7/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/css/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true","startTime":863.4000000953674,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":863.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":970.9000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":106.80000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/e65b778d185daf5aee24936755b43da6/_/download/contextbatch/js/browser-metrics-plugin.contrib,-_super,-project.issue.navigator,-jira.view.issue,-atl.general/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true","startTime":864.2999999523163,"connectEnd":864.2999999523163,"connectStart":864.2999999523163,"domainLookupEnd":864.2999999523163,"domainLookupStart":864.2999999523163,"fetchStart":864.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":864.2999999523163,"responseEnd":971.1000001430511,"responseStart":971.1000001430511,"secureConnectionStart":864.2999999523163},{"duration":110.79999995231628,"initiatorType":"script","name":"https://jira.mariadb.org/s/f51ef5507eea4c158f257c66c93b2a3f-CDN/lu2bu7/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/js/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true","startTime":864.7000000476837,"connectEnd":864.7000000476837,"connectStart":864.7000000476837,"domainLookupEnd":864.7000000476837,"domainLookupStart":864.7000000476837,"fetchStart":864.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":864.7000000476837,"responseEnd":975.5,"responseStart":975.5,"secureConnectionStart":864.7000000476837}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":63,"responseStart":214,"responseEnd":219,"domLoading":218,"domInteractive":944,"domContentLoadedEventStart":945,"domContentLoadedEventEnd":984,"domComplete":1337,"loadEventStart":1337,"loadEventEnd":1339,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":921.2999999523163},{"name":"bigPipe.sidebar-id.end","time":922.1000001430511},{"name":"bigPipe.activity-panel-pipe-id.start","time":922.1000001430511},{"name":"bigPipe.activity-panel-pipe-id.end","time":924.6000001430511},{"name":"activityTabFullyLoaded","time":998.9000000953674}],"measures":[],"correlationId":"36fa79dcdf7485","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":82,"dbReadsTimeInMs":17,"dbConnsTimeInMs":24,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}