On Tue, Jul 24, 2007 at 06:08:31PM -0700, James P. Crutchfield wrote:
> fink install of wxpython-py24 (v. 2.5.2.8-1003)
> OS X 10.4.10 on both Intel and PPC
> 
> Program:
> 
> import wx
> from time import *
> 
> a = wx.PySimpleApp()
> b = wx.Frame(None)
> b.Show(True)
> a.MainLoop()
> 
> When run saturares CPU at 100% and produces an endless stream of
> 
> (simplewxtest.py:2510): GLib-WARNING **: poll(2) failed due to:  
> Invalid argument.
> 
> (simplewxtest.py:2510): GLib-WARNING **: poll(2) failed due to:  
> Invalid argument.
> 
> (simplewxtest.py:2510): GLib-WARNING **: poll(2) failed due to:  
> Invalid argument.
> 
> (simplewxtest.py:2510): GLib-WARNING **: poll(2) failed due to:  
> Invalid argument.
> 
> ...
> 
> Perhaps due to incorrect number of file descriptors
> (in /sw/src/wxPythonSrc-2.5.2.8.ours/src/gtk/app.cpp)?

Confirmed on 10.3, so it's not 10.4's weird poll/select mess, nor a
problem with glib not recognizing 10.4's poll issues.

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to