From e0c4c26d652cfe028ac0880d98670e50cf667dab Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 22 Dec 2022 15:34:36 -0400 Subject: [PATCH] analysis --- ...1_d4c417df9a8e6c13c06ccfc21853de02._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/bugs/some_test__40__s__63____41___regularly_fail_starting_recently/comment_1_d4c417df9a8e6c13c06ccfc21853de02._comment diff --git a/doc/bugs/some_test__40__s__63____41___regularly_fail_starting_recently/comment_1_d4c417df9a8e6c13c06ccfc21853de02._comment b/doc/bugs/some_test__40__s__63____41___regularly_fail_starting_recently/comment_1_d4c417df9a8e6c13c06ccfc21853de02._comment new file mode 100644 index 0000000000..dbea53a3b1 --- /dev/null +++ b/doc/bugs/some_test__40__s__63____41___regularly_fail_starting_recently/comment_1_d4c417df9a8e6c13c06ccfc21853de02._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2022-12-22T19:20:12Z" + content=""" +`ExitFailure (-6)` says something went badly wrong. That is not a specific +test failing, it's an entire test runner crashing. Apparently with SIGABRT, +so something found a reason to `abort()`. git-annex does not do that, +probably it was glibc that did. + +Looking in the log... + + 2022-12-08T03:13:27.8289753Z libgcc_s.so.1 must be installed for pthread_cancel to work + +Oho! Same as [[bugs/standalone_needs_more_depends_-_libgcc-s1__63__]] +then it seems. I've fixed that earlier today, so try with an updated +standalone build. +"""]]