MariaDB is often crashing with signal 11, the following are the error messages
Attached log from core dump,
180328 17:30:55 [ERROR] mysqld got signal 11 ;
|
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.2.10-MariaDB-log
|
key_buffer_size=536870912
|
read_buffer_size=4194304
|
max_used_connections=46
|
max_threads=1002
|
thread_count=57
|
It is possible that mysqld could use up to
|
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 8753880 K bytes of memory
|
Hope that's ok; if not, decrease some variables in the equation.
|
|
Thread pointer: 0x7ee6680009a8
|
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...
|
stack_bottom = 0x7ee82e03fe98 thread_stack 0x80000
|
/usr/local/marianormal/bin/mysqld(my_print_stacktrace+0x2e)[0xde479e]
|
/usr/local/marianormal/bin/mysqld(handle_fatal_signal+0x444)[0x7dd3d4]
|
/lib64/libpthread.so.0(+0xf5e0)[0x7f0338b9a5e0]
|
/usr/local/marianormal/bin/mysqld(_Z8filesortP3THDP5TABLEP8FilesortP16Filesort_trackerP4JOINy+0x29b)[0x7db79b]
|
/usr/local/marianormal/bin/mysqld(_Z17create_sort_indexP3THDP4JOINP13st_join_tableP8Filesort+0x17f)[0x62014f]
|
/usr/local/marianormal/bin/mysqld(_ZN24Window_funcs_computation4execEP4JOIN+0x63)[0x749fa3]
|
/usr/local/marianormal/bin/mysqld(_ZN7AGGR_OP8end_sendEv+0x34e)[0x63669e]
|
/usr/local/marianormal/bin/mysqld(_Z24sub_select_postjoin_aggrP4JOINP13st_join_tableb+0x7f)[0x63678f]
|
/usr/local/marianormal/bin/mysqld(_ZN4JOIN10exec_innerEv+0xc72)[0x64eb12]
|
/usr/local/marianormal/bin/mysqld(_Z12mysql_selectP3THDP10TABLE_LISTjR4ListI4ItemEPS4_jP8st_orderS9_S7_S9_yP13select_resultP18st_select_lex_unitP13st_select_lex+0x1fc)[0x64d3ac]
|
/usr/local/marianormal/bin/mysqld(_Z18mysql_derived_fillP3THDP3LEXP10TABLE_LIST+0x138)[0x5c29f8]
|
/usr/local/marianormal/bin/mysqld(_Z27mysql_handle_single_derivedP3LEXP10TABLE_LISTj+0x9d)[0x5c355d]
|
/usr/local/marianormal/bin/mysqld(_ZN13st_join_table12preread_initEv+0x78)[0x618b28]
|
/usr/local/marianormal/bin/mysqld(_Z10sub_selectP4JOINP13st_join_tableb+0x279)[0x631439]
|
/usr/local/marianormal/bin/mysqld(_ZN4JOIN10exec_innerEv+0xd0f)[0x64ebaf]
|
/usr/local/marianormal/bin/mysqld(_Z12mysql_selectP3THDP10TABLE_LISTjR4ListI4ItemEPS4_jP8st_orderS9_S7_S9_yP13select_resultP18st_select_lex_unitP13st_select_lex+0x1fc)[0x64d3ac]
|
/usr/local/marianormal/bin/mysqld(_Z18mysql_multi_updateP3THDP10TABLE_LISTP4ListI4ItemES6_PS4_y15enum_duplicatesbP18st_select_lex_unitP13st_select_lexPP12multi_update+0x18e)[0x698e1e]
|
/usr/local/marianormal/bin/mysqld(_Z21mysql_execute_commandP3THD+0x7878)[0x5f08b8]
|
/usr/local/marianormal/bin/mysqld(_Z11mysql_parseP3THDPcjP12Parser_statebb+0x3a2)[0x5f3eb2]
|
/usr/local/marianormal/bin/mysqld(_Z16dispatch_command19enum_server_commandP3THDPcjbb+0x26ef)[0x5f6dcf]
|
/usr/local/marianormal/bin/mysqld(_Z10do_commandP3THD+0x15d)[0x5f771d]
|
/usr/local/marianormal/bin/mysqld(_Z24do_handle_one_connectionP7CONNECT+0x235)[0x6dc185]
|
/usr/local/marianormal/bin/mysqld(handle_one_connection+0x3f)[0x6dc34f]
|
/usr/local/marianormal/bin/mysqld[0xa03bf9]
|
/lib64/libpthread.so.0(+0x7e25)[0x7f0338b92e25]
|
/lib64/libc.so.6(clone+0x6d)[0x7f0337a7134d]
|
Trying to get some variables.
|
Some pointers may be invalid and cause the dump to abort.
|
Query (0x7ee66800f780): <hidden>
|
Connection ID (thread ID): 21017
|
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,orderby_uses_equalities=on,condition_pushdown_for_derived=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.
|
Writing a core file
|
{"report":{"fcp":1310.2000007629395,"ttfb":221,"pageVisibility":"visible","entityId":66635,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":32,"apdex":0.5,"journeyId":"a51d61f8-94da-4ff1-94c6-f5ac2ef42289","navigationType":0,"readyForUser":1425.2000007629395,"redirectCount":0,"resourceLoadedEnd":1631.2000007629395,"resourceLoadedStart":232.5,"resourceTiming":[{"duration":570.2000007629395,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":232.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":232.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":802.7000007629395,"responseStart":0,"secureConnectionStart":0},{"duration":570.1999998092651,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2cib/820016/12ta74/2bf333562ca6724060a9d5f1535471f6/_/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":232.80000019073486,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":232.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":803,"responseStart":0,"secureConnectionStart":0},{"duration":578.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":233,"connectEnd":233,"connectStart":233,"domainLookupEnd":233,"domainLookupStart":233,"fetchStart":233,"redirectEnd":0,"redirectStart":0,"requestStart":233,"responseEnd":811.5,"responseStart":811.5,"secureConnectionStart":233},{"duration":613.7999992370605,"initiatorType":"script","name":"https://jira.mariadb.org/s/2d8175ec2fa4c816e8023260bd8c1786-CDN/lu2cib/820016/12ta74/2bf333562ca6724060a9d5f1535471f6/_/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":233.20000076293945,"connectEnd":233.20000076293945,"connectStart":233.20000076293945,"domainLookupEnd":233.20000076293945,"domainLookupStart":233.20000076293945,"fetchStart":233.20000076293945,"redirectEnd":0,"redirectStart":0,"requestStart":233.20000076293945,"responseEnd":847,"responseStart":847,"secureConnectionStart":233.20000076293945},{"duration":618,"initiatorType":"script","name":"https://jira.mariadb.org/s/a9324d6758d385eb45c462685ad88f1d-CDN/lu2cib/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":233.5,"connectEnd":233.5,"connectStart":233.5,"domainLookupEnd":233.5,"domainLookupStart":233.5,"fetchStart":233.5,"redirectEnd":0,"redirectStart":0,"requestStart":233.5,"responseEnd":851.5,"responseStart":851.5,"secureConnectionStart":233.5},{"duration":618.5999994277954,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":233.70000076293945,"connectEnd":233.70000076293945,"connectStart":233.70000076293945,"domainLookupEnd":233.70000076293945,"domainLookupStart":233.70000076293945,"fetchStart":233.70000076293945,"redirectEnd":0,"redirectStart":0,"requestStart":233.70000076293945,"responseEnd":852.3000001907349,"responseStart":852.3000001907349,"secureConnectionStart":233.70000076293945},{"duration":619.0999994277954,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":233.9000005722046,"connectEnd":233.9000005722046,"connectStart":233.9000005722046,"domainLookupEnd":233.9000005722046,"domainLookupStart":233.9000005722046,"fetchStart":233.9000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":233.9000005722046,"responseEnd":853,"responseStart":853,"secureConnectionStart":233.9000005722046},{"duration":736.1000003814697,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2cib/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":234.10000038146973,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":234.10000038146973,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":970.2000007629395,"responseStart":0,"secureConnectionStart":0},{"duration":619.5,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":234.20000076293945,"connectEnd":234.20000076293945,"connectStart":234.20000076293945,"domainLookupEnd":234.20000076293945,"domainLookupStart":234.20000076293945,"fetchStart":234.20000076293945,"redirectEnd":0,"redirectStart":0,"requestStart":234.20000076293945,"responseEnd":853.7000007629395,"responseStart":853.7000007629395,"secureConnectionStart":234.20000076293945},{"duration":736,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2cib/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":234.4000005722046,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":234.4000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":970.4000005722046,"responseStart":0,"secureConnectionStart":0},{"duration":619.8000001907349,"initiatorType":"script","name":"https://jira.mariadb.org/s/5d5e8fe91fbc506585e83ea3b62ccc4b-CDN/lu2cib/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":234.5,"connectEnd":234.5,"connectStart":234.5,"domainLookupEnd":234.5,"domainLookupStart":234.5,"fetchStart":234.5,"redirectEnd":0,"redirectStart":0,"requestStart":234.5,"responseEnd":854.3000001907349,"responseStart":854.3000001907349,"secureConnectionStart":234.5},{"duration":1038.3000001907349,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":235.60000038146973,"connectEnd":235.60000038146973,"connectStart":235.60000038146973,"domainLookupEnd":235.60000038146973,"domainLookupStart":235.60000038146973,"fetchStart":235.60000038146973,"redirectEnd":0,"redirectStart":0,"requestStart":235.60000038146973,"responseEnd":1273.9000005722046,"responseStart":1273.9000005722046,"secureConnectionStart":235.60000038146973},{"duration":1391.2000007629395,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":240,"connectEnd":240,"connectStart":240,"domainLookupEnd":240,"domainLookupStart":240,"fetchStart":240,"redirectEnd":0,"redirectStart":0,"requestStart":240,"responseEnd":1631.2000007629395,"responseStart":1631.2000007629395,"secureConnectionStart":240},{"duration":307.8999996185303,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":1035.6000003814697,"connectEnd":1035.6000003814697,"connectStart":1035.6000003814697,"domainLookupEnd":1035.6000003814697,"domainLookupStart":1035.6000003814697,"fetchStart":1035.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":1035.6000003814697,"responseEnd":1343.5,"responseStart":1343.5,"secureConnectionStart":1035.6000003814697},{"duration":407.69999980926514,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":1301.2000007629395,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1301.2000007629395,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1708.9000005722046,"responseStart":0,"secureConnectionStart":0}],"fetchStart":1,"domainLookupStart":1,"domainLookupEnd":1,"connectStart":1,"connectEnd":1,"requestStart":38,"responseStart":221,"responseEnd":231,"domLoading":231,"domInteractive":1654,"domContentLoadedEventStart":1654,"domContentLoadedEventEnd":1706,"domComplete":2880,"loadEventStart":2880,"loadEventEnd":2882,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1636},{"name":"bigPipe.sidebar-id.end","time":1636.9000005722046},{"name":"bigPipe.activity-panel-pipe-id.start","time":1637.1000003814697},{"name":"bigPipe.activity-panel-pipe-id.end","time":1639.3000001907349},{"name":"activityTabFullyLoaded","time":1714.5}],"measures":[],"correlationId":"806a4926d7c1af","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":110,"dbReadsTimeInMs":20,"dbConnsTimeInMs":28,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}