chuan-yun / Molten

php probe for zipkin and opentracing
Apache License 2.0
793 stars 160 forks source link

php7.2 安装 Molten 出现 Segmentation fault #122

Closed wujunze closed 5 years ago

wujunze commented 5 years ago

你好 php7.2 安装 Molten 出现 Segmentation fault

PHP版本:

PHP 7.2.14 (cli) (built: Jan  8 2019 14:05:15) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
    with Zend OPcache v7.2.14, Copyright (c) 1999-2018, by Zend Technologies

PHP扩展:

[PHP Modules]
amqp
apcu
bcmath
bz2
calendar
Core
ctype
curl
date
dom
exif
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
igbinary
imagick
imap
intl
json
libxml
mbstring
mcrypt
molten
mongodb
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_pgsql
pdo_sqlite
pgsql
Phar
posix
readline
redis
Reflection
session
shmop
SimpleXML
soap
sockets
SPL
sqlite3
standard
sysvmsg
sysvsem
sysvshm
tokenizer
wddx
xml
xmlreader
xmlrpc
xmlwriter
xsl
Zend OPcache
zip
zlib

[Zend Modules]
Zend OPcache

Molten 会跟某个 PHP扩展有冲突吗?

奇怪的是 我在另外一台机器上 php7.2 安装 Molten 运行正常的
帮忙看看谢谢

php-cpm commented 5 years ago

把不正常的以及正常运行的 php 的版本信息和 phpinfo 贴一下,可以一起来分析。

wujunze commented 5 years ago

上面的php 信息就是 有异常的
经过群友的帮助 找到原因了 是opcache 影响的 禁用就可以了

zshbsm commented 5 years ago

@wujunze 兄弟哪里有交流群 来个群号学习一下

haozi4263 commented 5 years ago

@wujunze 我也遇到这个问题了,禁用opcache就好了

wujunze commented 5 years ago

OK Thanks

haozi4263 commented 5 years ago

@wujunze 不过线上环境不能禁用opcache,相当于只能测试玩了