hp-systray segfault on quit

Bug #546816 reported by smithj
This bug report is a duplicate of:  Bug #486698: hp-systray crash. Edit Remove
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
HPLIP
Fix Committed
Undecided
Unassigned
hplip (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: hplip

This bug is derived from #497877. In that bug, a reviewer of my patch determined that hp-systray (sometimes) segfaults when you quit the tray app. I determined that the bug was also present in hplip without my patch.

Essentially, the python c module in pyqt can become... lets charitably call it "confused"... when python destroys objects in an order it isn't expecting. So, when exiting hplip, python's garbage collection runs (or doesn't) and triggers the edge case (or doesn't).

There are many discussions of this on the pyqt mailing lists, and each time the suggestion was to do one of the following:

1) instantiate your objects in a different order, until you find an order which doesn't cause the problem
2) figure out which object(s) is causing the issue, and explicitly kill it before you call QApplication.quit()

This message on the topic is somewhat enlightening: http://<email address hidden>/msg20499.html

Related branches

Revision history for this message
smithj (smithj) wrote :

This one-line patch implements option #2 above.

Changed in hplip (Ubuntu):
status: New → In Progress
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package hplip - 3.10.2-1ubuntu4

---------------
hplip (3.10.2-1ubuntu4) lucid; urgency=low

  * debian/patches/hp-systray-segfault-on-quit.dpatch: Fixed a hp-systray to
    not segfaulting when quitting the program (LP: #546816).
 -- Till Kamppeter <email address hidden> Thu, 25 Mar 2010 13:51:18 +0100

Changed in hplip (Ubuntu):
status: In Progress → Fix Released
Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

Can someone at HP please apply this patch also to the upstream HPLIP source. Thanks.

Revision history for this message
Naga Samrat Chowdary, Narla (samrat-hplip) wrote :

Thanks Till Kanppeter,

Patch has been applied.
Similar patch also available at https://bugs.launchpad.net/hplip/+bug/486698.

Thanks for your contribution towards HPLIP,
Naga Samrat Chowdary, Narla

Changed in hplip:
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.