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":810,"ttfb":224.19999998807907,"pageVisibility":"visible","entityId":66635,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":1,"journeyId":"f9eff978-1c04-407f-acdb-c4294a05597b","navigationType":0,"readyForUser":911.3000000119209,"redirectCount":0,"resourceLoadedEnd":845.6999999880791,"resourceLoadedStart":231.89999997615814,"resourceTiming":[{"duration":9.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":231.89999997615814,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":231.89999997615814,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":241.39999997615814,"responseStart":0,"secureConnectionStart":0},{"duration":9.599999964237213,"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":232.30000001192093,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":232.30000001192093,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":241.89999997615814,"responseStart":0,"secureConnectionStart":0},{"duration":69.40000003576279,"initiatorType":"script","name":"https://jira.mariadb.org/s/fbf975c0cce4b1abf04784eeae9ba1f4-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":232.39999997615814,"connectEnd":232.39999997615814,"connectStart":232.39999997615814,"domainLookupEnd":232.39999997615814,"domainLookupStart":232.39999997615814,"fetchStart":232.39999997615814,"redirectEnd":0,"redirectStart":0,"requestStart":232.39999997615814,"responseEnd":301.80000001192093,"responseStart":301.80000001192093,"secureConnectionStart":232.39999997615814},{"duration":154.20000004768372,"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":232.5999999642372,"connectEnd":232.5999999642372,"connectStart":232.5999999642372,"domainLookupEnd":232.5999999642372,"domainLookupStart":232.5999999642372,"fetchStart":232.5999999642372,"redirectEnd":0,"redirectStart":0,"requestStart":232.5999999642372,"responseEnd":386.80000001192093,"responseStart":386.69999998807907,"secureConnectionStart":232.5999999642372},{"duration":157.69999998807907,"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":232.89999997615814,"connectEnd":232.89999997615814,"connectStart":232.89999997615814,"domainLookupEnd":232.89999997615814,"domainLookupStart":232.89999997615814,"fetchStart":232.89999997615814,"redirectEnd":0,"redirectStart":0,"requestStart":232.89999997615814,"responseEnd":390.5999999642372,"responseStart":390.5999999642372,"secureConnectionStart":232.89999997615814},{"duration":158,"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":233,"connectEnd":233,"connectStart":233,"domainLookupEnd":233,"domainLookupStart":233,"fetchStart":233,"redirectEnd":0,"redirectStart":0,"requestStart":233,"responseEnd":391,"responseStart":391,"secureConnectionStart":233},{"duration":158.39999997615814,"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":233.19999998807907,"connectEnd":233.19999998807907,"connectStart":233.19999998807907,"domainLookupEnd":233.19999998807907,"domainLookupStart":233.19999998807907,"fetchStart":233.19999998807907,"redirectEnd":0,"redirectStart":0,"requestStart":233.19999998807907,"responseEnd":391.5999999642372,"responseStart":391.5999999642372,"secureConnectionStart":233.19999998807907},{"duration":215.19999998807907,"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":233.39999997615814,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":233.39999997615814,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":448.5999999642372,"responseStart":0,"secureConnectionStart":0},{"duration":158.5999999642372,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","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":392.0999999642372,"responseStart":392.0999999642372,"secureConnectionStart":233.5},{"duration":215,"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":233.69999998807907,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":233.69999998807907,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":448.69999998807907,"responseStart":0,"secureConnectionStart":0},{"duration":158.69999998807907,"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":233.89999997615814,"connectEnd":233.89999997615814,"connectStart":233.89999997615814,"domainLookupEnd":233.89999997615814,"domainLookupStart":233.89999997615814,"fetchStart":233.89999997615814,"redirectEnd":0,"redirectStart":0,"requestStart":233.89999997615814,"responseEnd":392.5999999642372,"responseStart":392.5999999642372,"secureConnectionStart":233.89999997615814},{"duration":223.29999995231628,"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":234.80000001192093,"connectEnd":234.80000001192093,"connectStart":234.80000001192093,"domainLookupEnd":234.80000001192093,"domainLookupStart":234.80000001192093,"fetchStart":234.80000001192093,"redirectEnd":0,"redirectStart":0,"requestStart":234.80000001192093,"responseEnd":458.0999999642372,"responseStart":458.0999999642372,"secureConnectionStart":234.80000001192093},{"duration":240.9000000357628,"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":234.89999997615814,"connectEnd":234.89999997615814,"connectStart":234.89999997615814,"domainLookupEnd":234.89999997615814,"domainLookupStart":234.89999997615814,"fetchStart":234.89999997615814,"redirectEnd":0,"redirectStart":0,"requestStart":234.89999997615814,"responseEnd":475.80000001192093,"responseStart":475.80000001192093,"secureConnectionStart":234.89999997615814},{"duration":40,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":477.19999998807907,"connectEnd":477.19999998807907,"connectStart":477.19999998807907,"domainLookupEnd":477.19999998807907,"domainLookupStart":477.19999998807907,"fetchStart":477.19999998807907,"redirectEnd":0,"redirectStart":0,"requestStart":477.19999998807907,"responseEnd":517.1999999880791,"responseStart":517.1999999880791,"secureConnectionStart":477.19999998807907},{"duration":203.30000001192093,"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":521.1999999880791,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":521.1999999880791,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":724.5,"responseStart":0,"secureConnectionStart":0},{"duration":241.80000001192093,"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":522.1999999880791,"connectEnd":522.1999999880791,"connectStart":522.1999999880791,"domainLookupEnd":522.1999999880791,"domainLookupStart":522.1999999880791,"fetchStart":522.1999999880791,"redirectEnd":0,"redirectStart":0,"requestStart":522.1999999880791,"responseEnd":764,"responseStart":764,"secureConnectionStart":522.1999999880791},{"duration":157.89999997615814,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":802.1999999880791,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":802.1999999880791,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":960.0999999642372,"responseStart":0,"secureConnectionStart":0},{"duration":60.30000001192093,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":810.5,"connectEnd":810.5,"connectStart":810.5,"domainLookupEnd":810.5,"domainLookupStart":810.5,"fetchStart":810.5,"redirectEnd":0,"redirectStart":0,"requestStart":810.5,"responseEnd":870.8000000119209,"responseStart":870.8000000119209,"secureConnectionStart":810.5},{"duration":323.10000002384186,"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":522.5999999642372,"connectEnd":522.5999999642372,"connectStart":522.5999999642372,"domainLookupEnd":522.5999999642372,"domainLookupStart":522.5999999642372,"fetchStart":522.5999999642372,"redirectEnd":0,"redirectStart":0,"requestStart":522.5999999642372,"responseEnd":845.6999999880791,"responseStart":845.6999999880791,"secureConnectionStart":522.5999999642372}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":31,"responseStart":224,"responseEnd":229,"domLoading":229,"domInteractive":1006,"domContentLoadedEventStart":1006,"domContentLoadedEventEnd":1053,"domComplete":1173,"loadEventStart":1173,"loadEventEnd":1173,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":966},{"name":"bigPipe.sidebar-id.end","time":966.6999999880791},{"name":"bigPipe.activity-panel-pipe-id.start","time":967},{"name":"bigPipe.activity-panel-pipe-id.end","time":968},{"name":"activityTabFullyLoaded","time":1070.300000011921}],"measures":[],"correlationId":"f0a8adfe9b32ac","effectiveType":"4g","downlink":9.2,"rtt":0,"serverDuration":124,"dbReadsTimeInMs":17,"dbConnsTimeInMs":29,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
Hi Sukan, please add information about what query is crashing and structures of tables, that are involved. (it is also possible to upload them to ftp://ftp.askmonty.org/private/)