Modify ↓
Opened 7 years ago
Last modified 7 years ago
#382 new defect
seg fault in Rivet finish routine
Reported by: | Steffen Schumann | Owned by: | silvan |
---|---|---|---|
Priority: | major | Milestone: | rel-2.3.0 |
Component: | Hadron Decays | Version: | 2.2.4 |
Keywords: | Rivet | Cc: |
Description
With the current release and the latest Rivet, using C++11 throughout, the Rivet_Interface::Finish() routine seg faults. In particular the line
#ifdef USINGRIVETSETSOW
it->second->setSumOfWeights(mit->second->SumOfWeights());
#endif
leads to the crash. This happens for various analyses and setups.
Any help welcome.
Steffen
Attachments (0)
Note: See
TracTickets for help on using
tickets.
I believe Silvan said the other day that he would be looking into this, thus assigning to him.