cygwin and kannel
"Anders Lindh" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Organization | FlyerOne Ltd |
| Message-ID | <000201c2210b$906218a0$6300010a@alindhwin> |
Hi, I picked up the latest cvs version, and it compliled without problems under cygwin. But when I'm trying to run Kannel, things don't go too smoothly. There seems to be something wrong with the poll() system call under cygwin, here's a snippet from the logs: 2002-07-01 17:22:54 [13] ERROR: wait_for_connections failed 2002-07-01 17:22:54 [4] ERROR: wait_for_connections failed 2002-07-01 17:22:54 [4] ERROR: wait_for_connections failed 2002-07-01 17:22:54 [2] ERROR: gwthread_poll: error in poll 2002-07-01 17:22:54 [1] ERROR: gwthread_poll: error in poll 2002-07-01 17:22:54 [1] ERROR: Poller: can't handle error; sleeping 1 second. 2002-07-01 17:22:54 [4] ERROR: wait_for_connections failed 2002-07-01 17:22:54 [13] ERROR: wait_for_connections failed 2002-07-01 17:22:54 [6] ERROR: gwthread_pollfd: error in poll 2002-07-01 17:22:54 [4] ERROR: wait_for_connections failed 2002-07-01 17:22:54 [2] ERROR: gwthread_poll: error in poll 2002-07-01 17:22:54 [6] ERROR: gwthread_pollfd: error in poll 2002-07-01 17:22:54 [1] ERROR: gwthread_poll: error in poll 2002-07-01 17:22:54 [13] ERROR: wait_for_connections failed 2002-07-01 17:22:55 [1] ERROR: gwthread_poll: error in poll 2002-07-01 17:22:55 [1] ERROR: Poller: can't handle error; sleeping 1 second. I found some earlier discussion about this on this mailing list. Is there a known work-around for this problem? Thanks, - Anders