#120 closed defect (fixed)
SM+Zprime Model crashes
Reported by: | Generic User (don't modify these fields) | Owned by: | support@sherpa-mc.de |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Unknown | Version: | 1.2.3 |
Keywords: | Cc: | krmann@mit.edu |
Description
Installed 1.2.3 and followed the instructions in Section 9 of the manual to install the AddOns/ExampleModel. I get the following error
$ ../../bin/Sherpa
Initialize the Standard Model plus dummy Zprime from / Run.dat|(model){|}(model)
Exception_Handler::SignalHandler: Signal (11) caught. Exception_Handler::GenerateStackTrace(..): Generating stack trace {
0x2accacf8a29e in 'std::_Rb_tree<std::string, std::pair<std::string const, double>, std::_Select1st<std::pair<std::string const, double> >, std::less<std::string>, std::allocator<std::pair<std::string const, double> > >::insert_unique(std::pair<std::string const, double> const&)' (stl_tree.h:466) 0x2accb3da24d8 in 'MODEL::SM_Zprime::FillSpectrum()' (basic_string.h:283) 0x2accb3da309d in 'MODEL::SM_Zprime::SM_Zprime(std::string, std::string, bool)' (SM_Zprime.C:36) 0x2accb3da3393 in 'SM_Zprime_Getter::operator()(MODEL::Model_Arguments const&) const' (basic_string.h:283) 0x2accaaeaf405 in 'SHERPA::Initialization_Handler::InitializeTheModel()' (Initialization_Handler.C:489) 0x2accaaeb02ad in 'SHERPA::Initialization_Handler::InitializeTheFramework(int)' (Initialization_Handler.C:363) 0x2acca6a57c77 in 'SHERPA::Sherpa::InitializeTheRun(int, char)' (Sherpa.C:91) 0x403004 in 'main' (Main.C:42)
} Cannot continue. Exception_Handler::GenerateStackTrace(..): Generating stack trace {
0x2accacf8a29e in 'std::_Rb_tree<std::string, std::pair<std::string const, double>, std::_Select1st<std::pair<std::string const, double> >, std::less<std::string>, std::allocator<std::pair<std::string const, double> > >::insert_unique(std::pair<std::string const, double> const&)' (stl_tree.h:466) 0x2accb3da24d8 in 'MODEL::SM_Zprime::FillSpectrum()' (basic_string.h:283) 0x2accb3da309d in 'MODEL::SM_Zprime::SM_Zprime(std::string, std::string, bool)' (SM_Zprime.C:36) 0x2accb3da3393 in 'SM_Zprime_Getter::operator()(MODEL::Model_Arguments const&) const' (basic_string.h:283) 0x2accaaeaf405 in 'SHERPA::Initialization_Handler::InitializeTheModel()' (Initialization_Handler.C:489) 0x2accaaeb02ad in 'SHERPA::Initialization_Handler::InitializeTheFramework(int)' (Initialization_Handler.C:363) 0x2acca6a57c77 in 'SHERPA::Sherpa::InitializeTheRun(int, char)' (Sherpa.C:91) 0x403004 in 'main' (Main.C:42)
} Exception_Handler::Terminate(): Pre-crash status saved to '/home/keith/MCGenerators/Sherpa/SHERPA-MC-1.2.3/AddOns/ExampleModel/StatusFri_Jan7_17-07-26_2011'. Exception_Handler::Exit: Exiting Sherpa with code (2) Return_Value::PrintStatistics(): Statistics {
Generated events: 0
}
I checked that a few of the examples included in Examples/ work correctly.
I've attached the status report and configuration log
Attachments (3)
Change History (7)
Changed 14 years ago by
Attachment: | status.tar.gz added |
---|
Changed 14 years ago by
Attachment: | config.log added |
---|
comment:1 Changed 14 years ago by
Cc: | krmann@mit.edu added |
---|
Changed 14 years ago by
Attachment: | ExampleModel.patch added |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Milestone: | → rel-old |
---|
Sorry for the delay. The attached patch fixes the Zprime example model. Please apply the patch via 'patch -p0 < ExampleModel.patch' in the top level directory of Sherpa. Then recompile the example model in its directory.