Bug 1025704

Summary: abrt-cli crashes with "symbol lookup error: abrt-cli: undefined symbol: libreport_error_msg_and_die"
Product: [Fedora] Fedora Reporter: Vadim Rutkovsky <vrutkovs>
Component: abrtAssignee: Jakub Filak <jfilak>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: abrt-devel-list, dvlasenk, iprikryl, jberan, jfilak, jmoskovc, mmilata, mtoman
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-01 11:44:53 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Vadim Rutkovsky 2013-11-01 10:54:48 UTC
Description of problem:
$ abrt-cli list
abrt-cli: symbol lookup error: abrt-cli: undefined symbol: libreport_error_msg_and_die

Version-Release number of selected component (if applicable):
abrt-libs-2.1.8-1.fc21.x86_64

How reproducible:
Always

Steps to Reproduce:
1.Run 'abrt-cli list' or 'python -c 'import report; report.list()''

Actual results:
Crash:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
AttributeError: 'module' object has no attribute 'list'
[test@dhcp131-226 evolution]$ python -c 'import problem'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python2.7/site-packages/problem/__init__.py", line 6, in <module>
    from _pyabrt import *
ImportError: /lib64/libabrt.so.0: undefined symbol: libreport_perror_msg_and_die

Expected results:
no crash

Additional info:

Comment 1 Jakub Filak 2013-11-01 11:28:41 UTC
We've forgotten to bump libreport's soname. Please, run 'yum update abrt', re-test and report the results here.

Comment 2 Vadim Rutkovsky 2013-11-01 11:44:53 UTC
abrt-2.1.9-1.fc20.x86_64 fixed this, thanks