Issue 5533 - test035-meta crashes --without-threads
Summary: test035-meta crashes --without-threads
Status: VERIFIED WONTFIX
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-27 20:05 UTC by Hallvard Furuseth
Modified: 2020-08-28 22:37 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Hallvard Furuseth 2008-05-27 20:05:46 UTC
Full_Name: Hallvard B Furuseth
Version: RE24
OS: 
URL: ftp://ftp.openldap.org/incoming/Hallvard-Furuseth-080527.tgz.1
Submission from: (NULL) (129.240.6.233)
Submitted by: hallvard


slapd crashes in test035 after 10 runs:
daemon.c:979: assert( SLAP_SOCK_IS_ACTIVE( s ));

RE24 + libraries/libldap_r/thr_stub.c rev 1.35
./configure --quiet --without-threads --enable-meta --enable-ldap 'CFLAGS=-O0
-g'
(declare -i n=0; while n=n+1 && echo "run #$n" && ./run test035; do sleep 5;
done)

Testrun directory enclosed, with files OUTPUT (from tty) and slapd.*.GDB.
Removed database directories though.
(Argh, I messed up with passive mode again.  Oh well.)

Comment 1 Hallvard Furuseth 2008-05-27 20:06:06 UTC
moved from Incoming to Software Bugs
Comment 2 Quanah Gibson-Mount 2008-05-27 20:11:06 UTC
--On Tuesday, May 27, 2008 8:05 PM +0000 h.b.furuseth@usit.uio.no wrote:

> Full_Name: Hallvard B Furuseth
> Version: RE24
> OS:
> URL: ftp://ftp.openldap.org/incoming/Hallvard-Furuseth-080527.tgz.1
> Submission from: (NULL) (129.240.6.233)
> Submitted by: hallvard
>

Isn't this just a duplicate of ITS#5489?

--Quanah



--

Quanah Gibson-Mount
Principal Software Engineer
Zimbra, Inc
--------------------
Zimbra ::  the leader in open source messaging and collaboration

Comment 3 Hallvard Furuseth 2008-05-27 21:02:53 UTC
quanah@zimbra.com writes:
> Isn't this just a duplicate of ITS#5489?

Apparently not.  Got it again at 4th run with daemon.c 1.380.2.12.
Also in a somewhat patched HEAD with the same configuration.

Hm, the crashes happen for extended operations.  So far
6 times "Passwd ExOp failed (1)!", once "WhoAmI failed (49)!".

-- 
Hallvard

Comment 4 Pierangelo Masarati 2008-05-31 18:59:17 UTC
h.b.furuseth@usit.uio.no wrote:
> quanah@zimbra.com writes:
>   
>> Isn't this just a duplicate of ITS#5489?
>>     
>
> Apparently not.  Got it again at 4th run with daemon.c 1.380.2.12.
> Also in a somewhat patched HEAD with the same configuration.
>
> Hm, the crashes happen for extended operations.  So far
> 6 times "Passwd ExOp failed (1)!", once "WhoAmI failed (49)!".
>   
I couldn't reproduce this issue with HEAD; do you confirm it's a re24 only?

p.



Ing. Pierangelo Masarati
OpenLDAP Core Team

SysNet s.r.l.
via Dossi, 8 - 27100 Pavia - ITALIA
http://www.sys-net.it
---------------------------------------
Office:  +39 02 23998309
Mobile:  +39 333 4963172
Email:   pierangelo.masarati@sys-net.it
---------------------------------------


Comment 5 Hallvard Furuseth 2008-05-31 20:38:02 UTC
pierangelo.masarati@sys-net.it writes:
> I couldn't reproduce this issue with HEAD; do you confirm it's a re24 only?

Still happens in HEAD as well as RE24.  Not RE23 though.

-- 
Hallvard

Comment 6 Pierangelo Masarati 2008-05-31 20:40:04 UTC
Hallvard B Furuseth wrote:
> pierangelo.masarati@sys-net.it writes:
>   
>> I couldn't reproduce this issue with HEAD; do you confirm it's a re24 only?
>>     
>
> Still happens in HEAD as well as RE24.  Not RE23 though.
>   
Odd.  I've been running test035 in HEAD for >100 times after rebuilding 
--without-threads with no failure.  Anything I might be missing?

p.



Ing. Pierangelo Masarati
OpenLDAP Core Team

SysNet s.r.l.
via Dossi, 8 - 27100 Pavia - ITALIA
http://www.sys-net.it
---------------------------------------
Office:  +39 02 23998309
Mobile:  +39 333 4963172
Email:   pierangelo.masarati@sys-net.it
---------------------------------------


Comment 7 Quanah Gibson-Mount 2020-08-28 22:37:19 UTC
We only allow threaded slapd with 2.5+, closing.