Hi, The following tests fail for Debian perl 5.20.0-4 according to the buildd log file: t/io/socket ................................................... FAILED at test 11 Thread creation failed: pthread_create returned 1073741859 at (eval 1470) line 3. Thread creation failed: pthread_create returned 1073741859 at (eval 1473) line 3. t/re/regexp_qr_embed_thr ...................................... FAILED at test 258
Running the t/io/socket test manually reveals: ok 1 - close the socket ok 2 - make a tcp socket ok 3 - bind works ok 4 - getsockname() on bound socket # port 41258 ok 5 - listen() works ok 6 - make accept tcp socket ok 7 - accept() works ok 8 - close server socket in child ok 9 - make child tcp socket ok 10 - connect() works not ok 11 - peer from recv() should be empty or the remote name ok 12 - check we received the data ok 13 - shutdown() works 1..13 So something is fishy with recv() as implemented. The t/re/regexp_qr_embed_thr return code 1073741859 is #define EAGAIN _HURD_ERRNO (35)/* Resource temporarily unavailable */ Any ideas how to track down this problem further? Furthermore the following two large file system tests fail when building manually: (on the buildd they are skipped. How come, is that image not compiled with -D_FILE_OFFSET_BITS=64?): t/op/lfs.t not ok 17 # Failed test 17 - at op/lfs.t line 229 # got "big" # expected "\000\000\000" and ../ext/Fcntl/t/syslfs.t ........................................... 1/? # Failed test at t/syslfs.t line 230. # got: 'big' # expected: '' # Looks like you failed 1 test of 17. ../ext/Fcntl/t/syslfs.t ........................................... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/17 subtests I can submit bugs with patches to skip these two tests, OK? Additionally the stack test is skipped: dist/threads/t/stack .......................................... skipped This test now succeeds, since varying stack sizes are supported. I've sent an update to bug #650175 to remove the patch for that test.