From owner-freebsd-stable@FreeBSD.ORG Sat Jan 19 15:50:56 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 5705516A418 for ; Sat, 19 Jan 2008 15:50:56 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [64.46.156.146]) by mx1.freebsd.org (Postfix) with ESMTP id 2532713C44B for ; Sat, 19 Jan 2008 15:50:56 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [202.12.127.84]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "Iain Michael Butler", Issuer "Protected Networks Certificate Authority" (verified OK)) (Authenticated sender: imb) by sarah.protected-networks.net (Postfix) with ESMTP id B62366131 for ; Sat, 19 Jan 2008 10:50:54 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1200757854; bh=Oqz+g7I1ytk67a sacQITMrWg42N4pkd9eIvmER6AUh4=; h=DomainKey-Signature:Message-ID: Date:From:User-Agent:MIME-Version:To:Subject:X-Enigmail-Version: OpenPGP:Content-Type:Content-Transfer-Encoding; b=SgxfCiM7Ex+TdoPg 71oxW1JkMlucXWF4G32Wsa5vNj1VKPyVyUCt3VSnjTsqcndmfqwhzl9YzIsuwHrDOL+ PWPrr7I953eAQnaHvCqYoz87w8tGqWDotkm8INntrlgKw DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:subject: x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=a6rdlqFB+6kNFBBSCmbaug4IWVJ2XL7jTs9/nOEbRwlRePmH3TO8q5366y1s+nbwB XivIRIK6fz5dB2Z7kTxWAx3THnd7748g7FAVCH1qDTAn5Z4PX1mUbzVR9Oe/2EU Message-ID: <47921C5D.7040407@protected-networks.net> Date: Sat, 19 Jan 2008 10:50:53 -0500 From: Michael Butler User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: freebsd-stable X-Enigmail-Version: 0.95.6 OpenPGP: id=0442D492 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 7-stable: apache+php5 in a jail? 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: Sat, 19 Jan 2008 15:50:56 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have an issue with apache and php5 inside a jail on 7-stable where the executable simply dumps core on start-up in the threading library. I've recompiled everything inside and outside the jail but the behaviour remains the same :-( I have no idea how to go about debugging this .. any helpful suggestions welcome .. #0 0x28c4cac8 in ?? () from /lib/libthr.so.3 [New Thread 0x282b9500 (LWP 100378)] (gdb) bt #0 0x28c4cac8 in ?? () from /lib/libthr.so.3 #1 0x2818f65c in getprotoent_r () from /lib/libc.so.7 #2 0x2812ba87 in getprotobyname () from /lib/libc.so.7 #3 0x28bf1cd7 in zm_startup_sockets () from /usr/local/lib/php/20060613/sockets.so #4 0x287d5f30 in zend_startup_module_ex () from /usr/local/libexec/apache/libphp5.so #5 0x287dac0c in zend_hash_apply () from /usr/local/libexec/apache/libphp5.so #6 0x287d497c in zend_startup_modules () from /usr/local/libexec/apache/libphp5.so #7 0x28792bed in php_module_startup () from /usr/local/libexec/apache/libphp5.so #8 0x28849453 in php_apache_startup () from /usr/local/libexec/apache/libphp5.so #9 0x288dd180 in apache_functions () from /usr/local/libexec/apache/libphp5.so #10 0x00000001 in ?? () #11 0x00000000 in ?? () #12 0x00000001 in ?? () #13 0x288dcf60 in php_commands () from /usr/local/libexec/apache/libphp5.so #14 0xbfbfca78 in ?? () #15 0x2884969f in php_init_handler () from /usr/local/libexec/apache/libphp5.so #16 0x00000000 in ?? () #17 0x288496b0 in php_init_handler () from /usr/local/libexec/apache/libphp5.so #18 0x00000000 in ?? () #19 0x28204010 in ?? () #20 0xbfbfcaa8 in ?? () #21 0x080545c9 in ap_init_modules () Previous frame inner to this frame (corrupt stack?) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEARECAAYFAkeSHF0ACgkQQv9rrgRC1JL4bgCfb5ri0Xw2XF5PUbi2liyzu7yO oQkAoIQhTKTLx+kdttWs2eYy1IT4IvEd =55w2 -----END PGP SIGNATURE-----