SELECT FROM_UNIXTIME( LEAST( 3696610869, NULL ) );
|
10.4 bff7cf9d
|
mysqld: /data/src/10.4/sql/item_timefunc.cc:1936: virtual bool Item_func_from_unixtime::get_date(THD*, MYSQL_TIME*, date_mode_t): Assertion `sec.sec() <= 0x7FFFFFFFL' failed.
|
190616 22:43:57 [ERROR] mysqld got signal 6 ;
|
|
#6 0x00007ff8930fbe67 in __assert_fail_base (fmt=<optimized out>, assertion=assertion@entry=0x561e40bf8ba3 "sec.sec() <= 0x7FFFFFFFL", file=file@entry=0x561e40bf8708 "/data/src/10.4/sql/item_timefunc.cc", line=line@entry=1936, function=function@entry=0x561e40bf9f20 <Item_func_from_unixtime::get_date(THD*, st_mysql_time*, date_mode_t)::__PRETTY_FUNCTION__> "virtual bool Item_func_from_unixtime::get_date(THD*, MYSQL_TIME*, date_mode_t)") at assert.c:92
|
#7 0x00007ff8930fbf12 in __GI___assert_fail (assertion=0x561e40bf8ba3 "sec.sec() <= 0x7FFFFFFFL", file=0x561e40bf8708 "/data/src/10.4/sql/item_timefunc.cc", line=1936, function=0x561e40bf9f20 <Item_func_from_unixtime::get_date(THD*, st_mysql_time*, date_mode_t)::__PRETTY_FUNCTION__> "virtual bool Item_func_from_unixtime::get_date(THD*, MYSQL_TIME*, date_mode_t)") at assert.c:101
|
#8 0x0000561e40283267 in Item_func_from_unixtime::get_date (this=0x7ff87c013aa8, thd=0x7ff87c000b00, ltime=0x7ff88d2cbae8, fuzzydate=...) at /data/src/10.4/sql/item_timefunc.cc:1936
|
#9 0x0000561e40055905 in Type_handler::Item_send_datetime (this=0x561e414d6b40 <type_handler_datetime2>, item=0x7ff87c013aa8, protocol=0x7ff87c0010c8, buf=0x7ff88d2cbae0) at /data/src/10.4/sql/sql_type.cc:6822
|
#10 0x0000561e40061f00 in Type_handler_datetime_common::Item_send (this=0x561e414d6b40 <type_handler_datetime2>, item=0x7ff87c013aa8, protocol=0x7ff87c0010c8, buf=0x7ff88d2cbae0) at /data/src/10.4/sql/sql_type.h:5464
|
#11 0x0000561e3fd30f1e in Item::send (this=0x7ff87c013aa8, protocol=0x7ff87c0010c8, buffer=0x7ff88d2cbae0) at /data/src/10.4/sql/item.h:1035
|
#12 0x0000561e3fd2bc1f in Protocol::send_result_set_row (this=0x7ff87c0010c8, row_items=0x7ff87c013470) at /data/src/10.4/sql/protocol.cc:1024
|
#13 0x0000561e3fdd8e7e in select_send::send_data (this=0x7ff87c014490, items=...) at /data/src/10.4/sql/sql_class.cc:3002
|
#14 0x0000561e3fe96bbd in JOIN::exec_inner (this=0x7ff87c0144b8) at /data/src/10.4/sql/sql_select.cc:4259
|
#15 0x0000561e3fe964d8 in JOIN::exec (this=0x7ff87c0144b8) at /data/src/10.4/sql/sql_select.cc:4173
|
#16 0x0000561e3fe97b7d in mysql_select (thd=0x7ff87c000b00, tables=0x0, wild_num=0, fields=..., conds=0x0, og_num=0, order=0x0, group=0x0, having=0x0, proc_param=0x0, select_options=2147748608, result=0x7ff87c014490, unit=0x7ff87c004a28, select_lex=0x7ff87c013328) at /data/src/10.4/sql/sql_select.cc:4605
|
#17 0x0000561e3fe8816c in handle_select (thd=0x7ff87c000b00, lex=0x7ff87c004960, result=0x7ff87c014490, setup_tables_done_option=0) at /data/src/10.4/sql/sql_select.cc:425
|
#18 0x0000561e3fe51d1c in execute_sqlcom_select (thd=0x7ff87c000b00, all_tables=0x0) at /data/src/10.4/sql/sql_parse.cc:6335
|
#19 0x0000561e3fe47bd6 in mysql_execute_command (thd=0x7ff87c000b00) at /data/src/10.4/sql/sql_parse.cc:3884
|
#20 0x0000561e3fe55ab1 in mysql_parse (thd=0x7ff87c000b00, rawbuf=0x7ff87c013260 "SELECT FROM_UNIXTIME( LEAST( 3696610869, NULL ) )", length=49, parser_state=0x7ff88d2cd180, is_com_multi=false, is_next_command=false) at /data/src/10.4/sql/sql_parse.cc:7887
|
#21 0x0000561e3fe41dcd in dispatch_command (command=COM_QUERY, thd=0x7ff87c000b00, packet=0x7ff87c008311 "", packet_length=49, is_com_multi=false, is_next_command=false) at /data/src/10.4/sql/sql_parse.cc:1829
|
#22 0x0000561e3fe4058b in do_command (thd=0x7ff87c000b00) at /data/src/10.4/sql/sql_parse.cc:1362
|
#23 0x0000561e3ffb971b in do_handle_one_connection (connect=0x561e43a15010) at /data/src/10.4/sql/sql_connect.cc:1403
|
#24 0x0000561e3ffb947f in handle_one_connection (arg=0x561e43a15010) at /data/src/10.4/sql/sql_connect.cc:1306
|
#25 0x0000561e408e3d73 in pfs_spawn_thread (arg=0x561e43a4a3a0) at /data/src/10.4/storage/perfschema/pfs.cc:1862
|
#26 0x00007ff894c704a4 in start_thread (arg=0x7ff88d2ce700) at pthread_create.c:456
|
#27 0x00007ff8931b8d0f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97
|
Not reproducible on 10.3.
No obvious problem on a non-debug build.
There are no comments yet on this issue.
{"report":{"fcp":800.8000001907349,"ttfb":217,"pageVisibility":"visible","entityId":76820,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":1,"journeyId":"17fd251f-124f-47e8-83ea-5ab210342d6f","navigationType":0,"readyForUser":879.1999998092651,"redirectCount":0,"resourceLoadedEnd":555.3000001907349,"resourceLoadedStart":225.5,"resourceTiming":[{"duration":9.800000190734863,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bv2/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":225.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":225.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":235.30000019073486,"responseStart":0,"secureConnectionStart":0},{"duration":9.799999237060547,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2bv2/820016/12ta74/2380add21a9a1006587582385952de73/_/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":225.80000019073486,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":225.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":235.5999994277954,"responseStart":0,"secureConnectionStart":0},{"duration":129.30000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/s/e9b27a47da5fb0f74a35acd57e9847fb-CDN/lu2bv2/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":226,"connectEnd":226,"connectStart":226,"domainLookupEnd":226,"domainLookupStart":226,"fetchStart":226,"redirectEnd":0,"redirectStart":0,"requestStart":237.89999961853027,"responseEnd":355.30000019073486,"responseStart":250.80000019073486,"secureConnectionStart":226},{"duration":271.6000003814697,"initiatorType":"script","name":"https://jira.mariadb.org/s/c32eb0da7ad9831253f8397e6cc26afd-CDN/lu2bv2/820016/12ta74/2380add21a9a1006587582385952de73/_/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":226.5999994277954,"connectEnd":226.5999994277954,"connectStart":226.5999994277954,"domainLookupEnd":226.5999994277954,"domainLookupStart":226.5999994277954,"fetchStart":226.5999994277954,"redirectEnd":0,"redirectStart":0,"requestStart":239.39999961853027,"responseEnd":498.19999980926514,"responseStart":258.30000019073486,"secureConnectionStart":226.5999994277954},{"duration":31.199999809265137,"initiatorType":"script","name":"https://jira.mariadb.org/s/bc0bcb146314416123c992714ee00ff7-CDN/lu2bv2/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":226.89999961853027,"connectEnd":226.89999961853027,"connectStart":226.89999961853027,"domainLookupEnd":226.89999961853027,"domainLookupStart":226.89999961853027,"fetchStart":226.89999961853027,"redirectEnd":0,"redirectStart":0,"requestStart":240,"responseEnd":258.0999994277954,"responseStart":255,"secureConnectionStart":226.89999961853027},{"duration":34.69999980926514,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":227,"connectEnd":227,"connectStart":227,"domainLookupEnd":227,"domainLookupStart":227,"fetchStart":227,"redirectEnd":0,"redirectStart":0,"requestStart":242.80000019073486,"responseEnd":261.69999980926514,"responseStart":260.19999980926514,"secureConnectionStart":227},{"duration":38.59999942779541,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":227.30000019073486,"connectEnd":227.30000019073486,"connectStart":227.30000019073486,"domainLookupEnd":227.30000019073486,"domainLookupStart":227.30000019073486,"fetchStart":227.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":244.5,"responseEnd":265.8999996185303,"responseStart":263,"secureConnectionStart":227.30000019073486},{"duration":14.199999809265137,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2bv2/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":227.39999961853027,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":227.39999961853027,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":241.5999994277954,"responseStart":0,"secureConnectionStart":0},{"duration":38.69999980926514,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":227.5,"connectEnd":227.5,"connectStart":227.5,"domainLookupEnd":227.5,"domainLookupStart":227.5,"fetchStart":227.5,"redirectEnd":0,"redirectStart":0,"requestStart":245.80000019073486,"responseEnd":266.19999980926514,"responseStart":263.5,"secureConnectionStart":227.5},{"duration":15.399999618530273,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2bv2/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":227.69999980926514,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":227.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":243.0999994277954,"responseStart":0,"secureConnectionStart":0},{"duration":43,"initiatorType":"script","name":"https://jira.mariadb.org/s/719848dd97ebe0663199f49a3936487a-CDN/lu2bv2/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":227.89999961853027,"connectEnd":227.89999961853027,"connectStart":227.89999961853027,"domainLookupEnd":227.89999961853027,"domainLookupStart":227.89999961853027,"fetchStart":227.89999961853027,"redirectEnd":0,"redirectStart":0,"requestStart":246.5999994277954,"responseEnd":270.8999996185303,"responseStart":264.30000019073486,"secureConnectionStart":227.89999961853027},{"duration":324.19999980926514,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":230.39999961853027,"connectEnd":230.39999961853027,"connectStart":230.39999961853027,"domainLookupEnd":230.39999961853027,"domainLookupStart":230.39999961853027,"fetchStart":230.39999961853027,"redirectEnd":0,"redirectStart":0,"requestStart":259.19999980926514,"responseEnd":554.5999994277954,"responseStart":546.6999998092651,"secureConnectionStart":230.39999961853027},{"duration":324.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":230.80000019073486,"connectEnd":230.80000019073486,"connectStart":230.80000019073486,"domainLookupEnd":230.80000019073486,"domainLookupStart":230.80000019073486,"fetchStart":230.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":262.80000019073486,"responseEnd":555.3000001907349,"responseStart":548.5999994277954,"secureConnectionStart":230.80000019073486},{"duration":123.89999961853027,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":501.69999980926514,"connectEnd":501.69999980926514,"connectStart":501.69999980926514,"domainLookupEnd":501.69999980926514,"domainLookupStart":501.69999980926514,"fetchStart":501.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":591.8999996185303,"responseEnd":625.5999994277954,"responseStart":624.6999998092651,"secureConnectionStart":501.69999980926514},{"duration":148.70000076293945,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":719.0999994277954,"connectEnd":719.0999994277954,"connectStart":719.0999994277954,"domainLookupEnd":719.0999994277954,"domainLookupStart":719.0999994277954,"fetchStart":719.0999994277954,"redirectEnd":0,"redirectStart":0,"requestStart":831.1999998092651,"responseEnd":867.8000001907349,"responseStart":867,"secureConnectionStart":719.0999994277954},{"duration":134.5999994277954,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":794.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":794.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":929.0999994277954,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":25,"domainLookupEnd":26,"connectStart":26,"connectEnd":46,"secureConnectionStart":35,"requestStart":46,"responseStart":217,"responseEnd":230,"domLoading":220,"domInteractive":934,"domContentLoadedEventStart":934,"domContentLoadedEventEnd":980,"domComplete":1404,"loadEventStart":1404,"loadEventEnd":1405,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":917.1999998092651},{"name":"bigPipe.sidebar-id.end","time":918},{"name":"bigPipe.activity-panel-pipe-id.start","time":918.0999994277954},{"name":"bigPipe.activity-panel-pipe-id.end","time":918.5999994277954},{"name":"activityTabFullyLoaded","time":987.6999998092651}],"measures":[],"correlationId":"7a238694a0e0c4","effectiveType":"4g","downlink":9.4,"rtt":0,"serverDuration":94,"dbReadsTimeInMs":10,"dbConnsTimeInMs":18,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}