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

(ITS#4646) back-perl is non working



Full_Name: Xavier Beaudouin
Version: 2.3.25
OS: FreeBSD 4.11
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (213.163.167.53)


Hello,

I am trying to make back-perl on slapd working on OpenLDAP 2.3.xx, but it seems
to be buggy and does not even load the SampleLDAP.pm provided with the sources.

FYI I use Perl 5.8.8 and openLDAP compiled from FreeBSD ports with back-perl
compiled in static.

GNU gdb 4.18 (FreeBSD)
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-unknown-freebsd"...
(no debugging symbols found)...
Core was generated by `slapd'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/local/lib/libldap_r-2.3.so.2...
(no debugging symbols found)...done.
Reading symbols from /usr/local/lib/liblber-2.3.so.2...
(no debugging symbols found)...done.
Reading symbols from /usr/local/lib/perl5/5.8.8/mach/CORE/libperl.so...
(no debugging symbols found)...done.
Reading symbols from /usr/lib/libm.so.2...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libutil.so.3...(no debugging symbols found)...
done.
Reading symbols from /usr/local/lib/libssl.so.4...
(no debugging symbols found)...done.
Reading symbols from /usr/local/lib/libcrypto.so.4...
(no debugging symbols found)...done.
Reading symbols from /usr/lib/libfetch.so.3...(no debugging symbols found)...
done.
Reading symbols from /usr/lib/libcom_err.so.2...(no debugging symbols found)...
done.
Reading symbols from /usr/lib/libcrypt.so.2...(no debugging symbols found)...
done.
Reading symbols from /usr/lib/libwrap.so.3...(no debugging symbols found)...
done.
Reading symbols from /usr/lib/libc_r.so.4...(no debugging symbols found)...
done.
Reading symbols from /usr/lib/libssl.so.3...(no debugging symbols found)...
done.
Reading symbols from /usr/lib/libcrypto.so.3...(no debugging symbols found)...
done.
Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols found)...
done.
#0  0x2821cc03 in Perl_av_extend ()
   from /usr/local/lib/perl5/5.8.8/mach/CORE/libperl.so
(gdb) bt
#0  0x2821cc03 in Perl_av_extend ()
   from /usr/local/lib/perl5/5.8.8/mach/CORE/libperl.so
#1  0x282437d4 in Perl_stack_grow ()
   from /usr/local/lib/perl5/5.8.8/mach/CORE/libperl.so
#2  0x281cdbc9 in Perl_eval_sv ()
   from /usr/local/lib/perl5/5.8.8/mach/CORE/libperl.so
#3  0x281cde6d in Perl_eval_pv ()
   from /usr/local/lib/perl5/5.8.8/mach/CORE/libperl.so
#4  0x80e6be5 in perl_back_db_config ()
#5  0x80630ec in read_config_file ()
#6  0x805e400 in read_config ()
#7  0x80b3d04 in slap_tool_init ()
#8  0x80b4856 in slaptest ()
#9  0x8058f4f in main ()
#10 0x8057ee2 in _start ()

OpenLDAP 2.2.xx branch was working without any pain...

/Xavier