Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49954 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66656 invoked from network); 21 Oct 2010 23:04:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Oct 2010 23:04:27 -0000 X-Host-Fingerprint: 129.93.16.176 pcp125773pcs.unl.edu Received: from [129.93.16.176] ([129.93.16.176:12812] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 45/B1-08818-7F6C0CC4 for ; Thu, 21 Oct 2010 19:04:24 -0400 Message-ID: <45.B1.08818.7F6C0CC4@pb1.pair.com> To: internals@lists.php.net Date: Thu, 21 Oct 2010 18:04:21 -0500 User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.11) Gecko/20101013 Lightning/1.0b2 Thunderbird/3.1.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 129.93.16.176 Subject: Intermittent problem: can't write to properties of $this From: tsteiner@nerdclub.net (Tim Steiner) Greetings, I'm currently trying to troubleshoot an intermittent problem on one of our servers. After some time of running just fine (usually a couple of hours), scripts will start throwing the warning "Attempt to assign property of non-object" when writing to a property of the $this object. Once it starts, it seems to keep happening every few requests (with other requests running as expected). The poster at http://www.zfforums.com/zend-framework-components-13/core-infrastructure-19/warning-attempt-assign-property-non-object-zend_config-5469.html seems to be having the same issue. I've traced the warning output to line 576 of Zend/zend_execute.c, which means that something is happening to the write_property of the object. At this point, I don't have enough knowledge of the internals to continue tracking this bug down. Any help would be appreciated. Thanks! Tim Steiner Relevant Server Specs: Red Hat Enterprise Linux 4 Apache 2.0.52 PHP 5.3.3 compiled from source with configure line at http://pastebin.unl.edu/1487