Skip to content

Assertion `size >= page_size + 1 * page_size' failed. #10249

Closed
@Changochen

Description

@Changochen

Description

The following code:

<?php
$callback = function () {};
ini_set("fiber.stack_size", "");
$fiber = new Fiber($callback);
$fiber->start();

Resulted in this output:

php_asan/Zend/zend_fibers.c:205: zend_fiber_stack *zend_fiber_stack_allocate(size_t): Assertion `size >= page_size + 1 * page_size' failed.

git commit: 84af629

Build config:

./configure --disable-all --enable-address-sanitizer --disable-phpdbg --disable-cgi --with-pic --enable-debug-assertions
make -j

PHP Version

PHP 8.3.0-dev

Operating System

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions