Re: [PHP-DEV] segfault in recent code

2002-08-01 Thread Stefan Roehrich
On 2002-08-01 02:28:26, Rasmus Lerdorf wrote: > That fixed part of it, there is still another segfault in there somewhere. Maybe it has to do with the silly strncasecmp error I made (and just committed a fix to SAPI.c), but I don't know how this would cause a segfault. Stefan -- Stefan Röhri

Re: [PHP-DEV] segfault in recent code

2002-08-01 Thread Rasmus Lerdorf
That fixed part of it, there is still another segfault in there somewhere. Something in the vastness of IMP is making things go weird... On Thu, 1 Aug 2002, Marcus [iso-8859-1] Börger wrote: > At 10:37 01.08.2002, Rasmus Lerdorf wrote: > >/home/rasmus/php4/main/SAPI.c(642) : Block 0x0825B220 sta

Re: [PHP-DEV] segfault in recent code

2002-08-01 Thread Marcus Börger
At 10:37 01.08.2002, Rasmus Lerdorf wrote: >/home/rasmus/php4/main/SAPI.c(642) : Block 0x0825B220 status: >Beginning: Overrun (magic=0x0825B1A8, expected=0x7312F8DC) >[Thu Aug 1 01:32:21 2002] [notice] child pid 24107 exit signal >Segmentation fault (11) > >Poked around for it a bit, but ne

[PHP-DEV] segfault in recent code

2002-08-01 Thread Rasmus Lerdorf
/home/rasmus/php4/main/SAPI.c(642) : Block 0x0825B220 status: Beginning: Overrun (magic=0x0825B1A8, expected=0x7312F8DC) [Thu Aug 1 01:32:21 2002] [notice] child pid 24107 exit signal Segmentation fault (11) Poked around for it a bit, but need to get some sleep. Not sure the overrun is act