gpt4 book ai didi

python - "Fatal Python error: Couldn' t 使用 CherryPy 创建 autoTLSkey 映射

转载 作者:太空狗 更新时间:2023-10-30 01:16:28 25 4
gpt4 key购买 nike

我有一个 CherryPy 网络应用程序,它曾经在 Ubuntu Lucid(Python 2.6.5)上运行良好,但现在在 Ubuntu Precise(Python 2.7.3)上它在启动时退出并显示以下内容:

Listening for SIGHUP.
Listening for SIGTERM.
Listening for SIGUSR1.
Bus STARTING
Started monitor thread '_TimeoutMonitor'.
Fatal Python error: Couldn't create autoTLSkey mapping
Aborted (core dumped)

奇怪的是,这确实在另一台装有 Ubuntu Precise 的机器上工作,所以我猜这是一个配置问题。 It looks like这与线程有关,但我不知道我遗漏了什么。

最佳答案

我发现了一些看起来像罪魁祸首的东西:我有一个配置参数,在启动时用一个限制 webapp 内存使用

resource.setrlimit(resource.RLIMIT_AS, (megs * 1048576L, -1L))

如果我删除调用或将“megs”设置为足够高的值(在我的测试中为 1100),错误就会消失。

关于python - "Fatal Python error: Couldn' t 使用 CherryPy 创建 autoTLSkey 映射,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13398594/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com