Hide Forgot
libreport version: 2.0.10 abrt_version: 2.0.10 cmdline: /usr/bin/python -u /usr/bin/abrt-action-install-debuginfo --size_mb=4096 executable: /usr/bin/abrt-action-install-debuginfo kernel: 3.3.0-8.fc17.i686.PAE time: Tue 10 Apr 2012 03:33:37 PM CEST uid: 482 username: abrt backtrace: :abrt-action-install-debuginfo:45:sigterm_handler:NameError: global name 'clean_up' is not defined : :Traceback (most recent call last): : File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1134, in _hdr_retrieve : def _hdr_retrieve(self, buf): : File "/usr/bin/abrt-action-install-debuginfo", line 45, in sigterm_handler : clean_up() :NameError: global name 'clean_up' is not defined : :Local variables in innermost frame: :frame: <frame object at 0x8e9f4e4> :signum: 15
Already fixed in git: commit ed96a04e03462542d1384c12aa4330fa12e9a155 Author: Denys Vlasenko <vda.linux> Date: Tue Apr 3 15:56:06 2012 +0200 abrt-action-install-debuginfo: fix a problem with clean_up() not imported Hopefully fixes the foloowing: Analyzing coredump 'coredump' Coredump references 132 debuginfo files, 102 of them are not installed Setting up yum repositories Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1134, in _hdr_retrieve def _hdr_retrieve(self, buf): File "/usr/bin/abrt-action-install-debuginfo", line 45, in sigterm_handler clean_up() NameError: global name 'clean_up' is not defined Signed-off-by: Denys Vlasenko <vda.linux>