[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Hi Please help on back-sql...



Dmitry!
 I have checked the ODBC connection of mysql server without the ldap
server.. its working fine. no threading issue. Should I insert a values in
meta tables before running the slapd?  Also if the tables are empty then
there should be some appropriate errors messages instead of  such threading
problem .
regards
sajida kalsoom.
----- Original Message -----
From: "Dmitry Kovalev" <mitya@seismic.geol.msu.ru>
To: "sajida kalsoom" <sajida@advcomm.net>; <openldap-software@OpenLDAP.org>
Sent: Monday, July 30, 2001 5:18 PM
Subject: Re: Hi Please help on back-sql...


> > ==>backsql_close_db_conn()
> > signal fault in critical section
> > signal number: 11, signal code: 1,                          fault
address:
> > 0x478, pc: 0xef7d9c60, sp: 0xefffec20
> > libthread panic: fault in libthread critical section (PID: 1204 LWP 1)
> > stacktrace:
> >         ef7d9c2c
> > ...
> > ###################################
> > what could b reason.. if any one can help me in this regard.
> > Thanks in advanced.
>
> Most probably, the database access package you use is not thread-safe...
You
> could assure it if you localize the place it happens by adding more debug
> output to backsql_close_db_conn(). If it happens in an ODBC call - then
the
> problem is there.
>
> WBW, Dmitry
>