From owner-freebsd-current Wed Jan 29 10:11:52 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4317F37B405 for ; Wed, 29 Jan 2003 10:11:49 -0800 (PST) Received: from mail.fiber.net (mail.fiber.net [216.83.130.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D4F143E4A for ; Wed, 29 Jan 2003 10:11:48 -0800 (PST) (envelope-from adam@baylessfamily.org) Received: from yo_ink.fiber.net (user-211.office.fiber.net [216.83.129.211]) by mail.fiber.net (8.11.6/8.11.6) with ESMTP id h0TIBgd07026 for ; Wed, 29 Jan 2003 11:11:42 -0700 (MST) Message-Id: <5.1.0.14.0.20030129110928.00bce518@mail.baylessfamily.org> X-Sender: abayless@mail.baylessfamily.org X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 29 Jan 2003 11:11:42 -0700 To: freebsd-current@FreeBSD.ORG From: Adam Bayless Subject: PHP on 5.0RELEASE In-Reply-To: <20030129114855.D5796-100000@geri.cc.fer.hr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've got a big ugly PHP build on a brand new, otherwise clean 5.0 box that is dumping cores. It works great as an apache module, but the CLI always coredumps. Here's gdb's output: Core was generated by `php'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/local/lib/libc-client4.so.8...done. Loaded symbols for /usr/local/lib/libc-client4.so.8 Reading symbols from /usr/local/lib/libmm.so.12...done. Loaded symbols for /usr/local/lib/libmm.so.12 Reading symbols from /usr/local/lib/libpspell.so.15...done. Loaded symbols for /usr/local/lib/libpspell.so.15 Reading symbols from /usr/local/payflowpro/lib/libpfpro.so...done. Loaded symbols for /usr/local/payflowpro/lib/libpfpro.so Reading symbols from /usr/local/lib/mysql/libmysqlclient.so.10...done. Loaded symbols for /usr/local/lib/mysql/libmysqlclient.so.10 Reading symbols from /usr/local/lib/libmhash.so.2...done. Loaded symbols for /usr/local/lib/libmhash.so.2 Reading symbols from /usr/lib/libcrypt.so.2...done. Loaded symbols for /usr/lib/libcrypt.so.2 Reading symbols from /usr/lib/libpam.so.2...done. Loaded symbols for /usr/lib/libpam.so.2 Reading symbols from /usr/local/lib/libpng.so.5...done. Loaded symbols for /usr/local/lib/libpng.so.5 Reading symbols from /usr/lib/libz.so.2...done. Loaded symbols for /usr/lib/libz.so.2 Reading symbols from /usr/lib/libssl.so.2...done. Loaded symbols for /usr/lib/libssl.so.2 Reading symbols from /usr/lib/libcrypto.so.2...done. Loaded symbols for /usr/lib/libcrypto.so.2 Reading symbols from /usr/lib/libm.so.2...done. Loaded symbols for /usr/lib/libm.so.2 Reading symbols from /usr/local/lib/libcurl.so.2...done. Loaded symbols for /usr/local/lib/libcurl.so.2 Reading symbols from /usr/lib/libc.so.5...done. Loaded symbols for /usr/lib/libc.so.5 Reading symbols from /usr/local/lib/libaspell.so.15...done. Loaded symbols for /usr/local/lib/libaspell.so.15 Reading symbols from /usr/lib/libstdc++.so.4...done. Loaded symbols for /usr/lib/libstdc++.so.4 Reading symbols from /usr/ports/textproc/aspell/work/aspell-0.50.3/lib/.libs/libaspell.so.15...done. Loaded symbols for /usr/ports/textproc/aspell/work/aspell-0.50.3/lib/.libs/libaspell.so.15 Reading symbols from /usr/libexec/ld-elf.so.1...done. Loaded symbols for /usr/libexec/ld-elf.so.1 #0 0x2856dde0 in strcmp () from /usr/lib/libc.so.5 and here is what php is configured with as per customer's request: './configure' \ '--with-apxs=/usr/local/apache/bin/apxs' \ '--with-mysql=/usr/local' \ '--with-imap=/usr/local' \ '--enable-track-vars' \ '--with-mhash' \ '--with-pspell' \ '--with-gd' \ '--with-ftp' \ '--enable-sysvmsg' \ '--enable-sysvsem' \ '--enable-sysvshm' \ '--enable-sockets' \ '--enable-exif' \ '--enable-discard-path' \ '--enable-bcmath' \ '--with-mm' \ '--with-openssl' \ '--with-curl' \ '--with-pfpro=/usr/local/payflowpro' \ '--with-zlib' \ Does anyone have any ideas before I try removing one line at a time from the config till I find the culprit? Thanks, Adam ------------------------------------------------------------ Adam Bayless | vi /etc/mail/aliases Fibernet System Janitor | complaints: /dev/null adam@baylessfamily.org | :wq baylessfamily.org/~abayless | newaliases ------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message