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

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



At 03:25 PM 9/25/00 +0000, Joel Saunier wrote:
>"Kurt D. Zeilenga" a écrit :
>> At 07:45 AM 9/20/00 +0000, Joel.Saunier@agriculture.gouv.fr wrote:
>> >Full_Name: Joel Saunier
>> >Version: 2.0.3
>> >OS: 4.3.2.0
>> >URL: ftp://ftp.openldap.org/incoming/
>> >Submission from: (NULL) (195.115.122.241)
>> >...
>> Please provide a stack back trace from the core file...
>
>Here it is:
>
># 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  0xd11ac814 in ber_strdup () at memory.c:539
>539     memory.c: No such file or directory.
>(gdb) where
>#0  0xd11ac814 in ber_strdup () at memory.c:539
>#1  0xd11b0a60 in ldap_str2charray (str_in=0xd11cc704 "ldap://localhost/";, brkstr=0xd11ccbac ", ")
>    at charray.c:176
>#2  0xd11af6dc in ldap_url_parselist (ludlist=0x20002598, url=0xd11cc704 "ldap://localhost/";) at url.c:643
>#3  0xd11abc7c in ldap_int_initialize_global_options (gopts=0x20002578, dbglvl=0xd11ccbac) at init.c:396
>#4  0xd11abd44 in ldap_int_initialize (gopts=0x20002578, dbglvl=0xd11ccbac) at init.c:449
>#5  0xd11b8370 in ldap_create (ldp=0x2ff21998) at open.c:92
>#6  0xd11b84a8 in ldap_init (defhost=0x20005e58 <Address 0x20005e58 out of bounds>, defport=0) at open.c:201
>#7  0x10000da4 in main (argc=536893140, argv=0x2ff22ae4) at ldapsearch.c:673
>#8  0x100001dc in __start ()
>(gdb) Do you need others infos ?

Likely one of the initialization bugs fixed in 2.0.4....
Try that...

Kurt