-
Notifications
You must be signed in to change notification settings - Fork 23
Segmentation faults with 7.0.7-1~dotdeb+8.1 #144
Comments
Could you please try to download and install libpcre3 from this archive (pcre3-8.38.zip)? It contains a backport of libpcre3 from Stretch to Jessie that could potentially solve your issue (see #124). Could you please test it and let me know if it solves your issue? |
I tried, unfortunately the same segfault still happens :( |
@gplessis is it possible to rebuild latest igbinary? Guess the issue was fixed, check igbinary/igbinary#58 |
My latest actions were :
Could you please re-test and let me know if your issue has been fixed? If not, please provide a backtrace. |
Any feedback? |
New version of php-igbinary might've introduced other problems? See #152 |
sorry for the late reply, for me the issue is fixed, i cannot currently reproduce it |
Did you do anything specific to resolve it @smelchior ? Because I experience an segmentation fault in a cli script as well, with PHP 7.1. |
With the version with the pcre backport, it worked. We switched to the https://deb.sury.org/ packages for 7.1 by now. |
Hi,
we are getting Segmentation fault (11) using PHP 7.0.7-1~dotdeb+8.1 (cli).
What is your distribution? Debian 8 (8.4 Jessie)
What is your architecture? amd64
Which exact PHP version are you using? 7.0.7-1~dotdeb+8.1
Which SAPI are you using? cli
What’s the full content of your /etc/apt/sources.list and /etc/apt/sources.list.d files?
What is the result of dpkg -l 'php*' | grep '^.i' ?
Please provide a textual description of the bug (don’t hesitate to provide some code, the expected result…).
reproducible segfaults upon executing a special cli script based on symfony 3
Please provide a backtrace, after installing php5-dbg.
Any idea what is causing this? The same happens in 7.0.9 but there are no debug symbols available for that version so we downgraded to create this report.
The text was updated successfully, but these errors were encountered: