Bug 611400
| Summary: | [abrt] crash in python-twisted-core-8.2.0-5.fc13: _twistd_unix.py:80:checkPID:OSError: [Errno 1] Operation not permitted: '/tmp/vmc.pid' | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Giovanni Bacaro <bacaro> | ||||
| Component: | python-twisted-core | Assignee: | Thomas Vander Stichele <thomas> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 13 | CC: | belegdol, redhatbugzilla, thomas | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | abrt_hash:ff0ea250 | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2011-01-15 10:38:32 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: | |||||||
| Attachments: |
|
||||||
Created attachment 429467 [details]
File: backtrace
Package: python-twisted-core-8.2.0-5.fc12 Architecture: x86_64 OS Release: Fedora release 12 (Constantine) How to reproduce ----- 1. Logged in 2. Started vodafone mobile connect 3. Hi, I am the new twisted stack co-maintainer. A rebase to 10.1.0 was just submitted as an update to F-14. If that's not a problem, could you please test whether the bug is still present there? Thanks. *** This bug has been marked as a duplicate of bug 702481 *** *** This bug has been marked as a duplicate of bug 702841 *** |
abrt 1.1.1 detected a crash. architecture: i686 cmdline: /usr/bin/python /usr/bin/twistd -r gtk2 --pidfile /tmp/vmc.pid -noy /usr/share/vodafone-mobile-connect/gtk-tap.py -l /dev/null component: python-twisted-core executable: /usr/bin/twistd kernel: 2.6.33.5-124.fc13.i686 package: python-twisted-core-8.2.0-5.fc13 reason: _twistd_unix.py:80:checkPID:OSError: [Errno 1] Operation not permitted: '/tmp/vmc.pid' release: Fedora release 13 (Goddard) backtrace ----- _twistd_unix.py:80:checkPID:OSError: [Errno 1] Operation not permitted: '/tmp/vmc.pid' Traceback (most recent call last): File "/usr/bin/twistd", line 21, in <module> run() File "/usr/lib/python2.6/site-packages/twisted/scripts/twistd.py", line 27, in run app.run(runApp, ServerOptions) File "/usr/lib/python2.6/site-packages/twisted/application/app.py", line 694, in run runApp(config) File "/usr/lib/python2.6/site-packages/twisted/scripts/twistd.py", line 23, in runApp _SomeApplicationRunner(config).run() File "/usr/lib/python2.6/site-packages/twisted/application/app.py", line 410, in run self.preApplication() File "/usr/lib/python2.6/site-packages/twisted/scripts/_twistd_unix.py", line 193, in preApplication checkPID(self.config['pidfile']) File "/usr/lib/python2.6/site-packages/twisted/scripts/_twistd_unix.py", line 80, in checkPID os.remove(pidfile) OSError: [Errno 1] Operation not permitted: '/tmp/vmc.pid' Local variables in innermost frame: pid: 2746 why: OSError(3, 'No such process') pidfile: '/tmp/vmc.pid'