Hi,

I'm porting a software that need the poll function. I first tried to use
the poll emulation code found on the following page :
http://www.sealiesoftware.com/fakepoll.h and everything was working
correctly.

I then installed and tried the Fink libpoll package and now the program
crash at the following line :

if (poll (client->pollfd, client->pollmax, 1000) < 0) {

with the following trace :

Thread 1 Crashed:
 #0   0x0005093c in map_poll_spec
 #1   0x00050d94 in poll
 #2   0x000660e8 in jack_client_thread (client.c:725)
 #3   0x90020d48 in _pthread_body

Is there any known issue with the libpoll package?

Thanks in advance.

Stephane Letz



Grame: Centre National de creation musicale
9, Rue du Garet
69001 Lyon
Tel: 04-72-07-37-00
Fax: 04-72-07-37-01
Web: www.grame.fr




-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to