当我使用谷歌应用引擎

时间:2016-09-28 09:16:16

标签: python google-app-engine gcloud

我正在谷歌应用引擎上运行静态服务器。我已经能够部署几次,但现在它一直在崩溃,它说

Python意外退出。

您可以在此网址上找到我的日志:https://gist.github.com/rickbrunstedt/39a949016ca8bae46bad07395175a3e5

简短版本:

105 org.python.python               0x00000001000eef7a 

PyRun_SimpleFileExFlags + 458
106 org.python.python               0x000000010010614d Py_Main + 3101
107 org.python.python               0x0000000100000f14 0x100000000 + 3860

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x00007fff5fbf7600  rbx: 0x00000001025188a0  rcx: 0x0030000000000203  rdx: 0x00007fff5fbf7630
  rdi: 0x0000000104940830  rsi: 0x00000001025188a0  rbp: 0x00007fff5fbf75a0  rsp: 0x00007fff5fbf7568
   r8: 0x0000000000000001   r9: 0x0000000000000048  r10: 0x00000000ffffffff  r11: 0xffffffff846a3210
  r12: 0x00007ffff287bf68  r13: 0x00007fffe9dbc94a  r14: 0x00007fff5fbf7630  r15: 0x00000001025188b0
  rip: 0x00007fffe9dbc94e  rfl: 0x0000000000010206  cr2: 0x0000000104940832

Logical CPU:     2
Error Code:      0x00000004
Trap Number:     14


Binary Images:
       0x100000000 -        0x100000fff +org.python.python (2.7.12 - 2.7.12) <C2055A43-D803-3CC5-FFF0-363A42F24F4E> /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python

我不知道从哪里开始能够解决这个问题。

更新: 我认为问题出在我机器上的python版本中。 这是我发现崩溃的日志消息,但这并没有告诉我很多,它对我来说太高级了。 https://gist.github.com/rickbrunstedt/b0c6524b427e7f1b57561205bdcf146f

我尝试安装较新版本的python,但这也不起作用。

1 个答案:

答案 0 :(得分:2)

这似乎与a known issue in the gcloud Public Issue Tracker有关。请按照那里的主题进行更新,并尝试建议的解决方法:

gcloud config set app/num_file_upload_processes 1