Bug 584045

Summary: SIGSEGV in "QMultiInputContext::~QMultiInputContext" in /usr/bin/hp-plugin
Product: [Fedora] Fedora Reporter: denis crowther <denis>
Component: hplipAssignee: Tim Waugh <twaugh>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: dmalcolm, ivazqueznet, james.antill, jonathansteffan, jpopelka, ndbecker2, twaugh
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard: abrt_hash:de5f260bedca9c65364ee620b0af87cf57ab5e12
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-04-23 06:32:44 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

Description denis crowther 2010-04-20 15:33:07 UTC
abrt 1.0.8 detected a crash.

architecture: i686
Attached file: backtrace
cmdline: python /usr/bin/hp-plugin -u --required --reason 1
component: python
executable: /usr/bin/python
kernel: 2.6.32.11-99.fc12.i686.PAE
package: python-2.6.2-4.fc12
rating: 4
reason: Process /usr/bin/python was killed by signal 11 (SIGSEGV)
release: Fedora release 12 (Constantine)

Comment 1 denis crowther 2010-04-20 15:33:09 UTC
Created attachment 407852 [details]
File: backtrace

Comment 2 Neal Becker 2010-04-21 15:54:04 UTC

How to reproduce
-----
1. Created a plot using matplotlib plot(), show()
2. Hit 'save' button on the plot
3. A dialog starts to appear,
4. Close the broken dialog

I also got this:
python read_data.py
(9217) KSycocaPrivate::openDatabase: Trying to open ksycoca from  "/var/tmp/kdecache-nbecker/ksycoca4"
kfilemodule(9217): couldn't create slave: "Unable to create io-slave:
klauncher said: Unknown protocol ''.
" 
kfilemodule(9217): couldn't create slave: "Unable to create io-slave:
klauncher said: Unknown protocol ''.
" 
Segmentation fault (core dumped)

Comment 3 Dave Malcolm 2010-04-22 20:26:07 UTC
Thank you for reporting this bug.

How reproducible is this problem?

What is the output of running the following command?
  rpm -qa hplip "qt*" PyQt4 numpy python-matplotlib

Looking at the backtrace, it looks like the problem occurred in the program's single thread in QMultiInputContext::~QMultiInputContext

Reassigning component from "python" to "hplip";  hopefully the hplip maintainer will be able to figure this out further or reassign as necessary.

(Alternatively, it _might_ relate to recent numpy/python-matplotlib ABI issues, though IIRC that was just on F13 and F14)

Comment 4 Jiri Popelka 2010-04-23 06:32:44 UTC

*** This bug has been marked as a duplicate of bug 584492 ***