-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
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
TiFlash crash with high pressure write and read workload with conprof #4172
Comments
ERROR logs:
|
The first three frames were a little wired, we don't know their symbol:
Could you upload the |
@crazycs520 Please follow up this thread, disabling the TiFlash conprof before Conprof is released. |
The stacktrace is generated at TiFlash side. The last several frames should be related to TiFlash's own signal handling. _Unwind_Backtrace resulted in segfault, so the signal is then transferred to TiFlash's segfault handler where the stacktrace context is collected. Hence, you can see |
Should be fixed due to #4871 |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
Run a high pressure write and read workload with tiflash cpu continue profiling
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiFlash version? (Required)
master
[type=tiflash] [version=5.5.0-nightly] [git_hash=8a0d0007c4d5c9630fcd0ca11784301466f22070]
[type=pd] [version=5.5.0-nightly] [git_hash=a4b1968c3fe64c555604ca72526a2e6d028b1423]
[type=tikv] [version=5.4.0-alpha] [git_hash=d7ae087ea23e6260f7e8f521b25dc8619eebddcd]
[type=tidb] [version=5.5.0-nightly] [git_hash=f9a324829b71a24141d5326ddc0026f6b12125c3]
The text was updated successfully, but these errors were encountered: