Opened 12 years ago

Closed 12 years ago

#34092 closed defect (duplicate)

php5 5.3.10 segfaults

Reported by: david.rekowski@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.0.4
Keywords: Cc:
Port: php5

Description

Since updating the php5 port two days ago, I get a "Segmentation fault: 11" error whenever I call php from the command line, not even calling any script.

Attachments (1)

php_2012-04-17-204325.crash (13.1 KB) - added by david.rekowski@… 12 years ago.
Crash Log

Download all attachments as: .zip

Change History (3)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: php php5 segfault removed
Owner: changed from macports-tickets@… to ryandesign@…
Summary: php 5.3.10 segfaultsphp5 5.3.10 segfaults

Please attach the crash log.

Changed 12 years ago by david.rekowski@…

Attachment: php_2012-04-17-204325.crash added

Crash Log

comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: duplicate
Status: newclosed

The log shows the crash is in the oracle module, and that you're on Lion running x86_64. The oracle module doesn't work on Lion under x86_64; you'll have to run under i386 instead, i.e.:

arch -i386 php myscript.php

Duplicate of #31521.

Note: See TracTickets for help on using tickets.