Skip to content

Assertion failure in Zend/zend_builtin_functions.c:1893 #16230

Closed
@YuanchengJiang

Description

@YuanchengJiang

Description

The following code:

<?php
$test = new _ZendTestFiber(function (): void {
$fiber->start();
});
var_dump($test->start());

Resulted in this output:

/php-src/Zend/zend_builtin_functions.c:1893: void zend_fetch_debug_backtrace(zval *, int, int, int): Assertion `call->func' failed.
Aborted (core dumped)

Not sure if it can be triggered in other ways without testclass.

PHP Version

PHP 8.4.0-dev

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