|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2007-11-22 11:57 UTC] trot at plotinka dot ru
Description: ------------ untraceable "Fatal error: pcntl_fork(): Error 35" P.S.: CLI mode. Reproduce code: --------------- $pid = pcntl_fork(); Expected result: ---------------- $pid == -1; // true Actual result: -------------- Fatal error: pcntl_fork(): Error 35 in ... PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 09:00:02 2025 UTC |
ext/pcntl/pcntl.c line 227 delete: if (id == -1) { php_error_docref(NULL TSRMLS_CC, E_ERROR, "Error %d", errno); }