We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please answer these questions before submitting your issue. Thanks!
Add a line after store_idnet is got to mock an exception thrown and tiflash stopped throw Exception("Mock exception thrown");
throw Exception("Mock exception thrown");
tiflash/dbms/src/Server/Server.cpp
Lines 1707 to 1716 in 3d3a5f1
TiFlash stop without invalid memory access
There is an invalid memory access. This is because the logging system is already closed
master
introduced by 7bd02a8 since 7.3.0
The text was updated successfully, but these errors were encountered:
*: Fix invalid memory access when shutting down (#8409)
f246f35
close #8408
*: Fix invalid memory access when shutting down (#8409) (#8412)
1ba3468
Successfully merging a pull request may close this issue.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
Add a line after store_idnet is got to mock an exception thrown and tiflash stopped
throw Exception("Mock exception thrown");
tiflash/dbms/src/Server/Server.cpp
Lines 1707 to 1716 in 3d3a5f1
2. What did you expect to see? (Required)
TiFlash stop without invalid memory access
3. What did you see instead (Required)
There is an invalid memory access. This is because the logging system is already closed
4. What is your TiFlash version? (Required)
master
introduced by 7bd02a8 since 7.3.0
The text was updated successfully, but these errors were encountered: