10 Nov
2003
10 Nov
'03
4:46 p.m.
Antonio João Ferreira Francisco wrote:
I'm using RedHat 7.2, Zope 2.6.2, Python 2.1.3, python-ldap 2.0.0pre14 and Openldap 2.0.25-1
The error message from Zope is this:
2003-11-10T11:36:44 ERROR(200) zdaemon Process 20151 terminated by signal SIGSEGV(11)
I am pretty sure that the LDAPUserFolder Product attempts a bind operation when you create one. You could try a similar bind operation using a Python console -- this might help you find out if Zope is ~part~ of the problem. You might also be able to use strace on your Zope process to find out where it is being killed. My hunch is that there are some mysterious thread-related problems here. JZ