After update to latest GCC 10, I see the aforementioned test failing. I use -flto that enables cross module inlining and I investigated that stack overflow detection does not work in `check_stack_overrun` function in sql_parse.cc. It's very likely caused by optimized out the allocation of buf argument of the function, which is a stack variable in a caller frame.
I'm suggesting the following patch:
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc
index a8e66d2a..9cbf23d7 100644
--- a/sql/sql_parse.cc
+++ b/sql/sql_parse.cc
@@ -7229,10 +7229,14 @@ long max_stack_used;
corresponding exec. (Thus we only have to check in fix_fields.)
- Passing to check_stack_overrun() prevents the compiler from removing it.
*/
-bool check_stack_overrun(THD *thd, long margin,
- uchar *buf __attribute__((unused)))
+bool check_stack_overrun(THD *thd, long margin, uchar *buf)
{
long stack_used;
+ /*
+ Take address of the buf argument in order to prevent
+ the stack allocation made this function caller.
+ */
+ staticvolatile uchar *buf_ptr = buf;
DBUG_ASSERT(thd == current_thd);
if ((stack_used= available_stack_size(thd->thread_stack, &stack_used)) >=
Yes, I think both attributes and pragma could be accepted as a solution. Both are a way to tell the compiler what it should not optimize, both aren't portable, but it's ok, as the optimization issue is compiler specific anyway, so a compiler specific fix is fine here.
Sergei Golubchik
added a comment - Yes, I think both attributes and pragma could be accepted as a solution. Both are a way to tell the compiler what it should not optimize, both aren't portable, but it's ok, as the optimization issue is compiler specific anyway, so a compiler specific fix is fine here.
Sergei Golubchik
added a comment - - edited the last ( https://github.com/MariaDB/server/pull/1424/commits/c1584b72097c385d2cb59d4e27c958168f78e0e6 ) commit looks ok, could you, please, push it?
People
Anel Husakovic
Martin Liška
Votes:
0Vote for this issue
Watchers:
4Start watching this issue
Dates
Created:
Updated:
Resolved:
Git Integration
Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.
{"report":{"fcp":1136.8000001907349,"ttfb":200,"pageVisibility":"visible","entityId":81008,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"461e66e7-5494-4fa1-a43b-39a0dfe28829","navigationType":0,"readyForUser":1220.5999999046326,"redirectCount":0,"resourceLoadedEnd":1830.6999998092651,"resourceLoadedStart":211.30000019073486,"resourceTiming":[{"duration":413.8999996185303,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":211.30000019073486,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":211.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":625.1999998092651,"responseStart":0,"secureConnectionStart":0},{"duration":413.90000009536743,"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":211.59999990463257,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":211.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":625.5,"responseStart":0,"secureConnectionStart":0},{"duration":434.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":211.80000019073486,"connectEnd":211.80000019073486,"connectStart":211.80000019073486,"domainLookupEnd":211.80000019073486,"domainLookupStart":211.80000019073486,"fetchStart":211.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":211.80000019073486,"responseEnd":646.3000001907349,"responseStart":646.3000001907349,"secureConnectionStart":211.80000019073486},{"duration":515.2999997138977,"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":211.90000009536743,"connectEnd":211.90000009536743,"connectStart":211.90000009536743,"domainLookupEnd":211.90000009536743,"domainLookupStart":211.90000009536743,"fetchStart":211.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":211.90000009536743,"responseEnd":727.1999998092651,"responseStart":727.1999998092651,"secureConnectionStart":211.90000009536743},{"duration":519.3000001907349,"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":212.19999980926514,"connectEnd":212.19999980926514,"connectStart":212.19999980926514,"domainLookupEnd":212.19999980926514,"domainLookupStart":212.19999980926514,"fetchStart":212.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":212.19999980926514,"responseEnd":731.5,"responseStart":731.5,"secureConnectionStart":212.19999980926514},{"duration":519.6999998092651,"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":212.40000009536743,"connectEnd":212.40000009536743,"connectStart":212.40000009536743,"domainLookupEnd":212.40000009536743,"domainLookupStart":212.40000009536743,"fetchStart":212.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":212.40000009536743,"responseEnd":732.0999999046326,"responseStart":732,"secureConnectionStart":212.40000009536743},{"duration":520.2000002861023,"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":212.59999990463257,"connectEnd":212.59999990463257,"connectStart":212.59999990463257,"domainLookupEnd":212.59999990463257,"domainLookupStart":212.59999990463257,"fetchStart":212.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":212.59999990463257,"responseEnd":732.8000001907349,"responseStart":732.8000001907349,"secureConnectionStart":212.59999990463257},{"duration":585,"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":212.69999980926514,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":212.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":797.6999998092651,"responseStart":0,"secureConnectionStart":0},{"duration":520.3000001907349,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":213,"connectEnd":213,"connectStart":213,"domainLookupEnd":213,"domainLookupStart":213,"fetchStart":213,"redirectEnd":0,"redirectStart":0,"requestStart":213,"responseEnd":733.3000001907349,"responseStart":733.3000001907349,"secureConnectionStart":213},{"duration":584.8000001907349,"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":213.09999990463257,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":213.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":797.9000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":521,"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":213.30000019073486,"connectEnd":213.30000019073486,"connectStart":213.30000019073486,"domainLookupEnd":213.30000019073486,"domainLookupStart":213.30000019073486,"fetchStart":213.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":213.30000019073486,"responseEnd":734.3000001907349,"responseStart":734.3000001907349,"secureConnectionStart":213.30000019073486},{"duration":1601.7000002861023,"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":214.09999990463257,"connectEnd":214.09999990463257,"connectStart":214.09999990463257,"domainLookupEnd":214.09999990463257,"domainLookupStart":214.09999990463257,"fetchStart":214.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":214.09999990463257,"responseEnd":1815.8000001907349,"responseStart":1815.8000001907349,"secureConnectionStart":214.09999990463257},{"duration":1602.1000003814697,"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":214.19999980926514,"connectEnd":214.19999980926514,"connectStart":214.19999980926514,"domainLookupEnd":214.19999980926514,"domainLookupStart":214.19999980926514,"fetchStart":214.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":214.19999980926514,"responseEnd":1816.3000001907349,"responseStart":1816.3000001907349,"secureConnectionStart":214.19999980926514},{"duration":264.7999997138977,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":812.3000001907349,"connectEnd":812.3000001907349,"connectStart":812.3000001907349,"domainLookupEnd":812.3000001907349,"domainLookupStart":812.3000001907349,"fetchStart":812.3000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":812.3000001907349,"responseEnd":1077.0999999046326,"responseStart":1077.0999999046326,"secureConnectionStart":812.3000001907349},{"duration":732.4000000953674,"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":1085,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1085,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1817.4000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":732.4000000953674,"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":1085.9000000953674,"connectEnd":1085.9000000953674,"connectStart":1085.9000000953674,"domainLookupEnd":1085.9000000953674,"domainLookupStart":1085.9000000953674,"fetchStart":1085.9000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":1085.9000000953674,"responseEnd":1818.3000001907349,"responseStart":1818.3000001907349,"secureConnectionStart":1085.9000000953674},{"duration":744.2999997138977,"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":1086.4000000953674,"connectEnd":1086.4000000953674,"connectStart":1086.4000000953674,"domainLookupEnd":1086.4000000953674,"domainLookupStart":1086.4000000953674,"fetchStart":1086.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":1086.4000000953674,"responseEnd":1830.6999998092651,"responseStart":1830.6999998092651,"secureConnectionStart":1086.4000000953674},{"duration":769.1999998092651,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":1130,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1130,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1899.1999998092651,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":44,"responseStart":200,"responseEnd":201,"domLoading":208,"domInteractive":1853,"domContentLoadedEventStart":1853,"domContentLoadedEventEnd":1898,"domComplete":2587,"loadEventStart":2587,"loadEventEnd":2587,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1822},{"name":"bigPipe.sidebar-id.end","time":1822.9000000953674},{"name":"bigPipe.activity-panel-pipe-id.start","time":1823.0999999046326},{"name":"bigPipe.activity-panel-pipe-id.end","time":1824.8000001907349},{"name":"activityTabFullyLoaded","time":1918.0999999046326}],"measures":[],"correlationId":"c13dd5178ab431","effectiveType":"4g","downlink":9,"rtt":0,"serverDuration":93,"dbReadsTimeInMs":9,"dbConnsTimeInMs":18,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
Is there a consensus that using -O0 will be accepted in a pull request?