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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to