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

Re: Compil 2.0.3 on AIX 4.3 with GCC 2.95 (ITS#754)



"Kurt D. Zeilenga" a écrit :
> ...
> Likely one of the initialization bugs fixed in 2.0.4....
> Try that...

I have try with 2.0.4, and I have the same error:

sac.auzeville:/logiciels/tools/openldap-2.0.4# gdb clients/tools/ldapsearch tests/core
GNU gdb 5.0
Copyright 2000 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 "rs6000-ibm-aix4.3.2.0"...
Core was generated by `ldapsearch'.
Program terminated with signal 11, Segmentation fault.
#0  0xd116c814 in ber_strdup () at memory.c:539
539     memory.c: No such file or directory.
(gdb) where
#0  0xd116c814 in ber_strdup () at memory.c:539
#1  0xd1170a60 in ldap_str2charray (str_in=0xd118c704 "ldap://localhost/";, brkstr=0xd118cbac ", ")
    at charray.c:176
#2  0xd116f6dc in ldap_url_parselist (ludlist=0x20002598, url=0xd118c704 "ldap://localhost/";) at url.c:643
#3  0xd116bc7c in ldap_int_initialize_global_options (gopts=0x20002578, dbglvl=0xd118cbac) at init.c:396
#4  0xd116bd44 in ldap_int_initialize (gopts=0x20002578, dbglvl=0xd118cbac) at init.c:449
#5  0xd1178370 in ldap_create (ldp=0x2ff21978) at open.c:92
#6  0xd11784a8 in ldap_init (defhost=0x20005e98 <Address 0x20005e98 out of bounds>, defport=0) at open.c:201
#7  0x10000da0 in main (argc=536893204, argv=0x2ff22ab8) at ldapsearch.c:671
#8  0x100001dc in __start ()
(gdb) Joël Saunier