Core dump Track information is not available at this moment

Please fill out the following information to help in answering your question, and also see tips for posting code snippets

Geant4 Version: v11.1.2
_Operating System:_linux
Compiler/Version:
CMake Version:

dear experts,
I am just a beginner level in Geant4 so I faced a problem when i try to same example in a video on youtube. Although everything had already been same in the video, core dump error occured. The output is following;

cancan@cancan:~/sim/build$ ./sim


Geant4 version Name: geant4-11-01-patch-02 (15-June-2023)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
: NIM A 835 (2016), 186-225
WWW : http://geant4.org/


-------- EEEE ------- G4Exception-START -------- EEEE -------
*** G4Exception : mat215
issued by : G4MaterialPropertiesTable::AddProperty()
Energies in material property table must be in increasing order. Key: RINDEX Energy: 1.3776e-06
*** Fatal Exception *** core dump ***
**** Track information is not available at this moment
**** Step information is not available at this moment

-------- EEEE -------- G4Exception-END --------- EEEE -------

*** G4Exception: Aborting execution ***
Aborted (core dumped)
cancan@cancan:~/sim/build$ source geant4.sh
cancan@cancan:~/sim/build$ ./sim


Geant4 version Name: geant4-11-01-patch-02 (15-June-2023)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
: NIM A 835 (2016), 186-225
WWW : http://geant4.org/


-------- EEEE ------- G4Exception-START -------- EEEE -------
*** G4Exception : mat215
issued by : G4MaterialPropertiesTable::AddProperty()
Energies in material property table must be in increasing order. Key: RINDEX Energy: 1.3776e-06
*** Fatal Exception *** core dump ***
**** Track information is not available at this moment
**** Step information is not available at this moment

-------- EEEE -------- G4Exception-END --------- EEEE -------

*** G4Exception: Aborting execution ***
Aborted (core dumped)

Could anybody help me?

It is just like the error says: the energies in your AddProperty() call are not in increasing order.

You need to find in your code where the energy array for setting your RINDEX is and sort your energies in increasing order

1 Like

It was so easy :scream: Thank you for solution :upside_down_face:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.