Bug 703495

Summary: KeyError in module 'threading' from '/usr/lib64/python2.6/threading.pyc
Product: Red Hat Satellite 5 Reporter: Šimon Lukašík <slukasik>
Component: ServerAssignee: Jan Pazdziora <jpazdziora>
Status: CLOSED DEFERRED QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 541CC: cperry, leandro.oliveira13, msuchy
Target Milestone: ---Keywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 838093 (view as bug list) Environment:
Last Closed: 2011-05-11 14:54:29 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:    
Bug Blocks: 677501, 838093    

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