Opened 13 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)
Change History (3)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | php php5 segfault removed |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Summary: | php 5.3.10 segfaults → php5 5.3.10 segfaults |
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
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.
Please attach the crash log.