From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jacob Vennervald Madsen" To: Subject: pthreads on cygwin Date: Tue, 04 Sep 2001 03:00:00 -0000 Message-id: <19514C7E64E4FA4FBEEC9BA3CB3376FD17B6B8@gopinocchio-sbs.gopinocchio.local> X-SW-Source: 2001-09/msg00100.html Hi List I'm trying to compile and run the Open Source Kannel gateway on cygwin. It compiles ok but gives me problems when I try to run it. This is the error I get: 2001-09-04 09:13:43 [1] PANIC: gwlib/gwthread-pthread.c:151: getthreadinfo: Assertion `pthread_equal(threadinfo->self, pthread_self())' failed. And this is line 151 of the file gwlib/gwthread-pthread.c that gives the problems: gw_assert(pthread_equal(threadinfo->self, pthread_self())); Any ideas how to make this work on cygwin? If I comment this line out I can start the gateway but it freezes after sending one SMS through the gateway. Best regards, Jacob Vennervald Madsen Mobile Systems Developer GoPinocchio Norrebrogade 45 DK-2200 Copenhagen www.gopinocchio.com +45 26750106 ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/