From owner-freebsd-questions@FreeBSD.ORG Thu Jul 28 01:45:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 151B416A41F for ; Thu, 28 Jul 2005 01:45:16 +0000 (GMT) (envelope-from nawcom@nawcom.no-ip.com) Received: from nawcom.no-ip.com (adsl-69-209-132-220.dsl.sfldmi.ameritech.net [69.209.132.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7528843D5E for ; Thu, 28 Jul 2005 01:45:14 +0000 (GMT) (envelope-from nawcom@nawcom.no-ip.com) Received: from [192.168.212.9] (unknown [192.168.212.9]) by nawcom.no-ip.com (Postfix) with ESMTP id A04E2693F; Wed, 27 Jul 2005 22:09:28 -0400 (EDT) Message-ID: <42E838A7.9020301@nawcom.no-ip.com> Date: Wed, 27 Jul 2005 21:45:11 -0400 From: nawcom User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: steve lasiter References: <20050728002944.35218.qmail@web33605.mail.mud.yahoo.com> In-Reply-To: <20050728002944.35218.qmail@web33605.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Segmentation fault (11) 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: Thu, 28 Jul 2005 01:45:16 -0000 do you have a copy of the core dump? also sometimes when you use php to interpret the page via the shell it leaves a little extra useful info. since it's a fault and not a kernel panic i wouldnt be worried that its freebsd itself fucking things up. this error only comes up when a program accesses a memory location that it wasn't assigned to. "Because of error I've reinstalled Apache 1.3 and Perl5." what was the error and how was php5 compiled? did you uninstall php4 or did you do a FORCE_PKG_REGISTER? when you say that other php sites work fine do you mean that other php scripts work fine on your apache server? I apologize but your info is pretty general. all i can suggest is do a full deinstall clean on apache+php5 and php4 if the memory glitch has to do with its compilation. perhaps if you email the debug log specifics (strace php "webpage.php") we could understand where the program is at when it crashes. -Ben steve lasiter wrote: >This is a questions to the group since I'm not sure if >it's related to my FreeBSD 5.4 OS or something else. >I'm on a Dell Pentium 2.55Ghz with 1 GB Ram. > >Background: In trying to install oscommerce I have >uninstalled my php5 and went to php4. Because of error >I've reinstalled Apache 1.3 and Perl5. My database is >MySQL 5.02. > >The problem: when I attempt to open an index.php file >in the oscommerce program I get, in my httpd-error.log >[notice] child pid xxx exit signal Segmentation >fault(11) > >All other php related sites are functioning well with >no problems. Do you believe this is being caused by >the code in the oscommerce program or something >FreeBSD is doing? > >Thanks for input > >Dean Lasiter > > > >____________________________________________________ >Start your day with Yahoo! - make it your home page >http://www.yahoo.com/r/hs > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >