0

即使仅使用民意调查应用程序,我也会不断收到此间歇性错误。我的应用程序相当简单,至少目前,它只是通过 JSON 向 jquery 表提供一个小的 csv 文件。下面列出了回溯和我的系统配置。提前致谢!

代码

Traceback(最近一次调用最后):文件“manage.py”,第 14 行,在 execute_manager(settings) 文件“/home/baldig/shared_libraries/centos64/pkgs/python/2.6.5/lib/python2.6/site- packages/django/core/management/ init .py”,第 459 行,在 execute_manager utility.execute() 文件中“/home/baldig/shared_libraries/centos64/pkgs/python/2.6.5/lib/python2.6/site- packages/django/core/management/ init .py”,第 382 行,在执行 self.fetch_command(subcommand).run_from_argv(self.argv) 文件“/home/baldig/shared_libraries/centos64/pkgs/python/2.6.5/ lib/python2.6/site-packages/django/core/management/base.py",第 196 行,在 run_from_argv self.execute(*args, ** options.dict) 文件“/home/baldig/shared_libraries/centos64/pkgs/python/2.6.5/lib/python2.6/site-packages/django/core/management/base.py”,第 232 行,执行输出 = self。句柄(*args,**options)文件“/home/baldig/shared_libraries/centos64/pkgs/python/2.6.5/lib/python2.6/site-packages/django/core/management/commands/runserver.py” ,第 69 行,在句柄 self.run(*args, **options) 文件“/home/baldig/shared_libraries/centos64/pkgs/python/2.6.5/lib/python2.6/site-packages/django/core/ management/commands/runserver.py”,第 80 行,在运行 self.inner_run(*args, **options) 文件“/home/baldig/shared_libraries/centos64/pkgs/python/2.6.5/lib/python2.6/ site-packages/django/core/management/commands/runserver.py",第 111 行,inner_run ipv6=self.use_ipv6,threading=threading) 文件"/home/baldig/shared_libraries/centos64/pkgs/python/2.6.5/lib/python2.6/site-packages/django/core/servers/basehttp.py”,第 253 行,在运行 httpd.serve_forever() 文件” /home/baldig/shared_libraries/centos64/pkgs/python/2.6.5/lib/python2.6/SocketServer.py”,第 224 行,在 serve_forever r, w, e = select.select([self], [], [], poll_interval) select.error: (4, 'Interrupted system call')

配置#

Django 版本 1.4.1 Python 2.6.5 CentOS 6 Intel Xeon E5630 64GB RAM

4

1 回答 1

2

请检查此线程,对于 SocketServer.py, 有相同的错误'Interrupted system call'

于 2012-11-09T00:51:25.190 回答