소스 검색

Update first-steps-with-celery.rst

Solved Segmentation fault at start when using RabbitMQ
Yuriy Syrovetskiy 11 년 전
부모
커밋
53284dded0
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      docs/getting-started/first-steps-with-celery.rst

+ 5 - 0
docs/getting-started/first-steps-with-celery.rst

@@ -458,3 +458,8 @@ the task id after all).
 
 
         >>> result = task.delay(…)
         >>> result = task.delay(…)
         >>> print(result.backend)
         >>> print(result.backend)
+
+Segmentation fault at start when using RabbitMQ
+-----------------------------------------------
+
+Remove `python-librabbitmq` (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736348).