How to repeat:
1. Start server with --sql_mode='STRICT_TRANS_TABLES'
2. Execute the following commands:
MariaDB [test]> create table t1(a TEXT not null) ROW_FORMAT=DYNAMIC;
|
Query OK, 0 rows affected (0.02 sec)
|
|
MariaDB [test]> create index idx1 on t1(a(3073));
|
ERROR 2013 (HY000): Lost connection to MySQL server during query
|
Stacktrace:
2017-02-04 21:32:18 140557726610176 [Note] InnoDB: Online DDL : Start applying row log
|
2017-02-04 21:32:18 140557726610176 [Note] InnoDB: Online DDL : End of applying row log
|
2017-02-04 21:32:18 140557726610176 [Note] InnoDB: Online DDL : Completed
|
mysqld: /home/nirbhay/project/git-repo/mariadb/10.2/sql/sql_error.cc:380: void Diagnostics_area::set_ok_status(ulonglong, ulonglong, const char*): Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' failed.
|
170204 21:32:18 [ERROR] mysqld got signal 6 ;
|
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.4-MariaDB-debug
|
key_buffer_size=134217728
|
read_buffer_size=131072
|
max_used_connections=1
|
max_threads=153
|
thread_count=7
|
It is possible that mysqld could use up to
|
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 467287 K bytes of memory
|
Hope that's ok; if not, decrease some variables in the equation.
|
|
Thread pointer: 0x0x7fd604417070
|
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 = 0x7fd6255d6a80 thread_stack 0x48c00
|
./bin/mysqld(my_print_stacktrace+0x38)[0x558e471ce1cb]
|
addr2line: './bin/mysqld': No such file
|
./bin/mysqld(handle_fatal_signal+0x3a3)[0x558e46a3b896]
|
/lib/x86_64-linux-gnu/libpthread.so.0(+0x11390)[0x7fd62390b390]
|
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0x38)[0x7fd622cc5428]
|
/lib/x86_64-linux-gnu/libc.so.6(abort+0x16a)[0x7fd622cc702a]
|
/lib/x86_64-linux-gnu/libc.so.6(+0x2dbd7)[0x7fd622cbdbd7]
|
/lib/x86_64-linux-gnu/libc.so.6(+0x2dc82)[0x7fd622cbdc82]
|
./bin/mysqld(_ZN16Diagnostics_area13set_ok_statusEyyPKc+0x89)[0x558e467a7961]
|
./bin/mysqld(_Z5my_okP3THDyyPKc+0x4e)[0x558e4675cd0d]
|
./bin/mysqld(_Z17mysql_alter_tableP3THDPcS1_P14HA_CREATE_INFOP10TABLE_LISTP10Alter_infojP8st_orderb+0x2931)[0x558e468a5893]
|
./bin/mysqld(_Z21mysql_execute_commandP3THD+0x2f9a)[0x558e467d5366]
|
./bin/mysqld(_Z11mysql_parseP3THDPcjP12Parser_statebb+0x29d)[0x558e467e184b]
|
./bin/mysqld(_Z16dispatch_command19enum_server_commandP3THDPcjbb+0xf2f)[0x558e467cf6a1]
|
./bin/mysqld(_Z10do_commandP3THD+0x712)[0x558e467ce092]
|
./bin/mysqld(_Z24do_handle_one_connectionP7CONNECT+0x1ca)[0x558e469165b1]
|
./bin/mysqld(handle_one_connection+0x30)[0x558e46916331]
|
/lib/x86_64-linux-gnu/libpthread.so.0(+0x76ba)[0x7fd6239016ba]
|
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7fd622d9682d]
|
|
Trying to get some variables.
|
Some pointers may be invalid and cause the dump to abort.
|
Query (0x7fd604461088): create index idx1 on t1(a(3073))
|
Connection ID (thread ID): 7
|
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.
|
Aborted (core dumped)
|
- relates to
-
MDEV-7635
update defaults and simplify mysqld config parameters
-
-
Closed
Elena Stepanova
made changes -
Status
|
Open
[ 1
]
|
Confirmed
[ 10101
]
|
Elena Stepanova
made changes -
Fix Version/s
|
|
10.2
[ 14601
]
|
Assignee
|
|
Marko Mäkelä
[ marko
]
|
Marko Mäkelä
made changes -
Summary
|
Strict mode: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'
|
ALTER TABLE proceeds despite reporting ER_TOO_LONG_KEY error
|
Marko Mäkelä
made changes -
Assignee
|
Marko Mäkelä
[ marko
]
|
Sergei Golubchik
[ serg
]
|
Sergei Golubchik
made changes -
Fix Version/s
|
|
10.2.5
[ 22117
]
|
Fix Version/s
|
10.2
[ 14601
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
Status
|
Confirmed
[ 10101
]
|
Closed
[ 6
]
|
Marko Mäkelä
made changes -
Resolution
|
Fixed
[ 1
]
|
|
Status
|
Closed
[ 6
]
|
Stalled
[ 10000
]
|
Sergei Golubchik
made changes -
Status
|
Stalled
[ 10000
]
|
In Progress
[ 3
]
|
Sergei Golubchik
made changes -
Fix Version/s
|
|
10.2
[ 14601
]
|
Fix Version/s
|
10.2.5
[ 22117
]
|
|
Sergei Golubchik
made changes -
Status
|
In Progress
[ 3
]
|
Stalled
[ 10000
]
|
Sergei Golubchik
made changes -
Fix Version/s
|
|
10.2.6
[ 22527
]
|
Fix Version/s
|
10.2
[ 14601
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
Status
|
Stalled
[ 10000
]
|
Closed
[ 6
]
|
Sergei Golubchik
made changes -
Workflow
|
MariaDB v3
[ 79518
]
|
MariaDB v4
[ 151666
]
|
{"report":{"fcp":1036.3000001907349,"ttfb":327.5999994277954,"pageVisibility":"visible","entityId":60115,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"db30f537-bef1-42bf-b1d9-258d3ea868ff","navigationType":0,"readyForUser":1125.6999998092651,"redirectCount":0,"resourceLoadedEnd":1841.3999996185303,"resourceLoadedStart":334.19999980926514,"resourceTiming":[{"duration":219.19999980926514,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":334.19999980926514,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":334.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":553.3999996185303,"responseStart":0,"secureConnectionStart":0},{"duration":219.4000005722046,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/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&whisper-enabled=true","startTime":334.3999996185303,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":334.3999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":553.8000001907349,"responseStart":0,"secureConnectionStart":0},{"duration":228.30000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":334.5999994277954,"connectEnd":334.5999994277954,"connectStart":334.5999994277954,"domainLookupEnd":334.5999994277954,"domainLookupStart":334.5999994277954,"fetchStart":334.5999994277954,"redirectEnd":0,"redirectStart":0,"requestStart":334.5999994277954,"responseEnd":562.8999996185303,"responseStart":562.8999996185303,"secureConnectionStart":334.5999994277954},{"duration":265.4000005722046,"initiatorType":"script","name":"https://jira.mariadb.org/s/2d8175ec2fa4c816e8023260bd8c1786-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/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&whisper-enabled=true","startTime":334.8999996185303,"connectEnd":334.8999996185303,"connectStart":334.8999996185303,"domainLookupEnd":334.8999996185303,"domainLookupStart":334.8999996185303,"fetchStart":334.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":334.8999996185303,"responseEnd":600.3000001907349,"responseStart":600.3000001907349,"secureConnectionStart":334.8999996185303},{"duration":269.6000003814697,"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":335.0999994277954,"connectEnd":335.0999994277954,"connectStart":335.0999994277954,"domainLookupEnd":335.0999994277954,"domainLookupStart":335.0999994277954,"fetchStart":335.0999994277954,"redirectEnd":0,"redirectStart":0,"requestStart":335.0999994277954,"responseEnd":604.6999998092651,"responseStart":604.5999994277954,"secureConnectionStart":335.0999994277954},{"duration":270.19999980926514,"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":335.30000019073486,"connectEnd":335.30000019073486,"connectStart":335.30000019073486,"domainLookupEnd":335.30000019073486,"domainLookupStart":335.30000019073486,"fetchStart":335.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":335.30000019073486,"responseEnd":605.5,"responseStart":605.5,"secureConnectionStart":335.30000019073486},{"duration":270.6000003814697,"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":335.3999996185303,"connectEnd":335.3999996185303,"connectStart":335.3999996185303,"domainLookupEnd":335.3999996185303,"domainLookupStart":335.3999996185303,"fetchStart":335.3999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":335.3999996185303,"responseEnd":606,"responseStart":606,"secureConnectionStart":335.3999996185303},{"duration":373.4000005722046,"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":335.5999994277954,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":335.5999994277954,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":709,"responseStart":0,"secureConnectionStart":0},{"duration":270.80000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":335.69999980926514,"connectEnd":335.69999980926514,"connectStart":335.69999980926514,"domainLookupEnd":335.69999980926514,"domainLookupStart":335.69999980926514,"fetchStart":335.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":335.69999980926514,"responseEnd":606.5,"responseStart":606.5,"secureConnectionStart":335.69999980926514},{"duration":373.19999980926514,"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":335.8999996185303,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":335.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":709.0999994277954,"responseStart":0,"secureConnectionStart":0},{"duration":270.80000019073486,"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":336.19999980926514,"connectEnd":336.19999980926514,"connectStart":336.19999980926514,"domainLookupEnd":336.19999980926514,"domainLookupStart":336.19999980926514,"fetchStart":336.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":336.19999980926514,"responseEnd":607,"responseStart":607,"secureConnectionStart":336.19999980926514},{"duration":464,"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":337.0999994277954,"connectEnd":337.0999994277954,"connectStart":337.0999994277954,"domainLookupEnd":337.0999994277954,"domainLookupStart":337.0999994277954,"fetchStart":337.0999994277954,"redirectEnd":0,"redirectStart":0,"requestStart":337.0999994277954,"responseEnd":801.0999994277954,"responseStart":801.0999994277954,"secureConnectionStart":337.0999994277954},{"duration":1479.6999998092651,"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":341.69999980926514,"connectEnd":341.69999980926514,"connectStart":341.69999980926514,"domainLookupEnd":341.69999980926514,"domainLookupStart":341.69999980926514,"fetchStart":341.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":341.69999980926514,"responseEnd":1821.3999996185303,"responseStart":1821.3000001907349,"secureConnectionStart":341.69999980926514},{"duration":106.30000019073486,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":737.6999998092651,"connectEnd":737.6999998092651,"connectStart":737.6999998092651,"domainLookupEnd":737.6999998092651,"domainLookupStart":737.6999998092651,"fetchStart":737.6999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":737.6999998092651,"responseEnd":844,"responseStart":844,"secureConnectionStart":737.6999998092651},{"duration":855.8999996185303,"initiatorType":"link","name":"https://jira.mariadb.org/s/d5715adaadd168a9002b108b2b039b50-CDN/lu2cib/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&whisper-enabled=true","startTime":985.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":985.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1841.3999996185303,"responseStart":0,"secureConnectionStart":0},{"duration":839.8999996185303,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/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&whisper-enabled=true","startTime":986.5,"connectEnd":986.5,"connectStart":986.5,"domainLookupEnd":986.5,"domainLookupStart":986.5,"fetchStart":986.5,"redirectEnd":0,"redirectStart":0,"requestStart":986.5,"responseEnd":1826.3999996185303,"responseStart":1826.3999996185303,"secureConnectionStart":986.5},{"duration":845.6999998092651,"initiatorType":"script","name":"https://jira.mariadb.org/s/097ae97cb8fbec7d6ea4bbb1f26955b9-CDN/lu2cib/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&whisper-enabled=true","startTime":986.8999996185303,"connectEnd":986.8999996185303,"connectStart":986.8999996185303,"domainLookupEnd":986.8999996185303,"domainLookupStart":986.8999996185303,"fetchStart":986.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":986.8999996185303,"responseEnd":1832.5999994277954,"responseStart":1832.5999994277954,"secureConnectionStart":986.8999996185303},{"duration":824,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":1028.3000001907349,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1028.3000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1852.3000001907349,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":131,"responseStart":328,"responseEnd":338,"domLoading":331,"domInteractive":1852,"domContentLoadedEventStart":1852,"domContentLoadedEventEnd":1899,"domComplete":2369,"loadEventStart":2370,"loadEventEnd":2370,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1823.1999998092651},{"name":"bigPipe.sidebar-id.end","time":1824},{"name":"bigPipe.activity-panel-pipe-id.start","time":1824.0999994277954},{"name":"bigPipe.activity-panel-pipe-id.end","time":1827.8000001907349},{"name":"activityTabFullyLoaded","time":1915.6999998092651}],"measures":[],"correlationId":"5f8f321ef65b0e","effectiveType":"4g","downlink":9.1,"rtt":0,"serverDuration":130,"dbReadsTimeInMs":22,"dbConnsTimeInMs":31,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}