MDEV-30815 Printing a stack trace leaks file descriptors.
In situations where mariadbd emits a lot of stack traces it can run out of file descriptors. Each time the pipe to the external utility addr2line is opened, those file descriptor are never closed.
Showing
Please register or sign in to comment