From 28029d6668308e33c76d9419f860c32a09078d22 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Tue, 18 Jun 2024 13:57:23 +0000 Subject: [PATCH] original report / question --- ...d_dies_of_signal_11_some_times_on_OSX.mdwn | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 doc/bugs/git_annex_find_dies_of_signal_11_some_times_on_OSX.mdwn diff --git a/doc/bugs/git_annex_find_dies_of_signal_11_some_times_on_OSX.mdwn b/doc/bugs/git_annex_find_dies_of_signal_11_some_times_on_OSX.mdwn new file mode 100644 index 0000000000..bb2e8d22f5 --- /dev/null +++ b/doc/bugs/git_annex_find_dies_of_signal_11_some_times_on_OSX.mdwn @@ -0,0 +1,25 @@ +### Please describe the problem. + +Very rarely we get a unittest to error out with smth like + +``` +2024-06-18T03:18:50.5586670Z E datalad.runner.exception.CommandError: CommandError: 'git -c diff.ignoreSubmodules=none -c core.quotepath=false annex find --anything --include '*' --json --json-error-messages -c annex.dotfiles=true' failed with exitcode 139 under /private/var/folders/b3/2xm02wpd21qgrpkck5q1c6k40000gn/T/datalad_temp_test_path_diff49gfi408 [info keys: stdout_json] [err: 'error: git-annex died of signal 11'] +2024-06-18T03:18:50.5588210Z +2024-06-18T03:18:50.5588730Z /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/datalad/runner/runner.py:242: CommandError +``` + +unfortunately no more information is captured. I just wanted to seek ideas on what could lead to exit with 11 and may be what data to collect. + +original report: [datalad/issues/7490](https://github.com/datalad/datalad/issues/7490) + +### What steps will reproduce the problem? + +not sure yet how feasible would be to reproduce since happens really rarely + +### What version of git-annex are you using? On what operating system? + +OSX. Last time - from brew git-annex--10.20240531.arm64_sonoma.bottle.tar.gz + + +[[!meta author=yoh]] +[[!tag projects/repronim]]