← Back to team overview

ius-coredev team mailing list archive

[Bug 783986] Re: php53u segmentation fault

 

I have tested your above steps using CentOS 5.6 Final x86_64, however I
have not been able to reproduce a segfault:

# cat /etc/redhat-release 
CentOS release 5.6 (Final)

# rpm -qa | grep php53u
php53u-5.3.6-1.ius.el5
php53u-mbstring-5.3.6-1.ius.el5
php53u-pgsql-5.3.6-1.ius.el5
php53u-common-5.3.6-1.ius.el5
php53u-pdo-5.3.6-1.ius.el5
php53u-devel-5.3.6-1.ius.el5
php53u-bcmath-5.3.6-1.ius.el5
php53u-gd-5.3.6-1.ius.el5
php53u-cli-5.3.6-1.ius.el5
php53u-soap-5.3.6-1.ius.el5
php53u-ldap-5.3.6-1.ius.el5

# rpm -q postgresql-server
postgresql-server-8.1.23-1.el5_6.1

# php
<?php 
$foo123 = new PDO('pgsql:dbname=db', 'root', '');              
echo 'output'
?>
output #

==

It seems your segfault may be related to some other piece of software,
can you provide us with a list of all installed PECL modules:

 # pecl list

You will also want to pull an Apache core dump in hopes to narrow down
which module may be causing the fault:

   http://httpd.apache.org/dev/debugging.html

-- 
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
https://bugs.launchpad.net/bugs/783986

Title:
  php53u segmentation fault

Status in IUS Community Project:
  New

Bug description:
  I have centos 5.6 and problem with php53u e.g:

  php53u-5.3.6-1.ius.el5
  php53u-bcmath-5.3.6-1.ius.el5
  php53u-cli-5.3.6-1.ius.el5
  php53u-devel-5.3.6-1.ius.el5
  php53u-gd-5.3.6-1.ius.el5
  php53u-pdo-5.3.6-1.ius.el5
  php53u-pgsql-5.3.6-1.ius.el5
  php53u-soap-5.3.6-1.ius.el5
  php53u-common-5.3.6-1.ius.el5
  php53u-mbstring-5.3.6-1.ius.el5
  php53u-ldap-5.3.6-1.ius.el5

  
  Bellow I past a simple code wich I run from shell and I get error: segmentation fault

  <?php
  //echo '1';				
  $foo123 = new PDO('pgsql:dbname=masterupdate;host=192.168.1.217','database','');			
  ?>


Follow ups

References