What can I do when a process (celery worker) causes a segmentation error error? In my case, the problem occurs in celery, but I do not know how to find which module (used in tasks) has corrupted code. Link to additional information about the problem - https://github.com/ask/celery/issues/690 . In other words, the gdb command can provide useful information or other recipes to solve this problem.
Thank you for your responses.
source share