Thermal Neutrons : zsh.killed

Please fill out the following information to help in answering your question, and also see tips for posting code snippets. If you don’t provide this information it will take more time to help with your problem!

_Geant4 Version:_11.0.2
_Operating System:_MacOS

@khadijach2
I assume two possible sources of error since the message is ‘killed’.

  1. Check the definitions of ntuples for data storage,
  2. memory leakage by any of the return pointer.

You can use gdb to identify problem.

VRS

I guess that gdb doesn’t work in MacOs
And i check the two suggestions, but it seems correct

On MacOS, your debugger is named lldb. It works mostly like gdb, but there are some differences.

after lldb :