Bug 1025704 - abrt-cli crashes with "symbol lookup error: abrt-cli: undefined symbol: libreport_error_msg_and_die"
Summary: abrt-cli crashes with "symbol lookup error: abrt-cli: undefined symbol: libre...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: abrt
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jakub Filak
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-01 10:54 UTC by Vadim Rutkovsky
Modified: 2016-12-01 00:45 UTC (History)
8 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-11-01 11:44:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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


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