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

Re: Reg: Openldap for 64 bit



It looks like you've got issues with a null pointer; this is unlikely to
be the same issue as in the ITS I mentioned.

A full backtrace from the 64-bit crash would be useful should you decide
to file your own (new) ITS report.

On Mon, 10 Nov 2003, Rahul wrote:

> Hello Aaron,
>
> I've the same problem still.
> FYI, i have given gdb result(by setting breakpoint in daemon.c) below.
>
> -----------------------------------
> 32 bit - works fine - NO error as below
> ============
>
> index sn 0x0716
> index ou 0x0716
> bdb_db_open: dc=kt,dc=com
> slapd starting
> daemon: added 9r
> daemon: select: listen=9 active_threads=0 tvp=NULL
> daemon: activity on 1 descriptors
> daemon: new connection on 13
> [Switching to thread 2 (system thread 10007)]
>
> Breakpoint 1, slapd_daemon_task (ptr=0x7af07c50) at daemon.c:1592
> 1592                            switch ( from.sa_addr.sa_family ) {
>
> 64 bit -  error as below
> ================
> line 60 (rootdn         "cn=Manager,dc=kt,dc=com")
> line 64 (rootpw ***)
> line 68 (directory openldap-data)
> line 71 (index           cn,sn,ou    pres,eq,sub)
> index cn 0x0716
> index sn 0x0716
> index ou 0x0716
> bdb_db_open: dc=kt,dc=com
> slapd starting
> daemon: added 10r
> daemon: select: listen=10 active_threads=0 tvp=NULL
> daemon: activity on 1 descriptors
> daemon: new connection on 14
> [Switching to thread 2 (system thread 9626)]
>
> Breakpoint 1, slapd_daemon_task (ptr=Error accessing memory address 0x0:
> Invalid argument.
> ) at daemon.c:1592
> 1592                            switch ( from.sa_addr.sa_family ) {
> (gdb) q
>
> --------------------------------------------
>
> Any help would be greatly appreciated.
>
> Thanks and Regards,
> -sadha