Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2007 14:49:27 GMT
From:      Henri Witteveen<info@wm.nl>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/108096: several PHP5 extension modules in FreeBSD 6.2 generate a Segmentation fault: 11 (core dumped) or a Undefined symbol "ps_globals
Message-ID:  <200701181449.l0IEnRaq010386@www.freebsd.org>
Resent-Message-ID: <200701181450.l0IEoGmh033123@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         108096
>Category:       misc
>Synopsis:       several PHP5 extension modules in FreeBSD 6.2 generate a Segmentation fault: 11 (core dumped) or a Undefined symbol "ps_globals
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 18 14:50:15 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Henri Witteveen
>Release:        FreeBSD 6.2 Release
>Organization:
WhiteMoor Studio
>Environment:
FreeBSD vmbsd01.linbsd.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007     root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
After installing all the PHP5 extension I got a errors when running a simple PHP CLI program. The errors are:

Segmentation fault: 11 (core dumped) and

PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613/soap
.so' - /usr/local/lib/php/20060613/soap.so: Undefined symbol "ps_globals" in Unknown on line 0

I checked all the extensions and the problems arise when enabling the modules:

extension=recode.so -> Segmentation fault
extension=soap.so -> Undefined symbol "ps_globals"
extension=wddx.so -> Undefined symbol "ps_globals"
extension=yaz.so -> Segmentation fault
>How-To-Repeat:
The simple test used is:

#!/usr/local/bin/php
<?php
for ($i=0;$i<10 ;$i++) {
        print("\$i: $i\n");
}
?>

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:



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