Bug 154755 - existing x11-toolkits/py-gtk2 patch needs to be applied
Summary: existing x11-toolkits/py-gtk2 patch needs to be applied
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-13 22:00 UTC by Antoine Martin
Modified: 2011-02-28 11:32 UTC (History)
0 users

See Also:


Attachments
file.diff (521 bytes, patch)
2011-02-13 22:00 UTC, Antoine Martin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Martin 2011-02-13 22:00:18 UTC
See this upstream bug (includes the patch):

https://bugzilla.gnome.org/show_bug.cgi?id=640738

How-To-Repeat: import signal
import gtk

signal.signal(signal.SIGCHLD, lambda *args: None)
gtk.main()

Run it, send it SIGCHLD.  CPU usage goes to 100%.
Comment 1 Mark Linimon 2011-02-13 22:15:02 UTC
To which port does this PR apply?
Comment 2 Antoine Martin 2011-02-13 22:26:37 UTC
On 02/13/2011 11:15 PM, Mark Linimon wrote:
> To which port does this PR apply?
Sorry about that, I meant to include the info. doh!
It is py-gtk2:

http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11-toolkits/py-gtk2/

Cheers
Antoine
Comment 3 Bruce Cran freebsd_committer freebsd_triage 2011-02-13 22:32:02 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

Ports PR.
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-13 22:34:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 5 Koop Mast freebsd_committer freebsd_triage 2011-02-28 11:32:01 UTC
State Changed
From-To: open->closed

Committed thanks.