← Back to team overview

kaliveda-dev team mailing list archive

[Bug 1469231] Re: segmentation violation lorsque l'on met une ChIo dans le fichier OoODetector.dat

 

J'ai une autre "segmentation violation" qui semble être liée également à cette méthode KVDetector::SetDetecting(Bool_t)
que j'obtiens lorsque:

1) je met dans mon fichier $KVROOT/KVFiles/INDRA_e494s/OoODetectors.dat:

SI_0807: 80-532

2) je lance ensuite ( pour la dataset de e494s ):
 
gDataSet->BuildMultiDetector();
gMultiDetArray->SetParameters(532);
gIDGridManager->GetGrids()->ls();

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

Title:
  segmentation violation lorsque l'on met une ChIo dans le fichier
  OoODetector.dat

Status in KaliVeda data analysis framework:
  New
Status in KaliVeda 1.10 series:
  New

Bug description:
  lorsque l'on met chio (e.g CI_1202) dans le fichier OoODetectors.dat et que l'on appelle la methode 
  gMultiDetArray->SetParameters(527)
  il y a une "segmentation violation".

  Le problème intervient lorsque l'on change deux fois le status
  fIsDetecting d'une KVChIo, ex:

  root [3] chio = gIndra->GetDetector("CI_0401")
  root [4] chio->SetDetecting(kFALSE)
  root [5] chio->SetDetecting(kTRUE)

  Lorsque la méthode gMultiDetArray->SetParameters(527) est appellée,
  KVDetector::SetDetecting est également appelée deux fois: une première
  fois dans KVINDRAUpDater::CheckStatusOfDetectors puis dans
  KVINDRAUpDater::SetChIoPressures

To manage notifications about this bug go to:
https://bugs.launchpad.net/kaliveda/+bug/1469231/+subscriptions


References