>>>> "Raymond" == Raymond Toy
<toy(a)rtp.ericsson.se> writes:
Raymond> I got a crash when trying to do an ldap access. 100% repeatable.
Raymond> This is the first time I've tried to do that on Solaris 2.7, which
Raymond> seems to come with it's own ldap libraries. Previously, I was using
Raymond> the UMICH 3.3 ldap libraries on Solaris 2.5.1. I'll have to try using
Raymond> the UMICH 3.3 ldap libraries instead of the Solaris 2.7 ones....
Raymond> Ray
Raymond> The recipe:
Raymond> xemacs -vanilla
> From the menus Tools->Directory Search->Query with Form.
Raymond> A dialog box asks if I want to define a Search Base. Press No.
Raymond> Crash!
According to the Lisp and C backtraces and the description you give, the
problem is certainly not in your LDAP libraries: there's no call to the LDAP
routines involved in what you describe. So I don't think UMich libs will help
in any way. The problem seems to be rather related to Custom instead.
Something might be wrong in the definition of ldap-host-parameters-alist but
that should never trigger a crash anyway.
Oscar