Re: (ITS#7233) SLAP_SOCK_NOT_ACTIVE() crash during shutdown

2012-04-07 Thread h . b . furuseth
I wrote: test058(hdb): SLAP_SOCK_NOT_ACTIVE() crashed during shutdown because slap_daemon[id].sd_index is NULL: Correction: Startup, not shutdown. slapd_shutdown == 0. Testrun currently in http://folk.uio.no/hbf/its7233.testrun.tgz, output in testrun/OUTPUT, the core file was in

(ITS#7234) syncprov entry not freed in result.c

2012-04-07 Thread h . b . furuseth
Full_Name: Hallvard B Furuseth Version: RE24, 0e03b1369f4da5db9d0bdd2445b3a7ccc0c5638f OS: Linux x86_64 URL: Submission from: (NULL) (195.1.106.125) Submitted by: hallvard syncprov_db_open() does not set op-o_tag before submitting syncprov_db_otask. This prevents rs_flush_entry() before

(ITS#7235) test058 hanging in slapd shutdown

2012-04-07 Thread h . b . furuseth
Full_Name: Hallvard B Furuseth Version: RE24, 0e03b1369f4da5db9d0bdd2445b3a7ccc0c5638f OS: Linux x86_64 URL: Submission from: (NULL) (195.1.106.125) Submitted by: hallvard Starting test058-syncrepl-asymmetric for hdb... running defines.sh Initializing master configurations... Initializing

Re: (ITS#7235) test058 hanging in slapd shutdown

2012-04-07 Thread h . b . furuseth
Testrun directory is in http://folk.uio.no/hbf/its7235.testdir.tgz. slapd.2.log has some extra stuff from other tests. I haven't stopped this test, and forgot to change test port when running other tests. -- Hallvard

(ITS#7236) new test030-relay failure in old code

2012-04-07 Thread h . b . furuseth
Full_Name: Hallvard B Furuseth Version: 2.4.10-latest RE24 OS: Linux x86_64 URL: http://folk.uio.no/hbf/testrun.test030.ldif.tgz Submission from: (NULL) (195.1.106.125) Submitted by: hallvard ./run -b bdb/hdb/mdb/ldif test030-relay all fail in openldap-2.4.10 and current RE24 (I did not test

Re: (ITS#7182) back-ldap monitoring improvements

2012-04-07 Thread h . b . furuseth
Howard Chu wrote: Also, you're using monitor_entry_stub() directly in the back-ldap code. It is forbidden for modules to directly reference each other's symbols. If you need this function, add it to monitor_extra_t first and call it through there. Thus, currently './configure --enable-ldap

Re: (ITS#7232) Searching for Deleted Objects

2012-04-07 Thread michael
This is a cryptographically signed message in MIME format. --ms030803070108020903050607 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable rai.abhis...@yahoo.com wrote: i am try to developed a small c# application through which i want to ge= t

Re: (ITS#7233) SLAP_SOCK_NOT_ACTIVE() crash during shutdown

2012-04-07 Thread h . b . furuseth
On Sat, 7 Apr 2012 05:52:15 GMT, h.b.furus...@usit.uio.no wrote: test058(hdb): SLAP_SOCK_NOT_ACTIVE() crashed during shutdown because slap_daemon[id].sd_index is NULL: Fixed in master, e6a25b2db6d7f4dc5d3370e06e3a3e03c5a6635d. Or at least, fixed some broken code in master. But I wonder

Re: (ITS#7231) back0hdb search results disappear depending on search base

2012-04-07 Thread hyc
hume...@bofh.ca wrote: Full_Name: Brandon Hume Version: -OPENLDAP_REL_ENG_2_4-0e03b13 OS: Redhat AS6 URL: http://den.bofh.ca/~hume/ldap_missing_results.tar.gz Submission from: (NULL) (2610:170:2c00:7:224:1ff:fed4:b4ff) Thanks for the report and test case. Fixed now in git master. Firstly,

Re: (ITS#7233) SLAP_SOCK_NOT_ACTIVE() crash during shutdown

2012-04-07 Thread h . b . furuseth
On Sat, 7 Apr 2012 12:38:30 GMT, h.b.furus...@usit.uio.no wrote: Fixed in master, e6a25b2db6d7f4dc5d3370e06e3a3e03c5a6635d. Or at least, fixed some broken code in master. But I wonder why it usually worked before. Testing with sleep(1) before reading tid = *(int*)ptr in

Re: (ITS#7233) SLAP_SOCK_NOT_ACTIVE() crash during shutdown

2012-04-07 Thread h . b . furuseth
I wrote: Aha, slapd_daemon() sets i=0 after starting the threads. Reproduced the crash now by sleeping before setting i=0. Reproduced in unpatched RE24, I mean. It's fixed in master. Hallvard

Re: (ITS#7236) new test030-relay failure in old code

2012-04-07 Thread hyc
h.b.furus...@usit.uio.no wrote: Full_Name: Hallvard B Furuseth Version: 2.4.10-latest RE24 OS: Linux x86_64 URL: http://folk.uio.no/hbf/testrun.test030.ldif.tgz Submission from: (NULL) (195.1.106.125) Submitted by: hallvard ./run -bbdb/hdb/mdb/ldif test030-relay all fail in

Re: (ITS#7224) Core dump while trying to run slapd

2012-04-07 Thread hyc
ashish gawarikar wrote: On 4/6/2012 10:22 AM, Howard Chu wrote: Find out why oc-oc_names is NULL. It should not be. Seems like you have an invalid schema definition. I have fixed the objectClasses that were violating by adding extensibleObject. Also, the slapadd-ing should not core, and

Re: (ITS#7110) cn=config mixes values

2012-04-07 Thread hyc
raphael.ouaz...@linagora.com wrote: Full_Name: Raphael Ouazana Version: 2.4.26 OS: Linux URL: ftp://ftp.openldap.org/incoming/ Submission from: (NULL) (213.41.232.151) Hi, I try to modify valuse of eg. olcAccess with a certain order, I get different values if numbered values are in the

Re: (ITS#7202) slapo-memeberof crashing OL 2.4.30

2012-04-07 Thread hyc
marco.pizz...@gmail.com wrote: Full_Name: Marco Pizzoli Version: 2.4.30 OS: Linux URL: ftp://ftp.openldap.org/incoming/ Submission from: (NULL) (213.174.164.11) Hi, I'm facing crashes with openldap 2.4.30 (actually the RE24 of the day before the release, but nothing changed in the

Re: (ITS#7221) Support private keys in PKCS #8 in slapd when linked with gnutls

2012-04-07 Thread hyc
komya...@altell.ru wrote: Full_Name: Alexander Komyagin Version: 2.4.23 OS: Debian Squeeze URL: ftp://ftp.openldap.org/incoming/ Submission from: (NULL) (178.16.156.18) Hi! I found out that when slapd is linked with gnutls, it fails to parse private key on startup if the one is given in

Re: (ITS#7236) new test030-relay failure in old code

2012-04-07 Thread h . b . furuseth
On Sat, 7 Apr 2012 15:25:34 GMT, h...@symas.com wrote: you had a server listening on 9012 when no such server should have been present. Some test scripts hard-code default values that can be configured differently in scripts/defines.sh. In this case, $SLAPD_BASEPORT. I'll look into that

Re: (ITS#7235) test058 hanging in slapd shutdown

2012-04-07 Thread h . b . furuseth
No hang/failure in 250 test058 runs, on RE24 + master commit 9e6245f87e5d2fc0b0c52c7aacf5e5ccac115839 ITS#7235 prevent sop from being freed during init. Reproduced it *without* that commit after 70 runs on a busy host. Quite similar. http://folk.uio.no/hbf/its7235.testdir2.tgz has output,

(ITS#7237) Crash abandoning freed/unused operation

2012-04-07 Thread h . b . furuseth
Full_Name: Hallvard B Furuseth Version: RE24 + master patches OS: Linux x86_64 URL: http://folk.uio.no/hbf/test045.testrun.tgz Submission from: (NULL) (195.1.106.125) Submitted by: hallvard './run -b ldif test045-syncreplication-proxied' crashed in connection_abandon() with LDAP_MEMORY_DEBUG: It