Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49957 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57350 invoked from network); 22 Oct 2010 16:26:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Oct 2010 16:26:38 -0000 Authentication-Results: pb1.pair.com header.from=quickshiftin@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=quickshiftin@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: quickshiftin@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:48590] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 53/3A-08242-C3BB1CC4 for ; Fri, 22 Oct 2010 12:26:37 -0400 Received: by ywf9 with SMTP id 9so121892ywf.29 for ; Fri, 22 Oct 2010 09:26:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=h1MyxbBMyb9xb97/0Z6hiR96XkDypG/QCnk/sR6hBFc=; b=sBRhs6nI6PGhs9oGa8cZODb80JVW3HONTnd7ek9ELcxZBvC1/O55wbMIm2ZcAZoAW0 Tb0N7aIfYsI3i56XDEGUcZFo9V6h3aZvyPkdYAJZbaJ1KeycGiwEV+K0bcNfKgtV68tP MPTnBAmJhbCG8lq9hHzlXFambLdECwJycE4NM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=cNQZXqC3mvSHaJpmRTcriai15A/UdazGLootgJmWSc4U5orgdRTe0HtqdHzwIOlrJY UKnAhaAC141lO9Mc4GlnYpugY1Wjw5t58ypmNdgD7WKbWHnVXax9zNLPQuitBmy56I4n 9LPN25AGTevVE0MpfZ0M381u2voEypyE82pgw= MIME-Version: 1.0 Received: by 10.239.161.130 with SMTP id h2mr1011475hbd.117.1287764725981; Fri, 22 Oct 2010 09:25:25 -0700 (PDT) Received: by 10.239.189.135 with HTTP; Fri, 22 Oct 2010 09:25:25 -0700 (PDT) In-Reply-To: <45.B1.08818.7F6C0CC4@pb1.pair.com> References: <45.B1.08818.7F6C0CC4@pb1.pair.com> Date: Fri, 22 Oct 2010 10:25:25 -0600 Message-ID: To: Tim Steiner Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=001485f03c920be39b04933717d5 Subject: Re: [PHP-DEV] Intermittent problem: can't write to properties of $this From: quickshiftin@gmail.com (Nathan Nobbe) --001485f03c920be39b04933717d5 Content-Type: text/plain; charset=UTF-8 On Thu, Oct 21, 2010 at 5:04 PM, Tim Steiner wrote: > 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.htmlseems 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. > Tim, this sounds much more like a typical userspace issue than an internals one. You might have better luck getting help if you start out on the php-general list. -nathan --001485f03c920be39b04933717d5--