It has been fixed:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/660227

It was a PHP segfault error \o/

cya

On 21 oct, 00:35, Fanck <francois.pie...@gmail.com> wrote:
> Hi,
>
> Before flaming down, let me say that it may not be related to CakePHP,
> but somehow on my configuration (hopefully):
> - Ubuntu 10.10
> - PHP 5.3.3
> - PostgreSQL 8.4.5
> - CakePHP 1.3.4 (but same error with Cake 1.2.8)
>
> So here's the deal: I was getting white screen (of death?) at
> application start. So I went on a debug/traceback mission.
> I saw the following message in my logs:
> 2010-10-21 00:18:52 CEST LOG:  could not receive data from client:
> Connection reset by peer
> 2010-10-21 00:18:52 CEST LOG:  unexpected EOF on client connection
>
> Did some research but nothing seems related to my problem.
>
> I finally found the line that somehow crashed my applications. The
> function is lastError(), called from the dbo_source (which may be
> relevant here). As soon as I removed that call (which shouldn't be
> mandatory, I suppose), my applications were all up and running.
>
> For the record, lastError() did try to return something (null), but
> somehow cannot pass it to the dbo_source. Go figure.
>
> So for now I'm up with an ugly patch. If anyone got an idea on how
> such thing happened, or if anyone got the same problem, I'd be glad to
> have more informations.
>
> thanks for reading,
> Cheers

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to