|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2019-09-03 05:49 UTC] jose dot r dot r at metztli dot com
Description: ------------ ... TEST 4362/14581 [ext/dba/tests/dba_handlers.phpt]^MPASS DBA Handler Test [ext/dba/tests/dba_handlers.phpt] TEST 4363/14581 [ext/dba/tests/dba_inifile.phpt]^MPASS DBA INIFILE handler test [ext/dba/tests/dba_inifile.phpt] TEST 4364/14581 [ext/dba/tests/dba_lmdb.phpt]^Msemop(1): encountered an error: Invalid argument make: *** [debian/rules:284: binary] Terminated [1] semop(1): encountered an error: Invalid argument (Build comes to a halt) [1] line 284: dh $@ $(DH_SYSTEMD) --with apache2 $(PARALLEL) Expected result: ---------------- Build should proceed. Actual result: -------------- Build halts completely. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 11:00:01 2025 UTC |
This is obviously not a compile failure (otherwise the tests would not be executed), so reclassifying as dba issue. While I cannot reproduce the reported error message, the test yields the following output for me on Debian (WSL): database handler: lmdb Warning: dba_insert(key2,Content String 2): MDB_CORRUPTED: Located page was wrong type in %s on line 8 Warning: dba_insert(key3,Third Content String): MDB_CORRUPTED: Located page was wrong type in %s on line 9 Warning: dba_insert(key4,Another Content String): MDB_CORRUPTED: Located page was wrong type in %s on line 10 Warning: dba_insert(key5,The last content string): MDB_CORRUPTED: Located page was wrong type in %s on line 11 Warning: dba_delete(key3): MDB_CORRUPTED: Located page was wrong type in %s on line 13 ** ERROR: process timed out ** So there is obviously something wrong. On Windows the test passes, though.