Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Sep 2006 05:16:38 -0700
From:      Jeremy Chadwick <freebsd@jdc.parodius.com>
To:        Ron Tarrant <rtarrant@sympatico.ca>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: PHP 5.1.6 Command Line Arg Gives Seg Fault
Message-ID:  <20060913121637.GA67429@icarus.home.lan>
In-Reply-To: <4507C944.1040006@sympatico.ca>
References:  <4507C944.1040006@sympatico.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Sep 13, 2006 at 05:03:00AM -0400, Ron Tarrant wrote:
> My openldap-client version is 2.3.27 and I double-checked the options 
> for compiling and found that IP6 was not selected. I also found a 
> reference in one of the php mailing lists to segmentation faults 
> apparently caused by ImageMagick's magickwand. It was suggested that 
> removing the magickwand extension from the list would fix the problem, 
> but it didn't for me.
> 
> The search for a solution continues.

Can you provide a gdb backtrace of this problem?  It might give
others, and yourself, a better idea of where the problem is.  Use
the following: `gdb --args php --version`, and after the sig11 at
the (gdb) prompt, do "bt".

Also, have you opened a PHP Bug on this?

-- 
| Jeremy Chadwick                                 jdc at parodius.com |
| Parodius Networking                        http://www.parodius.com/ |
| UNIX Systems Administrator                   Mountain View, CA, USA |
| Making life hard for others since 1977.               PGP: 4BD6C0CB |




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060913121637.GA67429>