Date: Tue, 11 Feb 2020 15:38:59 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 244049] php 7.3.14 crashes under ASLR enabled, on FreeBSD 12.1 Message-ID: <bug-244049-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244049 Bug ID: 244049 Summary: php 7.3.14 crashes under ASLR enabled, on FreeBSD 12.1 Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Keywords: crash Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: ozgur@kazancci.com CC: bugs@FreeBSD.org Created attachment 211564 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=211564&action=edit truss trace dump of the command When I execute: /usr/local/bin/php -q /var/www/mysite/whmcs/crons/cron.php, PHP crashes giving: Segmentation Fault (Core Dumped) However, under /etc/sysctl.conf when I remove/disable the following lines related to ASLR (they were activated/added by me): kern.elf64.aslr.pie_enable=1 kern.elf64.aslr.honor_sbrk=0 kern.elf64.aslr.enable=1 kern.elf32.aslr.pie_enable=1 kern.elf32.aslr.honor_sbrk=0 kern.elf32.aslr.enable=1 PHP executes the cron.php script fine without crashing. OS: FreeBSD 12.1, latest stable branch. PHP version: 7.3.14 Thank you, Regards. -- You are receiving this mail because: You are on the CC list for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244049-227>
