Thank you for your bug report.

I could indeed reproduce the problem here by following your instructions
from the upstream bug.  For those coming after me:

$ lxc launch ubuntu-daily:impish php-bug1964687
$ lxc shell php-bug1964687
# apt update && apt install -y php
# cat > 1.php << EOF
<?php

echo "before<br>";
include "obfuscated.php";
echo "after<br>";

?>
EOF
# (grab the contents of https://3v4l.org/EUeM7 and put them into a file named 
obfuscated.php)
# sed -i -e 's@^;opcache\.enable=.*@opcache.enable=1@' -e 
's@^;opcache\.enable_cli=.*@opcache.enable_cli=1@' /etc/php/8.0/cli/php.ini


Unfortunately, this seems to me like a low priority bug, especially considering 
that we're nearing Impish's EOL (which will happen in June).  Unless you can 
point us to an upstream patch that fixes this issue, I find it unlikely that a 
member of our team will have the time to investigate this issue soon.  If you 
are interested and have the time, we certainly encourage bug reporters and 
community members to drive the process of SRU'ing a fix in this case.  Let us 
know if you would like to do that.

Thanks.

** Changed in: php-defaults (Ubuntu)
       Status: New => Triaged

** Changed in: php-defaults (Ubuntu)
   Importance: Undecided => Low

** Also affects: php-defaults (Ubuntu Impish)
   Importance: Undecided
       Status: New

** Changed in: php-defaults (Ubuntu Impish)
       Status: New => Triaged

** Changed in: php-defaults (Ubuntu Impish)
   Importance: Undecided => Low

** Changed in: php-defaults (Ubuntu)
       Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1964687

Title:
  opcache crashes on Ubuntu 21.10 - php 8.0.8 (segfault) both within
  apache2 and cli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-defaults/+bug/1964687/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to