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.
Well, the bytecode stack seems to be corrupted. Could some call to the
LDAP lib have caused this? On the other hand a dialog box seems to be
involved in Raymond's recipe, so it could also be related to motif or
something.
Raymond, could you look a bit closer at this, e.g. check when & where
the stack is corrupted? dbx on Solaris has these fantastic
watchpoints which might be helpful for this.
Gunnar