Bug 703495 - KeyError in module 'threading' from '/usr/lib64/python2.6/threading.pyc
Summary: KeyError in module 'threading' from '/usr/lib64/python2.6/threading.pyc
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: Red Hat Satellite 5
Classification: Red Hat
Component: Server
Version: 541
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jan Pazdziora
QA Contact: Red Hat Satellite QA List
URL:
Whiteboard:
Depends On:
Blocks: sat541-blockers 838093
TreeView+ depends on / blocked
 
Reported: 2011-05-10 14:19 UTC by Šimon Lukašík
Modified: 2018-11-29 20:43 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 838093 (view as bug list)
Environment:
Last Closed: 2011-05-11 14:54:29 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Šimon Lukašík 2011-05-10 14:19:28 UTC
Description of problem:
Dozens of lines similar to 

    [Tue May 10 16:10:01 2011] [error] Exception KeyError:
    KeyError(140389237139424,) in <module 'threading' from
    '/usr/lib64/python2.6/threading.pyc'> ignored

are generated in the /var/log/httpd/error_log on the long running
Satellite 5.4.1. The automated tests of RHN Satellite do triggers
this log deterministically.

Version-Release number of selected component (if applicable):
Satellite 5.4.1 
spacewalk-backend-1.2.13-48.el6sat.noarch

How reproducible:
always

Steps to Reproduce:
1. observe the /var/log/httpd/error_log
2. 
3.
  
Actual results:
Dozens of KeyErrors from the threading.pyc

Expected results:
No such error in the log

Additional info:
This is a regression against RHN Satellite 5.4.0

Comment 2 Miroslav Suchý 2011-05-11 12:53:10 UTC
The message is harmless according to:
http://code.google.com/p/modwsgi/issues/detail?id=197

Fixed in Python 3.3. I would say WONTFIX as it is not in our power and it has very low (or now) impact.

Comment 4 Leandro Teles 2013-05-29 18:02:11 UTC
do to solve this problem:
# yum update mod_wsgi


Note You need to log in before you can comment on or make changes to this bug.