浏览代码

Merge pull request #2027 from cblp/patch-1

Solved Segmentation fault at start when using RabbitMQ
Ask Solem 8 年之前
父节点
当前提交
6cc621e7b4
共有 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(…)
         >>> print(result.backend)
+
+Segmentation fault at start when using RabbitMQ
+-----------------------------------------------
+
+Remove `python-librabbitmq` (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736348).