|
From: Pascal C. <pc...@p-...> - 2005-05-31 20:22:23
|
On 31 May 2005, at 21:10, Bruno Haible wrote: > Eric Blood wrote: > >>> It has been reported as a poll() problem... >>> >> >> Thanks. That did the trick. >> > > Thanks for the confirmation. poll() on MacOS X 10.4 really seems > broken, see > http://lists.apple.com/archives/darwin-dev/2005/May/msg00220.html > http://comments.gmane.org/gmane.os.apple.fink.gnome/1193 > http://cvs.sourceforge.net/viewcvs.py/fink/dists/10.4-transitional/ > unstable/main/finkinfo/gnome/glib2.info?r1=1.3&r2=1.4 > > I could just disable clisp's use of poll() on Darwin altogether, > but it's > better to have an autoconf test. Can some kind soul please run the > following test program on MacOS X 10.4.0: > > $ gcc polltest.c -o polltest > $ ./polltest fd = 0: 1/0 1 -> 32 fd = 1: 1/0 4 -> 32 fd = 3: 1/0 1 -> 32 fd = 4: 1/0 4 -> 32 fd = 5: 1/0 1 -> 32 fd = 6: 1/0 4 -> 32 Pascal -- 2nd European Lisp and Scheme Workshop July 26 - Glasgow, Scotland - co-located with ECOOP 2005 http://lisp-ecoop05.bknr.net/ |