Bug 999669

Summary: [abrt] setroubleshoot-server-3.2.13-1.fc20: analyze.py:388:lookup_signature:ProgramError: [Errno 1001] signature not found
Product: [Fedora] Fedora Reporter: Peter Trenholme <PTrenholme>
Component: setroubleshootAssignee: Daniel Walsh <dwalsh>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dwalsh, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:b35fa9fb6e0c8460cde6786ab92f94747dbd862d
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-08-22 12:09:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: backtrace
none
File: environ none

Description Peter Trenholme 2013-08-21 19:58:47 UTC
Description of problem:
No idea - it popped whilst I was running an update (using smart, not yum, since smart is "smarter" about dependencies.)

Version-Release number of selected component:
setroubleshoot-server-3.2.13-1.fc20

Additional info:
reporter:       libreport-2.1.6
cmdline:        /usr/bin/python -Es /usr/sbin/setroubleshootd -f ''
executable:     /usr/sbin/setroubleshootd
kernel:         3.11.0-0.rc6.git0.1.fc20.x86_64
runlevel:       N 5
type:           Python
uid:            0

Truncated backtrace:
analyze.py:388:lookup_signature:ProgramError: [Errno 1001] signature not found

Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/setroubleshoot/analyze.py", line 366, in auto_save_callback
    self.save()
  File "/usr/lib64/python2.7/site-packages/setroubleshoot/analyze.py", line 344, in save
    self.prune()
  File "/usr/lib64/python2.7/site-packages/setroubleshoot/analyze.py", line 309, in prune
    self.delete_signature(sig, prune=True)
  File "/usr/lib64/python2.7/site-packages/setroubleshoot/analyze.py", line 426, in delete_signature
    siginfo = self.lookup_signature(sig)
  File "/usr/lib64/python2.7/site-packages/setroubleshoot/analyze.py", line 388, in lookup_signature
    raise ProgramError(ERR_NO_SIGNATURE_MATCH)
ProgramError: [Errno 1001] signature not found

Local variables in innermost frame:
matches: []
siginfo: None
self: <setroubleshoot.analyze.SETroubleshootDatabase object at 0x7f0f0ab97650>
sig: <setroubleshoot.signature.SEFaultSignature object at 0x346c490>

Potential duplicate: bug 972510

Comment 1 Peter Trenholme 2013-08-21 19:58:50 UTC
Created attachment 788991 [details]
File: backtrace

Comment 2 Peter Trenholme 2013-08-21 19:58:52 UTC
Created attachment 788992 [details]
File: environ

Comment 3 Miroslav Grepl 2013-08-22 12:09:02 UTC
Could you try to execute

# killall -9 setroubleshootd
# > /var/lib/setroubleshoot/setroubleshoot_database.xml 


and see if this happens again. Thank you.