PIFR testing-1 php - l segfaults

Bug #498015 reported by Josh Koenig
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
PANTHEON Mercury
New
Undecided
Unassigned

Bug Description

On the current PIFR testing image, trying to launch a php file with the following code segfaults randomly:

<?php
exec('php -l -f ./foo.php 2>&1', $output, $code);
echo "$code\n";
?>

where foo.php contains:

<?php
echo "bar";
?>

Tags: pifr
Revision history for this message
Josh Koenig (joshkoenig) wrote :

Feels like a 64-bit bug. We should consider upgrading to php 5.3

Revision history for this message
Karoly Negyesi (karoly) wrote :

Just update to 5.2.11

Add

deb http://packages.dotdeb.org stable all

to /etc/apt/sources.conf

And then apt-get install libapache2-mod-php5 php5-cgi php5-cli php5-common php5-curl php5-gd php5-mysql php-pear php5 php5-dev

Note. I am not sure whether this is just our instance or Mercury but you want to run apt-get remove.

Revision history for this message
Morbus Iff (morbusiff) wrote :

I can confirm, prior to our changes, that there are unused packages, so consider that a firm vote for apt-get remove.

Revision history for this message
Jimmy Berry (boombatower) wrote :

With the dotdeb packages there is one test failure that we should look into:
Lock extended by this request. Lock lock.test 28 LockFunctionalTest->testLockAcquire()

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.