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

slapd will not die gracefully



Under FreeBSD 5.2.1-RELEASE-p1/AMD64. Can duplicate in 2.1.28, 2.1.29, 2.1.30, 2.2.6, 2.2.8 and 2.2.10:

starting slapd then killing it with -TERM works fine:

su-2.05b# ./slapd
su-2.05b# ps xa|grep slapd
30143  ??  Ss     0:00.01 ./slapd
su-2.05b# killall -TERM slapd
su-2.05b# ps xa|grep slapd
30186  p1  S+     0:00.00 grep slapd

starting slapd then issuing a transaction to the server returns the results of the transaction and subsequent transactions are returned without issue. Upon then killing slapd with -TERM or -INT results in slapd not dying. Process then becomes unresponsive to additional transactions.

su-2.05b# ./slapd
su-2.05b# ldapsearch -x -b '' -s base '(objectclass=*)' namingContexts
# extended LDIF
#
# LDAPv3
# base <> with scope base
# filter: (objectclass=*)
# requesting: namingContexts
#

#
dn:
namingContexts: dc=my-domain,dc=com

# search result
search: 2
result: 0 Success

# numResponses: 2
# numEntries: 1
su-2.05b# ldapsearch -x -b '' -s base '(objectclass=*)' namingContexts
# extended LDIF
#
# LDAPv3
# base <> with scope base
# filter: (objectclass=*)
# requesting: namingContexts
#

#
dn:
namingContexts: dc=my-domain,dc=com

# search result
search: 2
result: 0 Success

# numResponses: 2
# numEntries: 1

su-2.05b# killall -TERM slapd
su-2.05b# ps xa|grep slapd
30188  ??  Ss     0:00.01 ./slapd
su-2.05b# ldapsearch -x -b '' -s base '(objectclass=*)' namingContexts
ldap_bind: Can't contact LDAP server (-1)
su-2.05b# killall -INT slapd
su-2.05b# ps xa|grep slapd
30188  ??  Ss     0:00.01 ./slapd
su-2.05b# killall -9 slapd
su-2.05b# ps xa|grep slapd
su-2.05b#

Here's gdb info with -d 999. The config is vanilla, fresh out of the box. Hopefully this info will be useful. If not, let me know and I will provide whatever info you require (I'm not very versed with debugging, etc so you may likely need to walk me through what you would like me to do! :) :

Script started on Sun Apr 18 11:42:18 2004
GNU gdb 6.1
Copyright 2004 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 "amd64-unknown-freebsd5.2.1".
(gdb) di  file /usr/ports/net/openldap22-server/work/openldap-2.2.8/servers/slapd/ .libs/slapd
Reading symbols from /usr/ports/net/openldap22-server/work/openldap-2.2.8/servers/slapd/ .libs/slapd...done.
(gdb) run -d 999
Starting program: /usr/ports/net/openldap22-server/work/openldap-2.2.8/servers/slapd/ .libs/slapd -d 999
@(#) $OpenLDAP: slapd 2.2.8 (Apr 17 2004 12:53:34) $
jlixfeld@eshara.ebit.ca:/usr/ports/net/openldap22-server/work/ openldap-2.2.8/servers/slapd
daemon_init: <null>
daemon_init: listen on ldap:///
daemon_init: 1 listeners to open...
ldap_url_parse_ext(ldap:///)
daemon: initialized ldap:///
daemon_init: 1 listeners opened
slapd init: initiated server.
bdb_initialize: initialize BDB backend
bdb_initialize: Sleepycat Software: Berkeley DB 4.2.52: (December 3, 2003)
bdb_initialize: initialize BDB backend
bdb_initialize: Sleepycat Software: Berkeley DB 4.2.52: (December 3, 2003)
reading config file /usr/local/etc/openldap/slapd.conf
line 5 (include /usr/local/etc/openldap/schema/core.schema)
reading config file /usr/local/etc/openldap/schema/core.schema
line 77 (attributetype ( 2.5.4.2 NAME 'knowledgeInformation' DESC 'RFC2256: knowledge information' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} ))
line 86 (attributetype ( 2.5.4.4 NAME ( 'sn' 'surname' ) DESC 'RFC2256: last (family) name(s) for which the entity is known by' SUP name ))
line 92 (attributetype ( 2.5.4.5 NAME 'serialNumber' DESC 'RFC2256: serial number of the entity' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{64} ))
line 96 (attributetype ( 2.5.4.6 NAME ( 'c' 'countryName' ) DESC 'RFC2256: ISO-3166 country 2-letter code' SUP name SINGLE-VALUE ))
line 100 (attributetype ( 2.5.4.7 NAME ( 'l' 'localityName' ) DESC 'RFC2256: locality which this object resides in' SUP name ))
line 104 (attributetype ( 2.5.4.8 NAME ( 'st' 'stateOrProvinceName' ) DESC 'RFC2256: state or province which this object resides in' SUP name ))
line 110 (attributetype ( 2.5.4.9 NAME ( 'street' 'streetAddress' ) DESC 'RFC2256: street address of this object' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} ))
line 114 (attributetype ( 2.5.4.10 NAME ( 'o' 'organizationName' ) DESC 'RFC2256: organization this object belongs to' SUP name ))
line 118 (attributetype ( 2.5.4.11 NAME ( 'ou' 'organizationalUnitName' ) DESC 'RFC2256: organizational unit this object belongs to' SUP name ))
line 122 (attributetype ( 2.5.4.12 NAME 'title' DESC 'RFC2256: title associated with the entity' SUP name ))
line 128 (attributetype ( 2.5.4.13 NAME 'description' DESC 'RFC2256: descriptive information' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} ))
line 133 (attributetype ( 2.5.4.14 NAME 'searchGuide' DESC 'RFC2256: search guide, obsoleted by enhancedSearchGuide' SYNTAX 1.3.6.1.4.1.1466.115.121.1.25 ))
line 139 (attributetype ( 2.5.4.15 NAME 'businessCategory' DESC 'RFC2256: business category' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} ))
line 145 (attributetype ( 2.5.4.16 NAME 'postalAddress' DESC 'RFC2256: postal address' EQUALITY caseIgnoreListMatch SUBSTR caseIgnoreListSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 ))
line 151 (attributetype ( 2.5.4.17 NAME 'postalCode' DESC 'RFC2256: postal code' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} ))
line 157 (attributetype ( 2.5.4.18 NAME 'postOfficeBox' DESC 'RFC2256: Post Office Box' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} ))
line 163 (attributetype ( 2.5.4.19 NAME 'physicalDeliveryOfficeName' DESC 'RFC2256: Physical Delivery Office Name' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} ))
line 169 (attributetype ( 2.5.4.20 NAME 'telephoneNumber' DESC 'RFC2256: Telephone Number' EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.50{32} ))
line 173 (attributetype ( 2.5.4.21 NAME 'telexNumber' DESC 'RFC2256: Telex Number' SYNTAX 1.3.6.1.4.1.1466.115.121.1.52 ))
line 177 (attributetype ( 2.5.4.22 NAME 'teletexTerminalIdentifier' DESC 'RFC2256: Teletex Terminal Identifier' SYNTAX 1.3.6.1.4.1.1466.115.121.1.51 ))
line 181 (attributetype ( 2.5.4.23 NAME ( 'facsimileTelephoneNumber' 'fax' ) DESC 'RFC2256: Facsimile (Fax) Telephone Number' SYNTAX 1.3.6.1.4.1.1466.115.121.1.22 ))
line 187 (attributetype ( 2.5.4.24 NAME 'x121Address' DESC 'RFC2256: X.121 Address' EQUALITY numericStringMatch SUBSTR numericStringSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{15} ))
line 193 (attributetype ( 2.5.4.25 NAME 'internationaliSDNNumber' DESC 'RFC2256: international ISDN number' EQUALITY numericStringMatch SUBSTR numericStringSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{16} ))
line 198 (attributetype ( 2.5.4.26 NAME 'registeredAddress' DESC 'RFC2256: registered postal address' SUP postalAddress SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 ))
line 204 (attributetype ( 2.5.4.27 NAME 'destinationIndicator' DESC 'RFC2256: destination indicator' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{128} ))
line 209 (attributetype ( 2.5.4.28 NAME 'preferredDeliveryMethod' DESC 'RFC2256: preferred delivery method' SYNTAX 1.3.6.1.4.1.1466.115.121.1.14 SINGLE-VALUE ))
line 215 (attributetype ( 2.5.4.29 NAME 'presentationAddress' DESC 'RFC2256: presentation address' EQUALITY presentationAddressMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.43 SINGLE-VALUE ))
line 220 (attributetype ( 2.5.4.30 NAME 'supportedApplicationContext' DESC 'RFC2256: supported application context' EQUALITY objectIdentifierMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 ))
line 224 (attributetype ( 2.5.4.31 NAME 'member' DESC 'RFC2256: member of a group' SUP distinguishedName ))
line 228 (attributetype ( 2.5.4.32 NAME 'owner' DESC 'RFC2256: owner (of the object)' SUP distinguishedName ))
line 232 (attributetype ( 2.5.4.33 NAME 'roleOccupant' DESC 'RFC2256: occupant of role' SUP distinguishedName ))
line 236 (attributetype ( 2.5.4.34 NAME 'seeAlso' DESC 'RFC2256: DN of related object' SUP distinguishedName ))
line 249 (attributetype ( 2.5.4.36 NAME 'userCertificate' DESC 'RFC2256: X.509 user certificate, use ;binary' EQUALITY certificateExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 ))
line 256 (attributetype ( 2.5.4.37 NAME 'cACertificate' DESC 'RFC2256: X.509 CA certificate, use ;binary' EQUALITY certificateExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 ))
line 261 (attributetype ( 2.5.4.38 NAME 'authorityRevocationList' DESC 'RFC2256: X.509 authority revocation list, use ;binary' SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 ))
line 266 (attributetype ( 2.5.4.39 NAME 'certificateRevocationList' DESC 'RFC2256: X.509 certificate revocation list, use ;binary' SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 ))
line 271 (attributetype ( 2.5.4.40 NAME 'crossCertificatePair' DESC 'RFC2256: X.509 cross certificate pair, use ;binary' SYNTAX 1.3.6.1.4.1.1466.115.121.1.10 ))
line 281 (attributetype ( 2.5.4.42 NAME ( 'givenName' 'gn' ) DESC 'RFC2256: first name(s) for which the entity is known by' SUP name ))
line 285 (attributetype ( 2.5.4.43 NAME 'initials' DESC 'RFC2256: initials of some or all of names, but not the surname(s).' SUP name ))
line 289 (attributetype ( 2.5.4.44 NAME 'generationQualifier' DESC 'RFC2256: name qualifier indicating a generation' SUP name ))
line 294 (attributetype ( 2.5.4.45 NAME 'x500UniqueIdentifier' DESC 'RFC2256: X.500 unique identifier' EQUALITY bitStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.6 ))
line 301 (attributetype ( 2.5.4.46 NAME 'dnQualifier' DESC 'RFC2256: DN qualifier' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.44 ))
line 305 (attributetype ( 2.5.4.47 NAME 'enhancedSearchGuide' DESC 'RFC2256: enhanced search guide' SYNTAX 1.3.6.1.4.1.1466.115.121.1.21 ))
line 310 (attributetype ( 2.5.4.48 NAME 'protocolInformation' DESC 'RFC2256: protocol information' EQUALITY protocolInformationMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.42 ))
line 320 (attributetype ( 2.5.4.50 NAME 'uniqueMember' DESC 'RFC2256: unique member of a group' EQUALITY uniqueMemberMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.34 ))
line 326 (attributetype ( 2.5.4.51 NAME 'houseIdentifier' DESC 'RFC2256: house identifier' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} ))
line 331 (attributetype ( 2.5.4.52 NAME 'supportedAlgorithms' DESC 'RFC2256: supported algorithms' SYNTAX 1.3.6.1.4.1.1466.115.121.1.49 ))
line 336 (attributetype ( 2.5.4.53 NAME 'deltaRevocationList' DESC 'RFC2256: delta revocation list; use ;binary' SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 ))
line 340 (attributetype ( 2.5.4.54 NAME 'dmdName' DESC 'RFC2256: name of DMD' SUP name ))
line 355 (objectclass ( 2.5.6.2 NAME 'country' DESC 'RFC2256: a country' SUP top STRUCTURAL MUST c MAY ( searchGuide $ description ) ))
line 360 (objectclass ( 2.5.6.3 NAME 'locality' DESC 'RFC2256: a locality' SUP top STRUCTURAL MAY ( street $ seeAlso $ searchGuide $ st $ l $ description ) ))
line 371 (objectclass ( 2.5.6.4 NAME 'organization' DESC 'RFC2256: an organization' SUP top STRUCTURAL MUST o MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) ))
line 382 (objectclass ( 2.5.6.5 NAME 'organizationalUnit' DESC 'RFC2256: an organizational unit' SUP top STRUCTURAL MUST ou MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) ))
line 388 (objectclass ( 2.5.6.6 NAME 'person' DESC 'RFC2256: a person' SUP top STRUCTURAL MUST ( sn $ cn ) MAY ( userPassword $ telephoneNumber $ seeAlso $ description ) ))
line 397 (objectclass ( 2.5.6.7 NAME 'organizationalPerson' DESC 'RFC2256: an organizational person' SUP person STRUCTURAL MAY ( title $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ ou $ st $ l ) ))
line 408 (objectclass ( 2.5.6.8 NAME 'organizationalRole' DESC 'RFC2256: an organizational role' SUP top STRUCTURAL MUST cn MAY ( x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ seeAlso $ roleOccupant $ preferredDeliveryMethod $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ ou $ st $ l $ description ) ))
line 414 (objectclass ( 2.5.6.9 NAME 'groupOfNames' DESC 'RFC2256: a group of names (DNs)' SUP top STRUCTURAL MUST ( member $ cn ) MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description ) ))
line 425 (objectclass ( 2.5.6.10 NAME 'residentialPerson' DESC 'RFC2256: an residential person' SUP person STRUCTURAL MUST l MAY ( businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ preferredDeliveryMethod $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l ) ))
line 431 (objectclass ( 2.5.6.11 NAME 'applicationProcess' DESC 'RFC2256: an application process' SUP top STRUCTURAL MUST cn MAY ( seeAlso $ ou $ l $ description ) ))
line 438 (objectclass ( 2.5.6.12 NAME 'applicationEntity' DESC 'RFC2256: an application entity' SUP top STRUCTURAL MUST ( presentationAddress $ cn ) MAY ( supportedApplicationContext $ seeAlso $ ou $ o $ l $ description ) ))
line 443 (objectclass ( 2.5.6.13 NAME 'dSA' DESC 'RFC2256: a directory system agent (a server)' SUP applicationEntity STRUCTURAL MAY knowledgeInformation ))
line 449 (objectclass ( 2.5.6.14 NAME 'device' DESC 'RFC2256: a device' SUP top STRUCTURAL MUST cn MAY ( serialNumber $ seeAlso $ owner $ ou $ o $ l $ description ) ))
line 454 (objectclass ( 2.5.6.15 NAME 'strongAuthenticationUser' DESC 'RFC2256: a strong authentication user' SUP top AUXILIARY MUST userCertificate ))
line 460 (objectclass ( 2.5.6.16 NAME 'certificationAuthority' DESC 'RFC2256: a certificate authority' SUP top AUXILIARY MUST ( authorityRevocationList $ certificateRevocationList $ cACertificate ) MAY crossCertificatePair ))
line 466 (objectclass ( 2.5.6.17 NAME 'groupOfUniqueNames' DESC 'RFC2256: a group of unique names (DN and Unique Identifier)' SUP top STRUCTURAL MUST ( uniqueMember $ cn ) MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description ) ))
line 471 (objectclass ( 2.5.6.18 NAME 'userSecurityInformation' DESC 'RFC2256: a user security information' SUP top AUXILIARY MAY ( supportedAlgorithms ) ))
line 475 (objectclass ( 2.5.6.16.2 NAME 'certificationAuthority-V2' SUP certificationAuthority AUXILIARY MAY ( deltaRevocationList ) ))
line 481 (objectclass ( 2.5.6.19 NAME 'cRLDistributionPoint' SUP top STRUCTURAL MUST ( cn ) MAY ( certificateRevocationList $ authorityRevocationList $ deltaRevocationList ) ))
line 491 (objectclass ( 2.5.6.20 NAME 'dmd' SUP top STRUCTURAL MUST ( dmdName ) MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) ))
line 499 (objectclass ( 2.5.6.21 NAME 'pkiUser' DESC 'RFC2587: a PKI user' SUP top AUXILIARY MAY userCertificate ))
line 505 (objectclass ( 2.5.6.22 NAME 'pkiCA' DESC 'RFC2587: PKI certificate authority' SUP top AUXILIARY MAY ( authorityRevocationList $ certificateRevocationList $ cACertificate $ crossCertificatePair ) ))
line 510 (objectclass ( 2.5.6.23 NAME 'deltaCRL' DESC 'RFC2587: PKI user' SUP top AUXILIARY MAY deltaRevocationList ))
line 523 (objectclass ( 1.3.6.1.4.1.250.3.15 NAME 'labeledURIObject' DESC 'RFC2079: object that contains the URI attribute type' MAY ( labeledURI ) SUP top AUXILIARY ))
line 533 (attributetype ( 0.9.2342.19200300.100.1.1 NAME ( 'uid' 'userid' ) DESC 'RFC1274: user identifier' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} ))
line 540 (attributetype ( 0.9.2342.19200300.100.1.3 NAME ( 'mail' 'rfc822Mailbox' ) DESC 'RFC1274: RFC822 Mailbox' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ))
line 545 (objectclass ( 0.9.2342.19200300.100.4.19 NAME 'simpleSecurityObject' DESC 'RFC1274: simple security object' SUP top AUXILIARY MUST userPassword ))
line 553 (attributetype ( 0.9.2342.19200300.100.1.25 NAME ( 'dc' 'domainComponent' ) DESC 'RFC1274/2247: domain component' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ))
line 558 (objectclass ( 1.3.6.1.4.1.1466.344 NAME 'dcObject' DESC 'RFC2247: domain component object' SUP top AUXILIARY MUST dc ))
line 563 (objectclass ( 1.3.6.1.1.3.1 NAME 'uidObject' DESC 'RFC2377: uid object' SUP top AUXILIARY MUST uid ))
line 571 (attributetype ( 0.9.2342.19200300.100.1.37 NAME 'associatedDomain' DESC 'RFC1274: domain associated with object' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ))
line 579 (attributetype ( 1.2.840.113549.1.9.1 NAME ( 'email' 'emailAddress' 'pkcs9email' ) DESC 'RFC2459: legacy attribute for email addresses in DNs' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{128} ))
>>> dnNormalize: <cn=Subschema>
=> ldap_bv2dn(cn=Subschema,0)
<= ldap_bv2dn(cn=Subschema,0)=0
=> ldap_dn2bv(272)
<= ldap_dn2bv(cn=subschema,272)=0
<<< dnNormalize: <cn=subschema>
line 13 (pidfile /var/run/openldap/slapd.pid)
line 14 (argsfile /var/run/openldap/slapd.args)
line 38 (access to dn.base="" by * read)
>>> dnNormalize: <>
<<< dnNormalize: <>
Global ACL: access to *
by * read(=rscx)


line 39 (access to dn.base="cn=Subschema" by * read)
>>> dnNormalize: <cn=Subschema>
=> ldap_bv2dn(cn=Subschema,0)
<= ldap_bv2dn(cn=Subschema,0)=0
=> ldap_dn2bv(272)
<= ldap_dn2bv(cn=subschema,272)=0
<<< dnNormalize: <cn=subschema>
Global ACL: access to dn.base="cn=subschema"
	by * read(=rscx)

line 43 (access to * by self write by users read by anonymous auth)
Global ACL: access to *
	by self write(=wrscx)
	by users read(=rscx)
	by anonymous auth(=x)

line 55 (database bdb)
bdb_db_init: Initializing BDB database
line 56 (suffix "dc=my-domain,dc=com")
>>> dnPrettyNormal: <dc=my-domain,dc=com>
=> ldap_bv2dn(dc=my-domain,dc=com,0)
<= ldap_bv2dn(dc=my-domain,dc=com,0)=0
=> ldap_dn2bv(272)
<= ldap_dn2bv(dc=my-domain,dc=com,272)=0
=> ldap_dn2bv(272)
<= ldap_dn2bv(dc=my-domain,dc=com,272)=0
<<< dnPrettyNormal: <dc=my-domain,dc=com>, <dc=my-domain,dc=com>
line 57 (rootdn "cn=Manager,dc=my-domain,dc=com")
>>> dnPrettyNormal: <cn=Manager,dc=my-domain,dc=com>
=> ldap_bv2dn(cn=Manager,dc=my-domain,dc=com,0)
<= ldap_bv2dn(cn=Manager,dc=my-domain,dc=com,0)=0
=> ldap_dn2bv(272)
<= ldap_dn2bv(cn=Manager,dc=my-domain,dc=com,272)=0
=> ldap_dn2bv(272)
<= ldap_dn2bv(cn=manager,dc=my-domain,dc=com,272)=0
<<< dnPrettyNormal: <cn=Manager,dc=my-domain,dc=com>, <cn=manager,dc=my-domain,dc=com>
line 61 (rootpw ***)
line 65 (directory /var/db/openldap-data)
line 67 (index objectClass eq)
index objectClass 0x0004
matching_rule_use_init
1.2.840.113556.1.4.804 (integerBitOrMatch): matchingRuleUse: ( 1.2.840.113556.1.4.804 NAME 'integerBitOrMatch' APPLIES supportedLDAPVersion )
1.2.840.113556.1.4.803 (integerBitAndMatch): matchingRuleUse: ( 1.2.840.113556.1.4.803 NAME 'integerBitAndMatch' APPLIES supportedLDAPVersion )
1.3.6.1.4.1.1466.109.114.2 (caseIgnoreIA5Match): matchingRuleUse: ( 1.3.6.1.4.1.1466.109.114.2 NAME 'caseIgnoreIA5Match' APPLIES ( email $ associatedDomain $ dc $ mail $ altServer ) )
1.3.6.1.4.1.1466.109.114.1 (caseExactIA5Match): matchingRuleUse: ( 1.3.6.1.4.1.1466.109.114.1 NAME 'caseExactIA5Match' APPLIES ( email $ associatedDomain $ dc $ mail $ altServer ) )
2.5.13.35 (certificateMatch): matchingRuleUse: ( 2.5.13.35 NAME 'certificateMatch' APPLIES ( cACertificate $ userCertificate ) )
2.5.13.34 (certificateExactMatch): matchingRuleUse: ( 2.5.13.34 NAME 'certificateExactMatch' APPLIES ( cACertificate $ userCertificate ) )
2.5.13.30 (objectIdentifierFirstComponentMatch): matchingRuleUse: ( 2.5.13.30 NAME 'objectIdentifierFirstComponentMatch' APPLIES ( supportedApplicationContext $ ldapSyntaxes $ matchingRuleUse $ objectClasses $ attributeTypes $ matchingRules $ supportedFeatures $ supportedExtension $ supportedControl ) )
2.5.13.29 (integerFirstComponentMatch): matchingRuleUse: ( 2.5.13.29 NAME 'integerFirstComponentMatch' APPLIES supportedLDAPVersion )
2.5.13.27 (generalizedTimeMatch): matchingRuleUse: ( 2.5.13.27 NAME 'generalizedTimeMatch' APPLIES ( modifyTimestamp $ createTimestamp ) )
2.5.13.24 (protocolInformationMatch): matchingRuleUse: ( 2.5.13.24 NAME 'protocolInformationMatch' APPLIES protocolInformation )
2.5.13.23 (uniqueMemberMatch): matchingRuleUse: ( 2.5.13.23 NAME 'uniqueMemberMatch' APPLIES uniqueMember )
2.5.13.22 (presentationAddressMatch): matchingRuleUse: ( 2.5.13.22 NAME 'presentationAddressMatch' APPLIES presentationAddress )
2.5.13.20 (telephoneNumberMatch): matchingRuleUse: ( 2.5.13.20 NAME 'telephoneNumberMatch' APPLIES telephoneNumber )
2.5.13.17 (octetStringMatch): matchingRuleUse: ( 2.5.13.17 NAME 'octetStringMatch' APPLIES userPassword )
2.5.13.16 (bitStringMatch): matchingRuleUse: ( 2.5.13.16 NAME 'bitStringMatch' APPLIES x500UniqueIdentifier )
2.5.13.14 (integerMatch): matchingRuleUse: ( 2.5.13.14 NAME 'integerMatch' APPLIES supportedLDAPVersion )
2.5.13.13 (booleanMatch): matchingRuleUse: ( 2.5.13.13 NAME 'booleanMatch' APPLIES hasSubordinates )
2.5.13.11 (caseIgnoreListMatch): matchingRuleUse: ( 2.5.13.11 NAME 'caseIgnoreListMatch' APPLIES ( registeredAddress $ postalAddress ) )
2.5.13.8 (numericStringMatch): matchingRuleUse: ( 2.5.13.8 NAME 'numericStringMatch' APPLIES ( internationaliSDNNumber $ x121Address ) )
2.5.13.7 (caseExactSubstringsMatch): matchingRuleUse: ( 2.5.13.7 NAME 'caseExactSubstringsMatch' APPLIES ( dnQualifier $ destinationIndicator $ serialNumber ) )
2.5.13.6 (caseExactOrderingMatch): matchingRuleUse: ( 2.5.13.6 NAME 'caseExactOrderingMatch' APPLIES ( dnQualifier $ destinationIndicator $ serialNumber ) )
2.5.13.5 (caseExactMatch): matchingRuleUse: ( 2.5.13.5 NAME 'caseExactMatch' APPLIES ( uid $ dmdName $ houseIdentifier $ dnQualifier $ generationQualifier $ initials $ givenName $ destinationIndicator $ physicalDeliveryOfficeName $ postOfficeBox $ postalCode $ businessCategory $ description $ title $ ou $ o $ street $ st $ l $ c $ serialNumber $ sn $ knowledgeInformation $ labeledURI $ cn $ name $ ref $ vendorVersion $ vendorName $ supportedSASLMechanisms ) )
2.5.13.4 (caseIgnoreSubstringsMatch): matchingRuleUse: ( 2.5.13.4 NAME 'caseIgnoreSubstringsMatch' APPLIES ( dnQualifier $ destinationIndicator $ serialNumber ) )
2.5.13.3 (caseIgnoreOrderingMatch): matchingRuleUse: ( 2.5.13.3 NAME 'caseIgnoreOrderingMatch' APPLIES ( dnQualifier $ destinationIndicator $ serialNumber ) )
2.5.13.2 (caseIgnoreMatch): matchingRuleUse: ( 2.5.13.2 NAME 'caseIgnoreMatch' APPLIES ( uid $ dmdName $ houseIdentifier $ dnQualifier $ generationQualifier $ initials $ givenName $ destinationIndicator $ physicalDeliveryOfficeName $ postOfficeBox $ postalCode $ businessCategory $ description $ title $ ou $ o $ street $ st $ l $ c $ serialNumber $ sn $ knowledgeInformation $ labeledURI $ cn $ name $ ref $ vendorVersion $ vendorName $ supportedSASLMechanisms ) )
2.5.13.1 (distinguishedNameMatch): matchingRuleUse: ( 2.5.13.1 NAME 'distinguishedNameMatch' APPLIES ( seeAlso $ roleOccupant $ owner $ member $ distinguishedName $ aliasedObjectName $ namingContexts $ subschemaSubentry $ modifiersName $ creatorsName ) )
2.5.13.0 (objectIdentifierMatch): matchingRuleUse: ( 2.5.13.0 NAME 'objectIdentifierMatch' APPLIES ( supportedApplicationContext $ supportedFeatures $ supportedExtension $ supportedControl ) )
slapd startup: initiated.
bdb_db_open: dc=my-domain,dc=com
bdb_db_open: dbenv_open(/var/db/openldap-data)
slapd starting
conn=0 fd=15 ACCEPT from IP=127.0.0.1:38619 (IP=0.0.0.0:389)
connection_get(15)
connection_get(15): got connid=0
connection_read(15): checking for input on id=0
ber_get_next
ldap_read: want=8, got=8
0000: 30 0c 02 01 01 60 07 02 0....`..
ldap_read: want=6, got=6
0000: 01 03 04 00 80 00 ......
ber_get_next: tag 0x30 len 12 contents:
ber_get_next
ldap_read: want=8 error=Resource temporarily unavailable
ber_get_next on fd 15 failed errno=35 (Resource temporarily unavailable)
do_bind
ber_scanf fmt ({imt) ber:
ber_scanf fmt (m}) ber:
>>> dnPrettyNormal: <>
<<< dnPrettyNormal: <>, <>
do_bind: version=3 dn="" method=128
conn=0 op=0 BIND dn="" method=128
send_ldap_result: conn=0 op=0 p=3
send_ldap_result: err=0 matched="" text=""
send_ldap_response: msgid=1 tag=97 err=0
ber_flush: 14 bytes to sd 15
0000: 30 0c 02 01 01 61 07 0a 01 00 04 00 04 00 0....a........
ldap_write: want=14, written=14
0000: 30 0c 02 01 01 61 07 0a 01 00 04 00 04 00 0....a........
conn=0 op=0 RESULT tag=97 err=0 text=
do_bind: v3 anonymous bind
connection_get(15)
connection_get(15): got connid=0
connection_read(15): checking for input on id=0
ber_get_next
ldap_read: want=8, got=8
0000: 30 35 02 01 02 63 30 04 05...c0.
ldap_read: want=47, got=47
0000: 00 0a 01 00 0a 01 00 02 01 00 02 01 00 01 01 00 ................
0010: 87 0b 6f 62 6a 65 63 74 63 6c 61 73 73 30 10 04 ..objectclass0..
0020: 0e 6e 61 6d 69 6e 67 43 6f 6e 74 65 78 74 73 .namingContexts
ber_get_next: tag 0x30 len 53 contents:
ber_get_next
ldap_read: want=8 error=Resource temporarily unavailable
ber_get_next on fd 15 failed errno=35 (Resource temporarily unavailable)
do_search
ber_scanf fmt ({miiiib) ber:
>>> dnPrettyNormal: <>
<<< dnPrettyNormal: <>, <>
SRCH "" 0 0 0 0 0
begin get_filter
PRESENT
ber_scanf fmt (m) ber:
end get_filter 0
filter: (objectClass=*)
ber_scanf fmt ({M}}) ber:
attrs: namingContexts
conn=0 op=1 SRCH base="" scope=0 deref=0 filter="(objectClass=*)"
conn=0 op=1 SRCH attr=namingContexts
=> test_filter
PRESENT
=> access_allowed: search access to "" "objectClass" requested
=> dn: [1]
=> acl_get: [1] matched
=> acl_get: [1] attr objectClass
=> acl_mask: access to entry "", attr "objectClass" requested
=> acl_mask: to all values by "", (=n)
<= check a_dn_pat: *
<= acl_mask: [1] applying read(=rscx) (stop)
<= acl_mask: [1] mask: read(=rscx)
=> access_allowed: search access granted by read(=rscx)
<= test_filter 6
=> send_search_entry: dn=""
=> access_allowed: read access to "" "entry" requested
=> dn: [1]
=> acl_get: [1] matched
=> acl_get: [1] attr entry
=> acl_mask: access to entry "", attr "entry" requested
=> acl_mask: to all values by "", (=n)
<= check a_dn_pat: *
<= acl_mask: [1] applying read(=rscx) (stop)
<= acl_mask: [1] mask: read(=rscx)
=> access_allowed: read access granted by read(=rscx)
=> access_allowed: read access to "" "namingContexts" requested
=> dn: [1]
=> acl_get: [1] matched
=> acl_get: [1] attr namingContexts
access_allowed: no res from state (namingContexts)
=> acl_mask: access to entry "", attr "namingContexts" requested
=> acl_mask: to value by "", (=n)
<= check a_dn_pat: *
<= acl_mask: [1] applying read(=rscx) (stop)
<= acl_mask: [1] mask: read(=rscx)
=> access_allowed: read access granted by read(=rscx)
ber_flush: 52 bytes to sd 15
0000: 30 32 02 01 02 64 2d 04 00 30 29 30 27 04 0e 6e 02...d-..0)0'..n
0010: 61 6d 69 6e 67 43 6f 6e 74 65 78 74 73 31 15 04 amingContexts1..
0020: 13 64 63 3d 6d 79 2d 64 6f 6d 61 69 6e 2c 64 63 .dc=my-domain,dc
0030: 3d 63 6f 6d =com
ldap_write: want=52, written=52
0000: 30 32 02 01 02 64 2d 04 00 30 29 30 27 04 0e 6e 02...d-..0)0'..n
0010: 61 6d 69 6e 67 43 6f 6e 74 65 78 74 73 31 15 04 amingContexts1..
0020: 13 64 63 3d 6d 79 2d 64 6f 6d 61 69 6e 2c 64 63 .dc=my-domain,dc
0030: 3d 63 6f 6d =com
conn=0 op=1 ENTRY dn=""
<= send_search_entry
send_ldap_result: conn=0 op=1 p=3
send_ldap_result: err=0 matched="" text=""
send_ldap_response: msgid=2 tag=101 err=0
ber_flush: 14 bytes to sd 15
0000: 30 0c 02 01 02 65 07 0a 01 00 04 00 04 00 0....e........
ldap_write: want=14, written=14
0000: 30 0c 02 01 02 65 07 0a 01 00 04 00 04 00 0....e........
conn=0 op=1 SEARCH RESULT tag=101 err=0 nentries=1 text=
connection_get(15)
connection_get(15): got connid=0
connection_read(15): checking for input on id=0
ber_get_next
ldap_read: want=8, got=7
0000: 30 05 02 01 03 42 00 0....B.
ber_get_next: tag 0x30 len 5 contents:
ber_get_next
ldap_read: want=8, got=0


ber_get_next on fd 15 failed errno=0 (Undefined error: 0)
connection_read(15): input error=-2 id=0, closing.
connection_closing: readying conn=0 sd=15 for close
connection_close: deferring conn=0 sd=15
do_unbind
conn=0 op=2 UNBIND
connection_resched: attempting closing conn=0 sd=15
connection_close: conn=0 sd=15
conn=0 fd=15 closed

Program received signal SIGTERM, Terminated.
0x00000002014e669c in poll () from /lib/libc.so.5
(gdb) bt full
#0 0x00000002014e669c in poll () from /lib/libc.so.5
No symbol table info available.
#1 0x000000020137e5a9 in _thread_kern_sched_state_unlock () from /usr/lib/libc_r.so.5
No symbol table info available.
#2 0x000000020137dfe3 in _thread_kern_scheduler () from /usr/lib/libc_r.so.5
No symbol table info available.
#3 0x0000000000000000 in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
#5 0x000000000066d000 in ?? ()
No symbol table info available.
#6 0x00fc000000040010 in ?? ()
No symbol table info available.
#7 0x0000000000000000 in ?? ()
No symbol table info available.
#8 0x0000000000000000 in ?? ()
No symbol table info available.
#9 0x0000000000000000 in ?? ()
No symbol table info available.
#10 0x0000000000000000 in ?? ()
No symbol table info available.
#11 0x0000000000000000 in ?? ()
No symbol table info available.
#12 0x5f6461657268745f in ?? ()
No symbol table info available.
#13 0x006c616974696e69 in ?? ()
No symbol table info available.
#14 0x652e617261687365 in ?? ()
No symbol table info available.
#15 0x000061632e746962 in ?? ()
No symbol table info available.
#16 0x000000000068d000 in ?? ()
No symbol table info available.
#17 0x0000000000000000 in ?? ()
No symbol table info available.
#18 0x6d65744920494341 in ?? ()
No symbol table info available.
#19 0x0000000000000000 in ?? ()
No symbol table info available.
#20 0x000000007061646c in ?? ()
No symbol table info available.
#21 0x0000000000000000 in ?? ()
No symbol table info available.
#22 0x736f686c61636f6c in ?? ()
No symbol table info available.
#23 0x0000000000000074 in ?? ()
No symbol table info available.
#24 0x0000000000000000 in ?? ()
No symbol table info available.
#25 0x0000000000000000 in ?? ()
No symbol table info available.
#26 0x2f2f2f0045555254 in ?? ()
No symbol table info available.
#27 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
No symbol table info available.
#28 0x000000000066d0b0 in ?? ()
No symbol table info available.
#29 0x0000000000000000 in ?? ()
No symbol table info available.
#30 0x2f2f2f3a7061646c in ?? ()
No symbol table info available.
#31 0x0000000000000000 in ?? ()
No symbol table info available.
#32 0x0000000000668120 in ?? ()
No symbol table info available.
#33 0x000000000066d0c0 in ?? ()
No symbol table info available.
#34 0x0000000000668100 in ?? ()
No symbol table info available.
#35 0x000000000068c880 in ?? ()
No symbol table info available.
#36 0x0000000045555254 in ?? ()
No symbol table info available.
#37 0x0000000000000000 in ?? ()
No symbol table info available.
#38 0x000000000066d100 in ?? ()
No symbol table info available.
#39 0x0000000000000000 in ?? ()
No symbol table info available.
#40 0x0000000000668140 in ?? ()
No symbol table info available.
#41 0x000000000066d110 in ?? ()
No symbol table info available.
#42 0x5020737365636341 in ?? ()
No symbol table info available.
#43 0x00000000746e696f in ?? ()
No symbol table info available.
#44 0x0000000045555254 in ?? ()
No symbol table info available.
#45 0x0000000000000000 in ?? ()
No symbol table info available.
#46 0x000000000066d140 in ?? ()
No symbol table info available.
#47 0x0000000000000000 in ?? ()
No symbol table info available.
#48 0x00000000006681c0 in ?? ()
No symbol table info available.
#49 0x000000000066d150 in ?? ()
No symbol table info available.
#50 0x000000000066d160 in ?? ()
No symbol table info available.
#51 0x0000000000000000 in ?? ()
No symbol table info available.
#52 0x00000000006681a0 in ?? ()
No symbol table info available.
#53 0x000000000068c900 in ?? ()
No symbol table info available.
#54 0x0000000000668200 in ?? ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#55 0x000000000068c980 in ?? ()
No symbol table info available.
#56 0x0000006f69647541 in ?? ()
No symbol table info available.
#57 0x0000000000000000 in ?? ()
No symbol table info available.
#58 0x0000000045555254 in ?? ()
No symbol table info available.
#59 0x0000000000000000 in ?? ()
No symbol table info available.
#60 0x000000000066d1b0 in ?? ()
No symbol table info available.
#61 0x0000000000000000 in ?? ()
No symbol table info available.
#62 0x0000000000668280 in ?? ()
No symbol table info available.
#63 0x000000000066d1c0 in ?? ()
No symbol table info available.
#64 0x000000000066d1d0 in ?? ()
No symbol table info available.
#65 0x0000000000000000 in ?? ()
No symbol table info available.
#66 0x0000000000668260 in ?? ()
No symbol table info available.
#67 0x000000000068ca00 in ?? ()
No symbol table info available.
#68 0x00007972616e6942 in ?? ()
No symbol table info available.
#69 0x0000000000000000 in ?? ()
No symbol table info available.
#70 0x0000000045555254 in ?? ()
No symbol table info available.
#71 0x0000000000000000 in ?? ()
No symbol table info available.
#72 0x000000000066d210 in ?? ()
No symbol table info available.
#73 0x0000000000000000 in ?? ()
No symbol table info available.
#74 0x00000000006682e0 in ?? ()
No symbol table info available.
#75 0x000000000066d220 in ?? ()
No symbol table info available.
#76 0x000000000066d230 in ?? ()
No symbol table info available.
#77 0x0000000000000000 in ?? ()
No symbol table info available.
#78 0x00000000006682c0 in ?? ()
No symbol table info available.
#79 0x000000000068ca80 in ?? ()
No symbol table info available.
#80 0x6972745320746942 in ?? ()
No symbol table info available.
#81 0x000000000000676e in ?? ()
No symbol table info available.
#82 0x0000000000668320 in ?? ()
---Type <return> to continue, or q <return> to quit---
No symbol table info available.
#83 0x000000000068cb00 in ?? ()
No symbol table info available.
#84 0x006e61656c6f6f42 in ?? ()
No symbol table info available.
#85 0x0000000000000000 in ?? ()
No symbol table info available.
#86 0x0000000000668360 in ?? ()
No symbol table info available.
#87 0x000000000068cb80 in ?? ()
No symbol table info available.
#88 0x6369666974726543 in ?? ()
No symbol table info available.
#89 0x0000000000657461 in hbuf ()
No symbol table info available.
#90 0x0000000045555254 in ?? ()
No symbol table info available.
#91 0x0000000000000000 in ?? ()
No symbol table info available.
#92 0x000000000066d2b0 in ?? ()
No symbol table info available.
#93 0x0000000000000000 in ?? ()
No symbol table info available.
#94 0x00000000006683c0 in ?? ()
No symbol table info available.
#95 0x000000000066d2c0 in ?? ()
No symbol table info available.
#96 0x00000000006683a0 in ?? ()
No symbol table info available.
#97 0x000000000068cc00 in ?? ()
No symbol table info available.
#98 0x0000000045555254 in ?? ()
No symbol table info available.
#99 0x0000000000000000 in ?? ()
No symbol table info available.
#100 0x000000000066d2f0 in ?? ()
No symbol table info available.
#101 0x0000000000000000 in ?? ()
No symbol table info available.
#102 0x00000000006683e0 in ?? ()
No symbol table info available.
#103 0x000000000066d300 in ?? ()
No symbol table info available.
#104 0x0000000045555254 in ?? ()
No symbol table info available.
#105 0x0000000000000000 in ?? ()
No symbol table info available.
#106 0x000000000066d320 in ?? ()
No symbol table info available.
#107 0x0000000000000000 in ?? ()
No symbol table info available.
#108 0x0000000000668480 in ?? ()
No symbol table info available.
#109 0x000000000066d330 in ?? ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#110 0x0000000000668440 in ?? ()
No symbol table info available.
#111 0x000000000068cc80 in ?? ()
No symbol table info available.
#112 0x0000000045555254 in ?? ()
No symbol table info available.
#113 0x0000000000000000 in ?? ()
No symbol table info available.
#114 0x000000000066d360 in ?? ()
No symbol table info available.
#115 0x0000000000000000 in ?? ()
No symbol table info available.
#116 0x00000000006684a0 in ?? ()
No symbol table info available.
#117 0x000000000066d370 in ?? ()
No symbol table info available.
#118 0x0000000045555254 in ?? ()
No symbol table info available.
#119 0x0000000000000000 in ?? ()
No symbol table info available.
#120 0x000000000066d390 in ?? ()
No symbol table info available.
#121 0x0000000000000000 in ?? ()
No symbol table info available.
#122 0x0000000000668540 in ?? ()
No symbol table info available.
#123 0x000000000066d3a0 in ?? ()
No symbol table info available.
#124 0x0000000000668500 in ?? ()
No symbol table info available.
#125 0x000000000068cd00 in ?? ()
No symbol table info available.
#126 0x0000000045555254 in ?? ()
No symbol table info available.
#127 0x0000000000000000 in ?? ()
No symbol table info available.
#128 0x000000000066d3d0 in ?? ()
No symbol table info available.
#129 0x0000000000000000 in ?? ()
No symbol table info available.
#130 0x0000000000668560 in ?? ()
No symbol table info available.
#131 0x000000000066d3e0 in ?? ()
No symbol table info available.
#132 0x207972746e756f43 in ?? ()
No symbol table info available.
#133 0x0000676e69727453 in ?? ()
No symbol table info available.
#134 0x00000000006685c0 in ?? ()
No symbol table info available.
#135 0x000000000068cd80 in ?? ()
No symbol table info available.
#136 0x0000000000668600 in ?? ()
No symbol table info available.
#137 0x000000000068ce00 in ?? ()
---Type <return> to continue, or q <return> to quit---
No symbol table info available.
#138 0x6175512061746144 in ?? ()
No symbol table info available.
#139 0x000000007974696c in ?? ()
No symbol table info available.
#140 0x0000000000668660 in ?? ()
No symbol table info available.
#141 0x000000000068ce80 in ?? ()
No symbol table info available.
#142 0x79726576696c6544 in ?? ()
No symbol table info available.
#143 0x00646f6874654d20 in ?? ()
No symbol table info available.
#144 0x00000000006686a0 in ?? ()
No symbol table info available.
#145 0x000000000068cf00 in ?? ()
No symbol table info available.
#146 0x00000000006686e0 in ?? ()
No symbol table info available.
#147 0x000000000068cf80 in ?? ()
No symbol table info available.
#148 0x0000000000668740 in ?? ()
No symbol table info available.
#149 0x000000000068e000 in ?? ()
No symbol table info available.
#150 0x00000000006687c0 in ?? ()
No symbol table info available.
#151 0x000000000068e080 in ?? ()
No symbol table info available.
#152 0x6c61755120415344 in ?? ()
No symbol table info available.
#153 0x0000000000797469 in ?? ()
No symbol table info available.
#154 0x0000000000668820 in ?? ()
No symbol table info available.
#155 0x000000000068e100 in ?? ()
No symbol table info available.
#156 0x6570795420455344 in ?? ()
No symbol table info available.
#157 0x0000000000000000 in ?? ()
No symbol table info available.
#158 0x0000000000668860 in ?? ()
No symbol table info available.
#159 0x000000000068e180 in ?? ()
No symbol table info available.
#160 0x6465636e61686e45 in ?? ()
No symbol table info available.
#161 0x0000656469754720 in ?? ()
No symbol table info available.
#162 0x00000000006688a0 in ?? ()
No symbol table info available.
#163 0x000000000068e200 in ?? ()
No symbol table info available.
#164 0x00000000006688e0 in ?? ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#165 0x000000000068e280 in ?? ()
No symbol table info available.
#166 0x0000000000786146 in ?? ()
No symbol table info available.
#167 0x0000000000000000 in ?? ()
No symbol table info available.
#168 0x0000000045555254 in ?? ()
No symbol table info available.
#169 0x0000000000000000 in ?? ()
No symbol table info available.
#170 0x000000000066d520 in ?? ()
No symbol table info available.
#171 0x0000000000000000 in ?? ()
No symbol table info available.
#172 0x0000000000668960 in ?? ()
No symbol table info available.
#173 0x000000000066d530 in ?? ()
No symbol table info available.
#174 0x000000000066d540 in ?? ()
No symbol table info available.
#175 0x0000000000000000 in ?? ()
No symbol table info available.
#176 0x0000000000668940 in ?? ()
No symbol table info available.
#177 0x000000000068e300 in ?? ()
No symbol table info available.
#178 0x00000000006689a0 in ?? ()
No symbol table info available.
#179 0x000000000068e380 in ?? ()
No symbol table info available.
#180 0x0000006564697547 in ?? ()
No symbol table info available.
#181 0x0000000000000000 in ?? ()
No symbol table info available.
#182 0x0000000000668a00 in ?? ()
No symbol table info available.
#183 0x000000000068e400 in ?? ()
No symbol table info available.
#184 0x6972745320354149 in ?? ()
No symbol table info available.
#185 0x000000000000676e in ?? ()
No symbol table info available.
#186 0x0000000000668a40 in ?? ()
No symbol table info available.
#187 0x000000000068e480 in ?? ()
No symbol table info available.
#188 0x0072656765746e49 in ?? ()
No symbol table info available.
#189 0x0000000000000000 in ?? ()
No symbol table info available.
#190 0x0000000000668a80 in ?? ()
No symbol table info available.
#191 0x000000000068e500 in ?? ()
No symbol table info available.
#192 0x000000004745504a in ?? ()
---Type <return> to continue, or q <return> to quit---
No symbol table info available.
#193 0x0000000000000000 in ?? ()
No symbol table info available.
#194 0x0000000045555254 in ?? ()
No symbol table info available.
#195 0x0000000000000000 in ?? ()
No symbol table info available.
#196 0x000000000066d5f0 in ?? ()
No symbol table info available.
#197 0x0000000000000000 in ?? ()
No symbol table info available.
#198 0x0000000000668ae0 in ?? ()
No symbol table info available.
#199 0x000000000066d600 in ?? ()
No symbol table info available.
#200 0x000000000066d610 in ?? ()
No symbol table info available.
#201 0x0000000000000000 in ?? ()
No symbol table info available.
#202 0x0000000000668ac0 in ?? ()
No symbol table info available.
#203 0x000000000068e580 in ?? ()
No symbol table info available.
#204 0x0000000000668b20 in ?? ()
No symbol table info available.
#205 0x000000000068e600 in ?? ()
No symbol table info available.
#206 0x0000000000668b80 in ?? ()
No symbol table info available.
#207 0x000000000068e680 in ?? ()
No symbol table info available.
#208 0x0000000000668be0 in ?? ()
No symbol table info available.
#209 0x000000000068e700 in ?? ()
No symbol table info available.
#210 0x657250206c69614d in ?? ()
No symbol table info available.
#211 0x0065636e65726566 in ?? ()
No symbol table info available.
#212 0x0000000000668c40 in ?? ()
No symbol table info available.
#213 0x000000000068e780 in ?? ()
No symbol table info available.
#214 0x4120524f2053484d in ?? ()
No symbol table info available.
#215 0x0000737365726464 in ?? ()
No symbol table info available.
#216 0x0000000000668c80 in ?? ()
No symbol table info available.
#217 0x000000000068e800 in ?? ()
No symbol table info available.
#218 0x0000000000668cc0 in ?? ()
No symbol table info available.
#219 0x000000000068e880 in ?? ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#220 0x0000000000668d20 in ?? ()
No symbol table info available.
#221 0x000000000068e900 in ?? ()
No symbol table info available.
#222 0x20636972656d754e in ?? ()
No symbol table info available.
#223 0x0000676e69727453 in ?? ()
No symbol table info available.
#224 0x0000000000668d80 in ?? ()
No symbol table info available.
#225 0x000000000068e980 in ?? ()
No symbol table info available.
#226 0x0000000000668dc0 in ?? ()
No symbol table info available.
#227 0x000000000068ea00 in ?? ()
No symbol table info available.
#228 0x000000000044494f in parse_acl (be=Error accessing memory address 0xffffffffffffffea: Bad address.
) at aclparse.c:761
name = Error accessing memory address 0xfffffffffffffb5a: Bad address.
(gdb) quit
The program is running. Exit anyway? (y or n) y


Script done on Sun Apr 18 11:43:22 2004