From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 22:43:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECE4916A419 for ; Mon, 5 Nov 2007 22:43:07 +0000 (UTC) (envelope-from Peter.Uthoff@reuters.com) Received: from outbound1-dub-R.bigfish.com (outbound-dub.frontbridge.com [213.199.154.16]) by mx1.freebsd.org (Postfix) with ESMTP id 6244B13C4B2 for ; Mon, 5 Nov 2007 22:43:07 +0000 (UTC) (envelope-from Peter.Uthoff@reuters.com) Received: from outbound1-dub.bigfish.com (localhost.localdomain [127.0.0.1]) by outbound1-dub-R.bigfish.com (Postfix) with ESMTP id E9FF46100B9 for ; Mon, 5 Nov 2007 22:20:08 +0000 (UTC) Received: from mail110-dub-R.bigfish.com (unknown [10.5.252.3]) by outbound1-dub.bigfish.com (Postfix) with ESMTP id CE92B1B30067 for ; Mon, 5 Nov 2007 22:20:08 +0000 (UTC) Received: from mail110-dub (localhost.localdomain [127.0.0.1]) by mail110-dub-R.bigfish.com (Postfix) with ESMTP id 890A88B00E3 for ; Mon, 5 Nov 2007 22:20:08 +0000 (UTC) X-BigFish: VP X-MS-Exchange-Organization-Antispam-Report: OrigIP: 167.206.189.53; Service: EHS Received: by mail110-dub (MessageSwitch) id 1194301208535461_9984; Mon, 5 Nov 2007 22:20:08 +0000 (UCT) Received: from hpgsmime01.rit.reuters.com (hpgsmime01.rit.reuters.com [167.206.189.53]) by mail110-dub.bigfish.com (Postfix) with ESMTP id 1ED781D0057 for ; Mon, 5 Nov 2007 22:20:08 +0000 (UTC) Received: from uspig2 (unverified [10.88.1.88]) by hpgsmime01.rit.reuters.com (Content Technologies SMTPRS 4.3.19) with ESMTP id ; Mon, 5 Nov 2007 22:20:07 +0000 Received: from HPGSMSXB02.amers.ime.reuters.com ([10.88.1.198]) by uspig2.hpg.ime.reuters.com (PMDF V6.2-1x9 #31185) with ESMTP id <0JR2003R60PJCQ@uspig2.hpg.ime.reuters.com>; Mon, 05 Nov 2007 22:20:07 +0000 (GMT) Received: from STLSMSXM02.amers.ime.reuters.com ([10.91.10.139]) by HPGSMSXB02.amers.ime.reuters.com with Microsoft SMTPSVC (6.0.3790.1830); Mon, 05 Nov 2007 17:20:07 -0500 Date: Mon, 05 Nov 2007 16:20:06 -0600 From: Peter Uthoff In-reply-to: <472F8E43.3030703@riderway.com> To: "Philip M. Gollucci" Message-id: <05616E1516E61D4C9B338EA2C7DFD266367596@STLSMSXM02.amers.ime.reuters.com> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft Exchange V6.5 Content-type: text/plain; charset="us-ascii" Content-transfer-encoding: quoted-printable Thread-Topic: Problem with Apache22 Thread-Index: Acgf9MVv33bLire2R9ysSsGkNX9YtQAAcqSw Content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: X-OriginalArrivalTime: 05 Nov 2007 22:20:07.0535 (UTC) FILETIME=[058B27F0:01C81FFA] Cc: "Philip M. Gollucci" , freebsd-questions@freebsd.org Subject: RE: Problem with Apache22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2007 22:43:08 -0000 Yes, it's using prefork. I made no changes from the default install. The results of ldd for each of these yielded "libpthread.so.2 =3D> /lib/libpthread.so.2" in each case except for php and libmysqlclient.so.15, which both returned nothing. Running apache in debug, attached to the console resulted in output of "Bus Error" and nothing else. The web logs showed no errors at all. -----Original Message----- From: Philip M. Gollucci [mailto:pgollucci@riderway.com] = Sent: Monday, November 05, 2007 3:42 PM To: Peter Uthoff Cc: Philip M. Gollucci; freebsd-questions@freebsd.org Subject: Re: Problem with Apache22 Which MPM did you use, if you didn't change it the default is prefork. how about: ldd /usr/local/sbin/httpd | egrep 'libthr|libpthread|libc_r' ldd /usr/local/libexec/mysqld | egrep 'libthr|libpthread|libc_r' ldd /usr/local/bin/php | egrep 'libthr|libpthread|libc_r' ldd /usr/local/lib/libaprutil-1.so.2 | egrep 'libthr|libpthread|libc_r' ldd /usr/local/lib/libapr-1.so.2 | egrep 'libthr|libpthread|libc_r' ldd /usr/local/lib/mysql/libmysqlclient.so.15 | \ egrep 'libthr|libpthread|libc_r' > WITHOUT_THREADS=3Dtrue So it looks like you don't want threads. That makes things easier as its the simpler case. At any rate, you'll want the output of all the above to match. Nothing in the ktrace/kdump jumps out at me. Are you sure it crashed ? (and you were attached to the correct httpd child) httpd -X and/or httpd -DONE_PROCESS might be helpful for that. ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) o:703.549.2050x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. This email was sent to you by Reuters, the global news and information comp= any. = To find out more about Reuters visit www.about.reuters.com Any views expressed in this message are those of the individual sender, = except where the sender specifically states them to be the views of Reuters= Limited. Reuters Limited is part of the Reuters Group of companies, of which Reuters= Group PLC is the ultimate parent company. Reuters Group PLC - Registered office address: The Reuters Building, South = Colonnade, Canary Wharf, London E14 5EP, United Kingdom Registered No: 3296375 Registered in England and Wales