Article 14
OK. I can confirm that this works. Thanks. I assigned this to ghc was because that the same library worked with ghc 7.2.2 or earlier.
View Articlestatus changed; resolution set
status changed from infoneeded to closedresolution set to invalid The RTS uses SIGVTALRM for its own purposes (scheduling and profiling). This can cause certain system calls to return EINTR, but C...
View ArticleArticle 12
Found the interrupt, virtualTimerExpired. And in the aborted poll call, the timeout (var to in millisec) is 4294967295. Hoping someone be familiar with ghc runtime could help here. Hi Cdornan, I think...
View ArticleArticle 11
I am not sure whether this is related to the problem discussed on the mailing list in May (see the thread containing ​http://www.haskell.org/pipermail/haskell-cafe/2012-May/101491.html)where I failed...
View Articlekeywords, summary changed
keywordspoll added summary changed from ghc 7.4.1 does not work with LDAP-0.6.6 to ghc 7.4.2 does not work with LDAP-0.6.6 Sorry I did not block the code: ldap_open(vancloa.cn, 389)...
View ArticleArticle 9
Exception has been caught in openldap-2.4.31/libraries/libldap/os-ip.c line 1123: rc = poll( sip->si_fds, sip->si_maxfd, to ); This poll call returns -1 and set errno to 4. I have not got the...
View ArticleArticle 8
Did a packets capturing, and dig libldap2 source a little. It seems that, some runtime condition is damaged by ghc, that libldap2 falls into error.
View Articlekeywords, version changed
keywordscbinding added; LDAP removed version changed from 7.4.1 to 7.4.2
View ArticleArticle 5
Sorry for that. Here is the code. Please input domain as the ldap server ip, bindDN/bindPW as some random strings. And the dependency is LDAP-0.6.6, which requires libldap2. import LDAP main :: IO ()...
View ArticleArticle 4
Please assume I know nothing at all about LDAP. Can you give me the complete source code for a program that demonstrates the failure, and tell me which packages it depends on? I can probably find out...
View ArticleArticle 3
Ah, I see. I do not think it is possible to reproduce without a ldap server. Because using a non-existing server would get the same error of "Can't contact LDAP server". But if you knew one (MS AD...
View ArticleArticle 2
What I meant was, can you give specific instructions to reproduce the problem? Is it possible to reproduce it without an LDAP server? (I don't have one here, AFAIK).
View ArticleArticle 1
Hi, it is hard to say "easily" since the condition is confusing. For me, Debian unstable/stable CentOS 6.1 were all tested with self-compiled 7.4.1 (without any extra configuration arguments, all...
View Articlestatus changed; difficulty set
status changed from new to infoneededdifficulty set to Unknown We'll probably need more information to debug this one. Is there a way to reproduce it easily?
View Article