Re: [PHP-DEV] Segfault with current CVS.

2002-11-13 Thread Magnus Määttä
After some further investigation I found out that it was bcmath causing this. Here's my config.nice: #! /bin/sh # # Created by configure './configure' \ '--disable-all' \ '--prefix=/usr/local/www/php4' \ '--with-apxs2=/usr/local/www/httpd2test/bin/apxs' \ '--enable-debug' \

Re: [PHP-DEV] Segfault with current cvs

2001-04-09 Thread Jani Taskinen
Umm..backtrace? --Jani On Mon, 9 Apr 2001, Jon Parise wrote: Today's build is giving me this when I try to start Apache with PHP compiled as a DSO: Program received signal SIGSEGV, Segmentation fault. 0x281cc7b1 in _efree (ptr=0x282c8650) at zend_alloc.c:227 227

Re: [PHP-DEV] Segfault with current cvs

2001-04-09 Thread Jon Parise
On Mon, Apr 09, 2001 at 09:11:42PM +0200, Jani Taskinen wrote: Today's build is giving me this when I try to start Apache with PHP compiled as a DSO: Program received signal SIGSEGV, Segmentation fault. 0x281cc7b1 in _efree (ptr=0x282c8650) at zend_alloc.c:227 227

Re: [PHP-DEV] Segfault with current cvs

2001-04-09 Thread Adam Dickmeiss
Hi, this patch seems to fix this. RCS file: /repository/php4/ext/standard/dir.c,v retrieving revision 1.59 diff -u -r1.59 dir.c --- dir.c 2001/04/08 21:57:13 1.59 +++ dir.c 2001/04/09 19:28:43 @@ -141,7 +141,7 @@ #endif tmpstr[0] = DEFAULT_SLASH; tmpstr[1] = '\0'; -

RE: [PHP-DEV] Segfault with current cvs

2001-04-09 Thread Sean R. Bright
Thanks. Applied, tested and committed. Sean -Original Message- From: Adam Dickmeiss [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 3:33 PM To: Jani Taskinen; [EMAIL PROTECTED] Subject: Re: [PHP-DEV] Segfault with current cvs Hi, this patch seems to fix

Re: [PHP-DEV] Segfault with current cvs

2001-04-09 Thread Jon Parise
On Mon, Apr 09, 2001 at 09:33:19PM +0200, Adam Dickmeiss wrote: this patch seems to fix this. RCS file: /repository/php4/ext/standard/dir.c,v retrieving revision 1.59 diff -u -r1.59 dir.c --- dir.c 2001/04/08 21:57:13 1.59 +++ dir.c 2001/04/09 19:28:43 @@ -141,7 +141,7 @@