From owner-freebsd-stable@FreeBSD.ORG Mon Mar 3 15:05:42 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65E881065671 for ; Mon, 3 Mar 2008 15:05:42 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.184]) by mx1.freebsd.org (Postfix) with ESMTP id 0369D8FC1F for ; Mon, 3 Mar 2008 15:05:41 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: by ti-out-0910.google.com with SMTP id j2so88785tid.3 for ; Mon, 03 Mar 2008 07:05:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=XvdSdMv+udE9G4SRx1TrN3DY+b8GC4ASep8CrRH3hKk=; b=x1C82a3JAOzWY+axFn6aAkkUV7wFLQPWz558yNQxoR/koPoqAoj10ejSL82AS1gmYGVx8qQYOcqVaNezQ0nalttIH+40oTi/JLmRoTkMcdP6XJBWXCEgQ4LQzMLqH9oR8nOBBkNS8xHlyMPwgdwsBXIecRzAkAqms8WNtZ83yQI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=wp6izhGudELtpEZOv+azPxnBxfxItCCjZ51nq2Zp7kfNzRYbq/Kut2crqk+4kjh4jthVYtORBdINoevnxpJNVW5JF+SPf1Vv01AhSenHaK0w1MSQZ+zgm7v7GxJLuxhgBb5fZevCOJPVQlQdRrruX5CqiF5DOaRmqCtIzXMsBEU= Received: by 10.150.198.14 with SMTP id v14mr20164ybf.65.1204556737359; Mon, 03 Mar 2008 07:05:37 -0800 (PST) Received: by 10.64.184.9 with HTTP; Mon, 3 Mar 2008 07:05:37 -0800 (PST) Message-ID: <8e10486b0803030705l4735335co4aa5a132b3683538@mail.gmail.com> Date: Mon, 3 Mar 2008 12:05:37 -0300 From: "Alexandre Biancalana" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 7-STABLE(AMD64)+Qmail-LDAP core dump X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2008 15:05:42 -0000 Hi list, Is anybody running 7-STABLE (AMD64) with qmail-ldap ? I have some FreeBSD+qmail-ldap servers running very wheel, but I'm having a strange problem with a new setup running qmail-ldap with 7-STABLE(AMD64). Any operation that involves ldap connection result in a core dumped. The OpenLDAP is running ok, doing synchronization via syncrepl, I can query this with ldapsearch without any problem. Compiling qmail-ldap and OpenLDAP with debug symbols I get the following: # ./qmail-ldaplookup -m test Segmentation fault (core dumped) # gdb qmail-ldaplookup qmail-ldaplookup.core GNU gdb 6.1.1 [FreeBSD] 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-marcel-freebsd"... Core was generated by `qmail-ldaplookup'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/local/lib/libldap-2.3.so.2...done. Loaded symbols for /usr/local/lib/libldap-2.3.so.2 Reading symbols from /usr/local/lib/liblber-2.3.so.2...done. Loaded symbols for /usr/local/lib/liblber-2.3.so.2 Reading symbols from /lib/libcrypt.so.4...done. Loaded symbols for /lib/libcrypt.so.4 Reading symbols from /lib/libc.so.7...done. Loaded symbols for /lib/libc.so.7 Reading symbols from /usr/lib/libssl.so.5...done. Loaded symbols for /usr/lib/libssl.so.5 Reading symbols from /lib/libcrypto.so.5...done. Loaded symbols for /lib/libcrypto.so.5 Reading symbols from /usr/local/lib/nss_ldap.so.1...done. Loaded symbols for /usr/local/lib/nss_ldap.so.1 Reading symbols from /usr/local/lib/nss_winbind.so.1...done. Loaded symbols for /usr/local/lib/nss_winbind.so.1 Reading symbols from /libexec/ld-elf.so.1...done. Loaded symbols for /libexec/ld-elf.so.1 #0 ldap_set_option (ld=0x1039040, option=17, invalue=0x7fffffffea18) at options.c:358 358 assert( LDAP_VALID( ld ) ); (gdb) bt #0 ldap_set_option (ld=0x1039040, option=17, invalue=0x7fffffffea18) at options.c:358 #1 0x0000000000404eaa in qldap_set_option (q=0x801010060, forceV2=0) at qldap.c:972 #2 0x000000000040357d in qldap_open (q=0x801010060) at qldap.c:257 #3 0x00000000004015a6 in main (argc=3, argv=0x7fffffffec20) at qmail-ldaplookup.c:211 The system is 7-STABLE updated and builded today. Some idea ? Regards, Alexandre