Bug #99320 | Unexpected restart after continuous querying | ||
---|---|---|---|
Submitted: | 22 Apr 2020 8:25 | Modified: | 25 May 2020 12:00 |
Reporter: | Jeroen Bourgois | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 8.0.19 | OS: | MacOS (10.15.3) |
Assigned to: | CPU Architecture: | x86 |
[22 Apr 2020 8:25]
Jeroen Bourgois
[22 Apr 2020 8:26]
Jeroen Bourgois
Stack trace of the crash
Attachment: mysql-crash-stack-trace.txt (text/plain), 10.14 KiB.
[23 Apr 2020 11:47]
Jeroen Bourgois
We tested our application with Dockerized versions of MySQL 8.0.18 and 8.0.17. - 8.0.18 renders the same stacktrace as 8.0.19. - 8.0.17 on the other hand, is showing no errors or crashes whatsoever. Maybe this information could be valuable in determining the root cause. We tried to create a simple script to consistently reproduce the error, but we did not succeed. So it might be due to an interplay of one of our Elixir libraries and these specific MySQL versions (*.18 and *.19)
[23 Apr 2020 13:20]
MySQL Verification Team
Hi Mr. Bourgois, Thank you for your bug report. First of all, we do not debug WWW applications. Second, we can not provide you help with the tuning of your MySQL server. However, what we do and what we would truly like to do is to repeat the crashing that you observe. Hence, we need a fully repeatable test case, that will always lead to MySQL crashing. This test case should consist of the set of SQL statements that always lead to MySQL 8.0.19 crash. Since I am using the same macOS as you, it should not be difficult for me to repeat the SQL. If you can't make a test case, send us a stack trace and I will let you know what command is in question. After that it will be up to you to make a test case. Thanks in advance.
[24 May 2020 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[24 May 2020 5:18]
MySQL Verification Team
For what it's worth, the stack trace in the private attachment looks like Bug #30674598 (hidden/internal) which is fixed in 8.0.20. https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-20.html "For prepared statements, re-execution could cause a server exit if a cleaned-up materialized temporary table was still being referred to. (Bug #30674598)"