Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jun 2022 23:23:44 -0500
From:      Greg Balfour <greg.bal4@gmail.com>
To:        Dimitry Andric <dim@freebsd.org>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Issue with php81-extensions and aslr
Message-ID:  <CAOYYArK5TxYGGpRCzaNZOiCL%2B=wA=Q9cfCuCte=QSXQqZrm87w@mail.gmail.com>
In-Reply-To: <D90157D1-BFAE-48F7-8C8A-71751B064A49@FreeBSD.org>
References:  <CAOYYArLsXzzcBP%2BtqzExXJw5YRZbRj-pYeH=U7f3DR449g1DkA@mail.gmail.com> <D90157D1-BFAE-48F7-8C8A-71751B064A49@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jun 15, 2022 at 1:22 PM Dimitry Andric <dim@freebsd.org> wrote:
>
> On 5 Jun 2022, at 17:08, Greg Balfour <greg.bal4@gmail.com> wrote:
> >
> > Running 13.1-RELEASE with everything installed from packages and aslr
> > enabled, apache24 will core dump on a graceful restart after installing
> > php81-extensions.
> >
> > Start with apache24, php81 and mod_php81 installed
> > /usr/local/etc/rc.d/apache24 start
> > apache is running
> > /usr/local/etc/rc.d/apache24 graceful
> > apache is still running
> >
> > Then install php81-extensions:
> >
> > /usr/local/etc/rc.d/apache24 stop
> > pkg install php81-extensions
> > /usr/local/etc/rc.d/apache24 start
> > apache is running
> > /usr/local/etc/rc.d/apache24 graceful
> > kernel: pid 2122 (httpd), jid 0, uid 0: exited on signal 11 (core dumped)
>
> Since php81-extensions is a meta-port which installs quite a lot of extensions, can you attempt to narrow it down to one of the following?
>
> php81-ctype-8.1.7
> php81-dom-8.1.7
> php81-filter-8.1.7
> php81-iconv-8.1.7
> php81-opcache-8.1.7
> php81-pdo-8.1.7
> php81-pdo_sqlite-8.1.7
> php81-phar-8.1.7
> php81-posix-8.1.7
> php81-session-8.1.7
> php81-simplexml-8.1.7
> php81-sqlite3-8.1.7
> php81-tokenizer-8.1.7
> php81-xml-8.1.7
> php81-xmlreader-8.1.7
> php81-xmlwriter-8.1.7
>
> -Dimitry

I tried each one individually andi it's only php81-opcache-8.1.7 that
causes the problem.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOYYArK5TxYGGpRCzaNZOiCL%2B=wA=Q9cfCuCte=QSXQqZrm87w>