Bug 607576

Summary: [abrt] crash in yumex-2.9.7-1.fc12: grabber.py:427:<module>:ImportError: /usr/local/zend/lib/libcurl.so.4: cannot restore segment prot after reloc: Permission denied
Product: [Fedora] Fedora Reporter: Ahamed Rasheed C K <ahamedckmgm>
Component: yumexAssignee: Tim Lauridsen <tim.lauridsen>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard: abrt_hash:51fdc07a
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-06-25 06:48:36 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:
Attachments:
Description Flags
File: backtrace
none
screen shot of the message produced on doing as per instructions none

Description Ahamed Rasheed C K 2010-06-24 12:16:56 UTC
abrt 1.0.9 detected a crash.

architecture: i686
Attached file: backtrace
cmdline: /usr/bin/python /usr/share/yumex/yumex.pyc
component: yumex
executable: /usr/share/yumex/yumex.pyc
kernel: 2.6.32.14-127.fc12.i686
package: yumex-2.9.7-1.fc12
reason: grabber.py:427:<module>:ImportError: /usr/local/zend/lib/libcurl.so.4: cannot restore segment prot after reloc: Permission denied
release: Fedora release 12 (Constantine)

How to reproduce
-----
1.I was not able to do yum update then I tried to yumex then it closed

Comment 1 Ahamed Rasheed C K 2010-06-24 12:17:00 UTC
Created attachment 426545 [details]
File: backtrace

Comment 2 Tim Lauridsen 2010-06-25 06:48:36 UTC
If yum is not working from the command line, then yumex will not work to

/usr/local/zend/lib/libcurl.so.4: look a little strange to me

the default libcurl.so.4 is located in /usr/lib/libcurl.so.4

So it look like you have installed something there is messing with our system.

try 

rpm -qf /usr/local/zend/lib/libcurl.so.4

to locate the package there has installed it.

If it is not installed by a package, then you must have installed something from source.

Comment 3 Ahamed Rasheed C K 2010-06-28 06:31:49 UTC
Created attachment 427314 [details]
screen shot of the message produced on doing as per instructions

Comment 4 Ahamed Rasheed C K 2010-06-28 06:33:25 UTC
Sir, 
I had done as per ur advice , also tried the yum update . It errs that the yum database disk image is malformed

kindly help me

Rasheed

Comment 5 Tim Lauridsen 2010-07-07 06:52:01 UTC
It look like you have some old libcurl, try to download a recent one from a F12 repo and update it using rpm -Uvh ...