>>>> "Gunnar" == Gunnar Evermann
<ge204(a)eng.cam.ac.uk> writes:
Gunnar> Oscar Figueiredo <Oscar.Figueiredo(a)di.epfl.ch> writes:
> >>>>> "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....
>
> 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.
Gunnar> Well, the bytecode stack seems to be corrupted. Could some call to the
Gunnar> LDAP lib have caused this?
According to Raymond:
The recipe:
xemacs -vanilla
From the menus Tools->Directory Search->Query with Form.
A dialog box asks if I want to define a Search Base. Press No.
Crash!
In principle this procedure does not involve any call to the LDAP library.
LDAP is called only when you click on the `Query Server' button in the query
buffer. The crash happens before this buffer is even displayed.
Oscar