Is this what you get after typing 'bt' in GDB console?
This doesn't look like a bt I'm used to.
Also don't forget to --enable-debug, generating bt without debug symbols makes
little sense.
It might also help if you print basic_globals contents:
(gdb) p basic_globals
On 14.11.2007 14:57, Rachmel,
t: Wednesday, November 14, 2007 9:32 AM
To: Rachmel, Nir (Nir)
Cc: internals@lists.php.net
Subject: Re: [PHP-DEV] PHP 5.2.3 segfault with syslog standard extension
On 14.11.2007 10:25, Rachmel, Nir (Nir) wrote:
>
>
> Hi,
>
> I am running PHP 5.2.3 as a statically compiled modul
On 14.11.2007 10:25, Rachmel, Nir (Nir) wrote:
>
>
> Hi,
>
> I am running PHP 5.2.3 as a statically compiled module for a web server
> (appWeb, which is an embbeded apache-like server).
> My platform is a ppc processor, running Windriver Linux.
>
> The problem I encounter is, that when print
Hi,
I am running PHP 5.2.3 as a statically compiled module for a web server
(appWeb, which is an embbeded apache-like server).
My platform is a ppc processor, running Windriver Linux.
The problem I encounter is, that when printing many syslogs to the
system my web-server crashes.
I have ba