Skip to content

Segmentation fault in Zend/zend_vm_execute.h:3998 #16768

@YuanchengJiang

Description

@YuanchengJiang

Description

The following code:

<?php
require_once "tester.inc";
$cfg = <<<EOT
EOT;
$code = <<<EOT
EOT;
$tester = new FPM\Tester($cfg, $code);

Resulted in this output:

Zend/zend_vm_execute.h:3998:8: runtime error: load of misaligned address 0x7f4983550a7f for type 'void *', which requires 8 byte alignment

To reproduce:

-d "opcache.jit_hot_func=1" -d "zend_extension=/php-src/modules/opcache.so" -d "opcache.enable_cli=1" -d "opcache.jit=1231"

Related to #15981 but a different crashsite.

PHP Version

nightly

Operating System

ubuntu 22.04

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions