Re: OpenDKIM 2.9.0 Beta1 available

From: Murray S. Kucherawy <msk_at_blackops.org>
Date: Sat, 30 Nov 2013 21:49:30 -0800 (PST)

On Fri, 29 Nov 2013, Andreas Schulze wrote:
> (gdb) bt
> #0 0xb7728424 in __kernel_vsyscall ()
> #1 0xb6bb6781 in raise () from /lib/i686/cmov/libc.so.6
> #2 0xb6bb9bb2 in abort () from /lib/i686/cmov/libc.so.6
> #3 0xb6baf8e8 in __assert_fail () from /lib/i686/cmov/libc.so.6
> #4 0xb72b8c31 in ldap_get_values_len () from /usr/lib/libldap_r-2.4.so.2
> #5 0x0806c56c in dkimf_db_walk (db=0x97552f0, first=true, key=0x0,
> keylen=0x0, req=0xbfcba3a4, reqnum=2)
> at opendkim-db.c:6190
> #6 0x08055ed1 in dkimf_config_load (data=0x9755928, conf=0x9755028,
> err=0xbfcbd627 "", errlen=1025, become=0x0)
> at opendkim.c:8587
> #7 0x08062a5f in main (argc=3, argv=0xbfccdc44) at opendkim.c:16911

I think I see what's going on here. With that same core, try these:

frame 5
print c
print ld
print e
print ldap->ldap_descr->lud_attrs[0]
print ldap->ldap_descr->lud_attrs[1]
print ldap->ldap_descr->lud_attrs[2]

I expect "c" is 1, "ld" and "e" are not NULL, lud_attrs[0] is
DKIMSelector, lud_attrs[1] is NULL, and lud_attrs[2] is garbage or NULL.

-MSK
Received on Sun Dec 01 2013 - 05:50:12 PST

This archive was generated by hypermail 2.3.0 : Sun Dec 01 2013 - 05:54:01 PST