Celery Segmentation Fault
问题 What can I do, when process (celery worker) causes a segmentation fault error? In my case problem raises in celery, but I don't know how to find which module(used in tasks) has a corrupted code. Link to some additional info about problem — https://github.com/ask/celery/issues/690. In other words which command in gdb could give useful info, or other recipes to resolve this problem. Thanks for your answers. 回答1: This might help: Install python-amqp package and remove python-librabbitmq On