http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2/builds/10116/steps/test_2/logs/stdio
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2/builds/10116/steps/test_1/logs/stdio
gcol.innodb_virtual_debug 'innodb' w2 [ fail ]
|
Test ended at 2017-10-24 22:18:29
|
|
CURRENT_TEST: gcol.innodb_virtual_debug
|
mysqltest: At line 87: query 'DELETE FROM t WHERE a = 0' failed: 2013: Lost connection to MySQL server during query
|
|
The result from queries just before the failure was:
|
< snip >
|
start transaction;
|
update t set b=b+1;
|
rollback;
|
SET DEBUG_SYNC = 'now SIGNAL go_ahead';
|
connection default;
|
check table t;
|
Table Op Msg_type Msg_text
|
test.t check status OK
|
SELECT c FROM t;
|
c
|
NULL
|
3
|
19
|
29
|
SET DEBUG_SYNC = 'innodb_inplace_alter_table_enter SIGNAL start_create WAIT_FOR go_ahead';
|
ALTER TABLE t ADD COLUMN x2 INT;
|
connection con1;
|
SET DEBUG_SYNC = 'now WAIT_FOR start_create';
|
start transaction;
|
DELETE FROM t WHERE a = 0;
|
|
More results from queries before failure can be found in /mnt/buildbot/build/mariadb-10.3.3/mysql-test/var/2/log/innodb_virtual_debug.log
|
|
|
Server [mysqld.1 - pid: 22229, winpid: 22229, exit: 256] failed during test run
|
Server log from this test:
|
----------SERVER LOG START-----------
|
2017-10-24 22:18:28 44 [ERROR] InnoDB: Record in index `idx` of table `test`.`t` was not found on update: TUPLE (info_bits=0, 2 fields): {[4] (0x00000000),[6] b(0x000000000802)} at: COMPACT RECORD(info_bits=0, 2 fields): {NULL,[6] e(0x000000000805)}
|
2017-10-24 22:18:28 44 [Note] InnoDB: GIS MBR INFO: 6.32404e-322 and 3.23508e-316, -nan, -2.18566e-311
|
|
mysqld: /home/buildbot/buildbot/build/mariadb-10.3.3/storage/innobase/row/row0upd.cc:2427: dberr_t row_upd_sec_index_entry(upd_node_t*, que_thr_t*): Assertion `0' failed.
|
171024 22:18:28 [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.3.3-MariaDB-debug-log
|
key_buffer_size=1048576
|
read_buffer_size=131072
|
max_used_connections=2
|
max_threads=153
|
thread_count=8
|
It is possible that mysqld could use up to
|
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 61908 K bytes of memory
|
Hope that's ok; if not, decrease some variables in the equation.
|
|
Thread pointer: 0xabb08108
|
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 = 0xacab82a0 thread_stack 0x49000
|
/mnt/buildbot/build/mariadb-10.3.3/sql/mysqld(my_print_stacktrace+0x3b)[0x8df3153]
|
/mnt/buildbot/build/mariadb-10.3.3/sql/mysqld(handle_fatal_signal+0x3cf)[0x863fb53]
|
[0xb776b400]
|
[0xb776b424]
|
/lib/i386-linux-gnu/libc.so.6(gsignal+0x4f)[0xb72471ef]
|
/lib/i386-linux-gnu/libc.so.6(abort+0x175)[0xb724a835]
|
/lib/i386-linux-gnu/libc.so.6(+0x27095)[0xb7240095]
|
/lib/i386-linux-gnu/libc.so.6(+0x27147)[0xb7240147]
|
/mnt/buildbot/build/mariadb-10.3.3/sql/mysqld[0x8b1bf85]
|
/mnt/buildbot/build/mariadb-10.3.3/sql/mysqld[0x8b1c6c1]
|
/mnt/buildbot/build/mariadb-10.3.3/sql/mysqld[0x8b1edd5]
|
mysys/stacktrace.c:269(my_print_stacktrace)[0x8b1f122]
|
row/row0upd.cc:2431(row_upd_sec_index_entry)[0x8aba8fc]
|
handler/ha_innodb.cc:9245(ha_innobase::delete_row(unsigned char const*))[0x8966932]
|
sql/handler.cc:6110(handler::ha_delete_row(unsigned char const*))[0x864fea7]
|
sql/sql_delete.cc:637(mysql_delete(THD*, TABLE_LIST*, Item*, SQL_I_List<st_order>*, unsigned long long, unsigned long long, select_result*))[0x87dd5c7]
|
sql/sql_parse.cc:4883(mysql_execute_command(THD*))[0x838f83a]
|
sql/sql_parse.cc:7921(mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool))[0x8399aa3]
|
sql/sql_parse.cc:1821(dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool))[0x83867ed]
|
sql/sql_parse.cc:1370(do_command(THD*))[0x83852a7]
|
sql/sql_connect.cc:1418(do_handle_one_connection(CONNECT*))[0x84cdb17]
|
sql/sql_connect.cc:1325(handle_one_connection)[0x84cd8a5]
|
perfschema/pfs.cc:1864(pfs_spawn_thread)[0x8862625]
|
/lib/i386-linux-gnu/libpthread.so.0(+0x6d4c)[0xb74f3d4c]
|
/lib/i386-linux-gnu/libc.so.6(clone+0x5e)[0xb7303ace]
|
|
Trying to get some variables.
|
Some pointers may be invalid and cause the dump to abort.
|
Query (0xabb17d38): DELETE FROM t WHERE a = 0
|
Connection ID (thread ID): 44
|
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,split_grouping_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
|
----------SERVER LOG END-------------
|
Transition |
Time In Source Status |
Execution Times |
Open |
|
Closed |
|
364d 12h 2m
|
1
|
{"report":{"fcp":885.0999999940395,"ttfb":233,"pageVisibility":"visible","entityId":63709,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"35b5ce3c-cf7a-47dd-9158-befae4a5ba2d","navigationType":0,"readyForUser":1024.0999999940395,"redirectCount":0,"resourceLoadedEnd":987.8000000119209,"resourceLoadedStart":238.5,"resourceTiming":[{"duration":161.09999999403954,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":238.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":238.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":399.59999999403954,"responseStart":0,"secureConnectionStart":0},{"duration":161,"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":238.80000001192093,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":238.80000001192093,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":399.80000001192093,"responseStart":0,"secureConnectionStart":0},{"duration":176.90000000596046,"initiatorType":"script","name":"https://jira.mariadb.org/s/fbf975c0cce4b1abf04784eeae9ba1f4-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":239,"connectEnd":239,"connectStart":239,"domainLookupEnd":239,"domainLookupStart":239,"fetchStart":239,"redirectEnd":0,"redirectStart":0,"requestStart":239,"responseEnd":415.90000000596046,"responseStart":415.90000000596046,"secureConnectionStart":239},{"duration":272.90000000596046,"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":239.09999999403954,"connectEnd":239.09999999403954,"connectStart":239.09999999403954,"domainLookupEnd":239.09999999403954,"domainLookupStart":239.09999999403954,"fetchStart":239.09999999403954,"redirectEnd":0,"redirectStart":0,"requestStart":239.09999999403954,"responseEnd":512,"responseStart":512,"secureConnectionStart":239.09999999403954},{"duration":276.2999999821186,"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":239.30000001192093,"connectEnd":239.30000001192093,"connectStart":239.30000001192093,"domainLookupEnd":239.30000001192093,"domainLookupStart":239.30000001192093,"fetchStart":239.30000001192093,"redirectEnd":0,"redirectStart":0,"requestStart":239.30000001192093,"responseEnd":515.5999999940395,"responseStart":515.5999999940395,"secureConnectionStart":239.30000001192093},{"duration":276.40000000596046,"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":239.59999999403954,"connectEnd":239.59999999403954,"connectStart":239.59999999403954,"domainLookupEnd":239.59999999403954,"domainLookupStart":239.59999999403954,"fetchStart":239.59999999403954,"redirectEnd":0,"redirectStart":0,"requestStart":239.59999999403954,"responseEnd":516,"responseStart":516,"secureConnectionStart":239.59999999403954},{"duration":276.60000002384186,"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":239.69999998807907,"connectEnd":239.69999998807907,"connectStart":239.69999998807907,"domainLookupEnd":239.69999998807907,"domainLookupStart":239.69999998807907,"fetchStart":239.69999998807907,"redirectEnd":0,"redirectStart":0,"requestStart":239.69999998807907,"responseEnd":516.3000000119209,"responseStart":516.3000000119209,"secureConnectionStart":239.69999998807907},{"duration":317.30000001192093,"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":240,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":240,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":557.3000000119209,"responseStart":0,"secureConnectionStart":0},{"duration":276.59999999403954,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":240.09999999403954,"connectEnd":240.09999999403954,"connectStart":240.09999999403954,"domainLookupEnd":240.09999999403954,"domainLookupStart":240.09999999403954,"fetchStart":240.09999999403954,"redirectEnd":0,"redirectStart":0,"requestStart":240.09999999403954,"responseEnd":516.6999999880791,"responseStart":516.6999999880791,"secureConnectionStart":240.09999999403954},{"duration":317.2000000178814,"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":240.19999998807907,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":240.19999998807907,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":557.4000000059605,"responseStart":0,"secureConnectionStart":0},{"duration":276.7999999821186,"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":240.40000000596046,"connectEnd":240.40000000596046,"connectStart":240.40000000596046,"domainLookupEnd":240.40000000596046,"domainLookupStart":240.40000000596046,"fetchStart":240.40000000596046,"redirectEnd":0,"redirectStart":0,"requestStart":240.40000000596046,"responseEnd":517.1999999880791,"responseStart":517.1999999880791,"secureConnectionStart":240.40000000596046},{"duration":443.09999999403954,"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":245.80000001192093,"connectEnd":245.80000001192093,"connectStart":245.80000001192093,"domainLookupEnd":245.80000001192093,"domainLookupStart":245.80000001192093,"fetchStart":245.80000001192093,"redirectEnd":0,"redirectStart":0,"requestStart":245.80000001192093,"responseEnd":688.9000000059605,"responseStart":688.9000000059605,"secureConnectionStart":245.80000001192093},{"duration":668,"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":245.80000001192093,"connectEnd":245.80000001192093,"connectStart":245.80000001192093,"domainLookupEnd":245.80000001192093,"domainLookupStart":245.80000001192093,"fetchStart":245.80000001192093,"redirectEnd":0,"redirectStart":0,"requestStart":245.80000001192093,"responseEnd":913.8000000119209,"responseStart":913.8000000119209,"secureConnectionStart":245.80000001192093},{"duration":120.19999998807907,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":569,"connectEnd":569,"connectStart":569,"domainLookupEnd":569,"domainLookupStart":569,"fetchStart":569,"redirectEnd":0,"redirectStart":0,"requestStart":569,"responseEnd":689.1999999880791,"responseStart":689.1999999880791,"secureConnectionStart":569},{"duration":112.2000000178814,"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":824.1999999880791,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":824.1999999880791,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":936.4000000059605,"responseStart":0,"secureConnectionStart":0},{"duration":156.40000000596046,"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":825,"connectEnd":825,"connectStart":825,"domainLookupEnd":825,"domainLookupStart":825,"fetchStart":825,"redirectEnd":0,"redirectStart":0,"requestStart":825,"responseEnd":981.4000000059605,"responseStart":981.4000000059605,"secureConnectionStart":825},{"duration":162.5,"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":825.3000000119209,"connectEnd":825.3000000119209,"connectStart":825.3000000119209,"domainLookupEnd":825.3000000119209,"domainLookupStart":825.3000000119209,"fetchStart":825.3000000119209,"redirectEnd":0,"redirectStart":0,"requestStart":825.3000000119209,"responseEnd":987.8000000119209,"responseStart":987.6999999880791,"secureConnectionStart":825.3000000119209},{"duration":196.80000001192093,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":879.0999999940395,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":879.0999999940395,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1075.9000000059605,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":52,"responseStart":233,"responseEnd":238,"domLoading":236,"domInteractive":1095,"domContentLoadedEventStart":1095,"domContentLoadedEventEnd":1139,"domComplete":1521,"loadEventStart":1521,"loadEventEnd":1522,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1083.5},{"name":"bigPipe.sidebar-id.end","time":1084.300000011921},{"name":"bigPipe.activity-panel-pipe-id.start","time":1084.5},{"name":"bigPipe.activity-panel-pipe-id.end","time":1085.199999988079},{"name":"activityTabFullyLoaded","time":1160.9000000059605}],"measures":[],"correlationId":"9bfe7510452717","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":105,"dbReadsTimeInMs":22,"dbConnsTimeInMs":30,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}