[php] segmentation fault

Алекандр
Дата: 19.01.2010 11:00:42
имеем
- freebsd 7.0
- php-5.2.9
- apache22
- phpbb3
- mysql-server-5.1.22

попробовал запустить index.php от phpbb3 и получил Segmentation fault (core dumped)
php -v и php -m дают тоже самое. не могу найти причину, помогите...


Вот что стоит

# pkg_info | grep php
php5-5.2.9 PHP Scripting Language
php5-bcmath-5.2.9 The bcmath shared extension for php
php5-bz2-5.2.9 The bz2 shared extension for php
php5-calendar-5.2.9 The calendar shared extension for php
php5-ctype-5.2.9 The ctype shared extension for php
php5-curl-5.2.9 The curl shared extension for php
php5-dba-5.2.9 The dba shared extension for php
php5-dbase-5.2.9 The dbase shared extension for php
php5-dom-5.2.9 The dom shared extension for php
php5-exif-5.2.9 The exif shared extension for php
php5-extensions-1.3 A "meta-port" to install PHP extensions
php5-filter-5.2.9 The filter shared extension for php
php5-ftp-5.2.9 The ftp shared extension for php
php5-gd-5.2.9 The gd shared extension for php
php5-gettext-5.2.9 The gettext shared extension for php
php5-hash-5.2.9 The hash shared extension for php
php5-iconv-5.2.9 The iconv shared extension for php
php5-imap-5.2.9 The imap shared extension for php
php5-json-5.2.9 The json shared extension for php
php5-mbstring-5.2.9 The mbstring shared extension for php
php5-mcrypt-5.2.9 The mcrypt shared extension for php
php5-mhash-5.2.9 The mhash shared extension for php
php5-ming-5.2.9 The ming shared extension for php
php5-mysql-5.2.9 The mysql shared extension for php
php5-mysqli-5.2.9 The mysqli shared extension for php
php5-odbc-5.2.9 The odbc shared extension for php
php5-openssl-5.2.9 The openssl shared extension for php
php5-pcre-5.2.9 The pcre shared extension for php
php5-pdo-5.2.9 The pdo shared extension for php
php5-posix-5.2.9 The posix shared extension for php
php5-pspell-5.2.9 The pspell shared extension for php
php5-recode-5.2.9 The recode shared extension for php
php5-session-5.2.9 The session shared extension for php
php5-shmop-5.2.9 The shmop shared extension for php
php5-simplexml-5.2.9 The simplexml shared extension for php
php5-snmp-5.2.9 The snmp shared extension for php
php5-soap-5.2.9 The soap shared extension for php
php5-sockets-5.2.9 The sockets shared extension for php
php5-spl-5.2.9 The spl shared extension for php
php5-sqlite-5.2.9 The sqlite shared extension for php
php5-tidy-5.2.9 The tidy shared extension for php
php5-tokenizer-5.2.9 The tokenizer shared extension for php
php5-wddx-5.2.9 The wddx shared extension for php
php5-xml-5.2.9 The xml shared extension for php
php5-xmlreader-5.2.9 The xmlreader shared extension for php
php5-xmlrpc-5.2.9 The xmlrpc shared extension for php
php5-xmlwriter-5.2.9 The xmlwriter shared extension for php
php5-xsl-5.2.9 The xsl shared extension for php
php5-zip-5.2.9 The zip shared extension for php
php5-zlib-5.2.9 The zlib shared extension for php
Жирный ублюдок DBA
Дата: 19.01.2010 11:41:54
Алекандр,

Выполните команду gdb -c filename.core
и там bt
Алекандр
Дата: 19.01.2010 12:40:12
r# gdb -c php.core
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-marcel-freebsd".
Core was generated by `php'.
Program terminated with signal 11, Segmentation fault.
#0 0x28c6b016 in ?? ()
(gdb) bt
#0 0x28c6b016 in ?? ()
#1 0x298687f0 in ?? ()
#2 0xbfbfea30 in ?? ()
#3 0x28c6affb in ?? ()
#4 0x293faa4c in ?? ()
#5 0x00000000 in ?? ()
#6 0x293c6b91 in ?? ()
#7 0xbfbfea48 in ?? ()
#8 0x29300dae in ?? ()
#9 0x298687f0 in ?? ()
#10 0xbfbfea30 in ?? ()
#11 0x293faa4c in ?? ()
#12 0x286060f0 in ?? ()
#13 0x00000000 in ?? ()
#14 0x00000001 in ?? ()
#15 0x2824c419 in ?? ()
#16 0x28fa3a00 in ?? ()
#17 0x293c6b91 in ?? ()
#18 0x29300bc0 in ?? ()
#19 0x298687f0 in ?? ()
#20 0x293faa4c in ?? ()
#21 0x286060f0 in ?? ()
#22 0x00000000 in ?? ()
#23 0xbfbfea78 in ?? ()
#24 0x29302361 in ?? ()
#25 0x286060f0 in ?? ()
#26 0x293c6b91 in ?? ()
#27 0x00000000 in ?? ()
#28 0x28fa3800 in ?? ()
#29 0x00000048 in ?? ()
#30 0x000000c4 in ?? ()
#31 0x286060f0 in ?? ()
#32 0x292b85e0 in ?? ()
#33 0x00000004 in ?? ()
#34 0x00000000 in ?? ()
#35 0xbfbfea88 in ?? ()
#36 0x292b726e in ?? ()
#37 0x00000000 in ?? ()
#38 0x292b7250 in ?? ()
#39 0xbfbfeac8 in ?? ()
#40 0x0814e462 in ?? ()
#41 0x00000001 in ?? ()
#42 0x00000023 in ?? ()
#43 0x00000009 in ?? ()
#44 0xbfbfeab8 in ?? ()
#45 0x286c01ac in ?? ()
#46 0x00000000 in ?? ()
#47 0x00000009 in ?? ()
#48 0x286c00e0 in ?? ()
#49 0x286c00e0 in ?? ()
#50 0x00000033 in ?? ()
#51 0x28670080 in ?? ()
#52 0x286ab640 in ?? ()
#53 0x00000000 in ?? ()
#54 0x08262960 in ?? ()
#55 0xbfbfeae8 in ?? ()
#56 0x0815318b in ?? ()
#57 0x28670d40 in ?? ()
#58 0x00000032 in ?? ()
#59 0x00000033 in ?? ()
#60 0x0821952c in ?? ()
#61 0xbfbfed74 in ?? ()
#62 0x00000000 in ?? ()
#63 0xbfbfeb08 in ?? ()
#64 0x0814ce8e in ?? ()
#65 0x08262960 in ?? ()
#66 0x0814e390 in ?? ()
#67 0x00000000 in ?? ()
#68 0x00000000 in ?? ()
#69 0x0825f9dc in ?? ()
#70 0x0810e0a0 in ?? ()
#71 0xbfbfeb78 in ?? ()
#72 0x081088d2 in ?? ()
#73 0xbfbfeb84 in ?? ()
#74 0x00000000 in ?? ()
#75 0x00000004 in ?? ()
#76 0x00000003 in ?? ()
#77 0x00000000 in ?? ()
#78 0x00000000 in ?? ()
#79 0xbfbfeb58 in ?? ()
#80 0x08262a14 in ?? ()
#81 0x28606080 in ?? ()
#82 0x08109620 in ?? ()
#83 0x08108090 in ?? ()
#84 0x081076a0 in ?? ()
#85 0x081078e0 in ?? ()
#86 0x081091a0 in ?? ()
#87 0x00000000 in ?? ()
#88 0x00000000 in ?? ()
#89 0x08107890 in ?? ()
#90 0x081156d0 in ?? ()
#91 0x081073a0 in ?? ()
---Type <return> to continue, or q <return> to quit---
#92 0x08108010 in ?? ()
#93 0x0810b6d0 in ?? ()
#94 0x0810f270 in ?? ()
#95 0x082252ed in ?? ()
#96 0xbfbfed68 in ?? ()
#97 0x00000001 in ?? ()
#98 0x00000002 in ?? ()
#99 0xbfbfeb98 in ?? ()
#100 0x081c3eb1 in ?? ()
#101 0x0825e1a0 in ?? ()
#102 0x00000000 in ?? ()
#103 0x00000000 in ?? ()
#104 0x00000002 in ?? ()
#105 0xbfbfed74 in ?? ()
#106 0x00000000 in ?? ()
#107 0xbfbfed28 in ?? ()
#108 0x081c45e1 in ?? ()
#109 0x0825e1a0 in ?? ()
#110 0xbfbfed68 in ?? ()
#111 0x0824a000 in ?? ()
#112 0x082601e0 in ?? ()
#113 0x0825e180 in ?? ()
#114 0x00000000 in ?? ()
и т.д..

не понимаю чем это можжет помочь
Sergey Orlov
Дата: 19.01.2010 15:14:23
Может просто переустановить php, make reinstall, если стоит portupgrade, то запустить его portupgrade -afrR, он установит/переустановит все, что стоит в вашей системе и что было некорретно снесено, лично я думаю, что был удален библиотека/пакет, от которого зависит php и его модули...