← Back to team overview

kaliveda-dev team mailing list archive

[Bug 729250] [NEW] Segmentation fault en batch au debut de la lecture des evenements

 

Public bug reported:

KaliVedaversion 1.8.0  root 5.28 au CC
J'ai une classe d'analyse de  runs de la 5e campagne (regénérés avec KV1.8)
 que j'ai testée en interactif, elle tourne correctement;
J'ai lancé 4 runs en batch parallèle, les 4 restent "running" ad vitam aeternam, mais se sont en fait
 plantés sur un "segmentation violation" au moment d'attaquer la lecture des événements 

...
:--> Setting Identification Grids
 ***** REACTION    136Xe  +  112Sn --->   136Xe  +  112Sn    ******
  E.LAB = 4352 MEV     QGG = -1.42109e-14 MEV
  E.EXC = 0 MEV ==> Q-REACTION = -1.42109e-14 MEV
 AVAILABLE ENERGY IN C.M. : ECM = 1956.94 MEV  (7.8909 MEV/A)
 PROJECTILE VELOCITY IN LAB 7.66462 CM/NS  ( 0.255664 * C )
 VELOCITY OF C.M.           4.26754 CM/NS
 ENERGY - VELOCITY OF NUCLEUS 1 IN CM : 884.496 MEV  3.52538 CM/NS   (K=1.21052)
 ENERGY - VELOCITY OF NUCLEUS 2 IN CM : 1072.45 MEV  4.26754 CM/NS   (K=1)
 ENERGY - VELOCITY OF NUCLEUS 3 IN CM : 884.496 MEV  3.52538 CM/NS   (K=1.21052)
 ENERGY - VELOCITY OF NUCLEUS 4 IN CM : 1072.45 MEV  4.26754 CM/NS   (K=1)
 MAXIMUM SCATTERING ANGLE IN LABORATORY
        THETA #3#   55.4257 DEG.
        THETA #4#   90 DEG.
 GRAZING ANGLE IN LABORATORY : PROJECTILE 3.97623 DEG.
 GRAZING ANGLE IN LABORATORY : TARGET     85.5968 DEG.

 *** Break *** segmentation violation
Run    7395  
------------------------------ 
etc ..


The lines below might hint at the cause of the crash.
If they do not help you then please submit a bug report at
http://root.cern.ch/bugs. Please post the ENTIRE stack trace
from above as an attachment in addition to anything else
that might help us fixing this issue.
===========================================================
#6  0x00002ab0ce81e8e0 in TestCamp5::Analysis() ()
   from /scratch/rivet44814.ccwl0139/tmp/./TestCamp5_cpp.so
#7  0x00002ab0ce02d58a in KVSelector::Process (this=0x153cb010, entry=583)
    at analysis/KVSelector.cpp:366
#8  0x00002ab0ce4d625f in TTreePlayer::Process(TSelector*, char const*, long long, long long) ()
   from /afs/in2p3.fr/throng/indra/.root-5.28.00_gcc-4.1.2_x86_64/lib/libTreePlayer.so
#9  0x00002ab0ce4d58cb in TTreePlayer::Process(char const*, char const*, long long, long long) ()
   from /afs/in2p3.fr/throng/indra/.root-5.28.00_gcc-4.1.2_x86_64/lib/libTreePlayer.so
#10 0x00002ab0ce0286d8 in KVINDRAReconDataAnalyser::SubmitTask (
    this=0x14ee4b10) at analysis/KVINDRAReconDataAnalyser.cpp:115
#11 0x00002ab0ca46e282 in KVDataAnalyser::Run (this=0x14ee4b10)
    at analysis/KVDataAnalyser.cpp:257
#12 0x00002ab0ca471211 in KVDataAnalyser::SubmitTask (this=0xd2c8150)
    at analysis/KVDataAnalyser.cpp:1328
#13 0x00002ab0ca46e282 in KVDataAnalyser::Run (this=0xd2c8150)
    at analysis/KVDataAnalyser.cpp:257
#14 0x0000000000401d5f in main (argc=1, argv=0x7fffe699cb58)
    at KaliVedaAnalysis.cpp:48
===========================================================

** Affects: kaliveda
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of KaliVeda
Development Team, which is subscribed to KaliVeda.
https://bugs.launchpad.net/bugs/729250

Title:
  Segmentation fault en batch au debut de la lecture des evenements

Status in KaliVeda data analysis framework:
  New

Bug description:
  KaliVedaversion 1.8.0  root 5.28 au CC
  J'ai une classe d'analyse de  runs de la 5e campagne (regénérés avec KV1.8)
   que j'ai testée en interactif, elle tourne correctement;
  J'ai lancé 4 runs en batch parallèle, les 4 restent "running" ad vitam aeternam, mais se sont en fait
   plantés sur un "segmentation violation" au moment d'attaquer la lecture des événements 

  ...
  :--> Setting Identification Grids
   ***** REACTION    136Xe  +  112Sn --->   136Xe  +  112Sn    ******
    E.LAB = 4352 MEV     QGG = -1.42109e-14 MEV
    E.EXC = 0 MEV ==> Q-REACTION = -1.42109e-14 MEV
   AVAILABLE ENERGY IN C.M. : ECM = 1956.94 MEV  (7.8909 MEV/A)
   PROJECTILE VELOCITY IN LAB 7.66462 CM/NS  ( 0.255664 * C )
   VELOCITY OF C.M.           4.26754 CM/NS
   ENERGY - VELOCITY OF NUCLEUS 1 IN CM : 884.496 MEV  3.52538 CM/NS   (K=1.21052)
   ENERGY - VELOCITY OF NUCLEUS 2 IN CM : 1072.45 MEV  4.26754 CM/NS   (K=1)
   ENERGY - VELOCITY OF NUCLEUS 3 IN CM : 884.496 MEV  3.52538 CM/NS   (K=1.21052)
   ENERGY - VELOCITY OF NUCLEUS 4 IN CM : 1072.45 MEV  4.26754 CM/NS   (K=1)
   MAXIMUM SCATTERING ANGLE IN LABORATORY
          THETA #3#   55.4257 DEG.
          THETA #4#   90 DEG.
   GRAZING ANGLE IN LABORATORY : PROJECTILE 3.97623 DEG.
   GRAZING ANGLE IN LABORATORY : TARGET     85.5968 DEG.

   *** Break *** segmentation violation
  Run    7395  
  ------------------------------ 
  etc ..

  
  The lines below might hint at the cause of the crash.
  If they do not help you then please submit a bug report at
  http://root.cern.ch/bugs. Please post the ENTIRE stack trace
  from above as an attachment in addition to anything else
  that might help us fixing this issue.
  ===========================================================
  #6  0x00002ab0ce81e8e0 in TestCamp5::Analysis() ()
     from /scratch/rivet44814.ccwl0139/tmp/./TestCamp5_cpp.so
  #7  0x00002ab0ce02d58a in KVSelector::Process (this=0x153cb010, entry=583)
      at analysis/KVSelector.cpp:366
  #8  0x00002ab0ce4d625f in TTreePlayer::Process(TSelector*, char const*, long long, long long) ()
     from /afs/in2p3.fr/throng/indra/.root-5.28.00_gcc-4.1.2_x86_64/lib/libTreePlayer.so
  #9  0x00002ab0ce4d58cb in TTreePlayer::Process(char const*, char const*, long long, long long) ()
     from /afs/in2p3.fr/throng/indra/.root-5.28.00_gcc-4.1.2_x86_64/lib/libTreePlayer.so
  #10 0x00002ab0ce0286d8 in KVINDRAReconDataAnalyser::SubmitTask (
      this=0x14ee4b10) at analysis/KVINDRAReconDataAnalyser.cpp:115
  #11 0x00002ab0ca46e282 in KVDataAnalyser::Run (this=0x14ee4b10)
      at analysis/KVDataAnalyser.cpp:257
  #12 0x00002ab0ca471211 in KVDataAnalyser::SubmitTask (this=0xd2c8150)
      at analysis/KVDataAnalyser.cpp:1328
  #13 0x00002ab0ca46e282 in KVDataAnalyser::Run (this=0xd2c8150)
      at analysis/KVDataAnalyser.cpp:257
  #14 0x0000000000401d5f in main (argc=1, argv=0x7fffe699cb58)
      at KaliVedaAnalysis.cpp:48
  ===========================================================



Follow ups

References