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

Re: LDAP_REL_ENG_2_4



Howard Chu wrote:
Quanah Gibson-Mount wrote:
OpenLDAP Release Engineering 2.4 has been sync'd with HEAD. Please check it out and test that builds and functionality work as expected. I've tested so far on MAC OS X x86.

All tests passed on OpenSUSE 10.2 x86 and x86_64.

Having the same old difficulty with accept() and socklen_t/size_t on HPUX ia64, so apparently the patch for ITS#4629 still needs some work.

With those problems aside, test030 fails in back-meta. I haven't got a working gdb here yet so I haven't had a chance to examine the core file.

This was the same problem. For the sake of getting past this test I just edited portable.h and changed the #define of ber_socklen_t to size_t.


Seems to build OK on Solaris 10 sparc64. tests are still running at the moment.

test047 crashed in rwm_dn_massage, it looks like invalid pointers were passed in.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 5 (LWP 5)]
0xffffffff7cf371f0 in strlen () from /lib/64/libc.so.1
(gdb) bt
#0 0xffffffff7cf371f0 in strlen () from /lib/64/libc.so.1
#1 0xffffffff7cf9f968 in _ndoprnt () from /lib/64/libc.so.1
#2 0xffffffff7cfa2094 in vsnprintf () from /lib/64/libc.so.1
#3 0x0000000100188b5c in lutil_debug (debug=2042613608, level=0, fmt=0xffffffff7c701000 "")
at ../../../r24/libraries/liblber/debug.c:66
#4 0x000000010013c7a4 in rwm_dn_massage (dc=0x105, in=0x4, dn=0x100206f08)
at ../../../../r24/servers/slapd/overlays/rwmdn.c:178
#5 0x000000010013c9d0 in rwm_dn_massage_pretty (dc=0xffffffff79bfe460, in=0xffffffff79bfe1d8, pdn=0xffffffff79bfe100)
at ../../../../r24/servers/slapd/overlays/rwmdn.c:87


Not sure why passing from frame 5 to frame 4 would have messed up unless the function prototypes are wrong, but they look OK.

--
  -- Howard Chu
  Chief Architect, Symas Corp.  http://www.symas.com
  Director, Highland Sun        http://highlandsun.com/hyc/
  Chief Architect, OpenLDAP     http://www.openldap.org/project/