[MDEV-29951] server hang in crash handler, when trying to output stacktrace, and addr2line is not there Created: 2022-11-05 Updated: 2022-11-08 Resolved: 2022-11-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.5, 10.6, 10.7 |
| Fix Version/s: | 10.3.38, 10.4.28, 10.5.19, 10.6.12, 10.7.8, 10.8.7, 10.9.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux |
||
| Description |
|
When trying to output stack trace, crashing mysqld(mariadbd) on Linux will fork the process and try to exec addr2line. If addr2line is not there, a hang was observed in the exit() processing, e.g running the global destructors-. |