Bug 489239
| Summary: | twistd is busted | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Adam Goode <adam> |
| Component: | python-twisted-core | Assignee: | Thomas Vander Stichele <thomas> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 11 | CC: | thomas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-08-30 23:12:23 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 488396 | ||
| Bug Blocks: | |||
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle. Changing version to '11'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping This appears to be working now. |
Description of problem: /usr/bin/twistd dies. Version-Release number of selected component (if applicable): python-twisted-core-8.2.0-2.fc11.x86_64 How reproducible: Always. Steps to Reproduce: 1. twistd Actual results: $ twistd /usr/lib64/python2.6/site-packages/twisted/persisted/sob.py:12: DeprecationWarning: the md5 module is deprecated; use hashlib instead import os, md5, sys /usr/lib64/python2.6/site-packages/twisted/python/filepath.py:12: DeprecationWarning: the sha module is deprecated; use the hashlib module instead import sha Traceback (most recent call last): File "/usr/bin/twistd", line 20, in <module> from twisted.scripts.twistd import run File "/usr/lib64/python2.6/site-packages/twisted/scripts/twistd.py", line 11, in <module> from twisted.application import app File "/usr/lib64/python2.6/site-packages/twisted/application/app.py", line 13, in <module> from twisted.application import service, reactors File "/usr/lib64/python2.6/site-packages/twisted/application/service.py", line 23, in <module> from twisted.plugin import IPlugin File "/usr/lib64/python2.6/site-packages/twisted/plugin.py", line 34, in <module> from twisted.python.modules import getModule File "/usr/lib64/python2.6/site-packages/twisted/python/modules.py", line 67, in <module> from twisted.python.filepath import FilePath, UnlistableError File "/usr/lib64/python2.6/site-packages/twisted/python/filepath.py", line 29, in <module> from twisted.python.win32 import ERROR_FILE_NOT_FOUND, ERROR_PATH_NOT_FOUND File "/usr/lib64/python2.6/site-packages/twisted/python/win32.py", line 160, in <module> formatError = _ErrorFormatter.fromEnvironment().formatError File "/usr/lib64/python2.6/site-packages/twisted/python/win32.py", line 120, in fromEnvironment from ctypes import WinError File "/usr/lib64/python2.6/ctypes/__init__.py", line 546, in <module> CFUNCTYPE(c_int)(lambda: None) MemoryError