From owner-freebsd-questions@FreeBSD.ORG Thu Nov 16 14:17:02 2006 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 B8D1F16A403 for ; Thu, 16 Nov 2006 14:17:02 +0000 (UTC) (envelope-from jjvaughan@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64E8B43D5C for ; Thu, 16 Nov 2006 14:17:01 +0000 (GMT) (envelope-from jjvaughan@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so403008uge for ; Thu, 16 Nov 2006 06:17:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=nzJfB/kTMvdosf4fhUrH5qS4NNvEinUsMhbu9o6lKUz3qJK2jG5LDI6ANPARa20hMCZLUcDpp8Ltc9mKkgUhOz5ANE+dS+MOKjzhiIO8BUoeKw9J4fxDytz+s40pAZ9cG0k4eji5iAJ28G4oL/h/aHKPhypRmqPFxaPZG1ofjH8= Received: by 10.67.119.9 with SMTP id w9mr866534ugm.1163686620081; Thu, 16 Nov 2006 06:17:00 -0800 (PST) Received: by 10.66.252.18 with HTTP; Thu, 16 Nov 2006 06:16:59 -0800 (PST) Message-ID: Date: Thu, 16 Nov 2006 09:16:59 -0500 From: "John Vaughan" To: "Leonidas Tsampros" , freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 References: <1162524792.969363.243540@h48g2000cwc.googlegroups.com> <5aaed53f0611031721x2be27743xfab7364f4173b42@mail.gmail.com> <5aaed53f0611051642m117ae170p62b285756e191c27@mail.gmail.com> <20061109102417.GA55648@biftekaki.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Some php files in same directory of working files with same permissions won't process 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, 16 Nov 2006 14:17:02 -0000 Hello list, Some new findings. . . A buddy (wes) on another list loaded the troublemaker index.php file using telnet and got: wes@kitura:~/Downloads$ telnet welcome.coe.jmu.edu 80 Trying 134.126.97.69.. . Connected to etv.jmu.edu. Escape character is '^]'. GET /dbadmin/index.php Connection closed by foreign host. And suggested that the PHP processor was crashing. When I use the php CLI from the command line and run the index file in my phpmyadmin folder I get: # php index.php Segmentation fault (core dumped) When I run a test file (that works) with phpinfo in it, it also throws an error: [Thu Nov 16 07:26:34 2006] Script: 'test.php' /usr/ports/databases/pecl-PDO/work/PDO-1.0.3/pdo.c(364) : Freeing 0x0838A0E8 (1 bytes), script=test.php === Total 1 memory leaks detected === There are no other useful errors (at least to me) that I can find in my error logs. Does anyone have a suggestion as to what might be causing this? All other php files (not in the phpmyadmin folder) seem to execute fine without error. I can try reinstalling php, but would really like to know where things went wrong and why only the folder with the phpmyadmin files seems to be affected. Regards, -John