You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test scenario (website/apps/om_validate/tests/files/scenario.xml) cause segmentation fault when running on Linux. Doesn't happen on my Windows machine.
Default.xml works just fine, though.
Stacktrace from core dump:
(gdb) bt
#0 0x00007fbcaf293b5e in __memcpy_sse2 () from /lib64/libc.so.6 #1 0x00007fbcafb7dda0 in std::basic_streambuf<char, std::char_traits >::xsputn(char const*, long) () from /lib64/libstdc++.so.6 #2 0x00007fbcafb74ab5 in std::basic_ostream<char, std::char_traits >& std::__ostream_insert<char, std::char_traits >(std::basic_ostream<char, std::char_traits >&, char const*, long) ()
from /lib64/libstdc++.so.6 #3 0x0000000000532676 in OM::util::SpeciesIndexChecker::checkNoneMissed() const () #4 0x000000000055a47f in OM::interventions::GVIComponent::GVIComponent(OM::interventions::ComponentId, scnXml::GVIDescription const&, std::map<std::string, unsigned long, std::lessstd::string, std::allocator<std::pair<std::string const, unsigned long> > > const&) () #5 0x000000000054c9f9 in OM::interventions::InterventionManager::init(scnXml::Interventions const&, OM::Population&) () #6 0x00000000004b7f37 in OM::Simulator::Simulator(OM::util::Checksum, scnXml::Scenario const&) () #7 0x00000000004b1118 in main ()
The text was updated successfully, but these errors were encountered:
Test scenario (website/apps/om_validate/tests/files/scenario.xml) cause segmentation fault when running on Linux. Doesn't happen on my Windows machine.
Default.xml works just fine, though.
Stacktrace from core dump:
(gdb) bt
#0 0x00007fbcaf293b5e in __memcpy_sse2 () from /lib64/libc.so.6
#1 0x00007fbcafb7dda0 in std::basic_streambuf<char, std::char_traits >::xsputn(char const*, long) () from /lib64/libstdc++.so.6
#2 0x00007fbcafb74ab5 in std::basic_ostream<char, std::char_traits >& std::__ostream_insert<char, std::char_traits >(std::basic_ostream<char, std::char_traits >&, char const*, long) ()
from /lib64/libstdc++.so.6
#3 0x0000000000532676 in OM::util::SpeciesIndexChecker::checkNoneMissed() const ()
#4 0x000000000055a47f in OM::interventions::GVIComponent::GVIComponent(OM::interventions::ComponentId, scnXml::GVIDescription const&, std::map<std::string, unsigned long, std::lessstd::string, std::allocator<std::pair<std::string const, unsigned long> > > const&) ()
#5 0x000000000054c9f9 in OM::interventions::InterventionManager::init(scnXml::Interventions const&, OM::Population&) ()
#6 0x00000000004b7f37 in OM::Simulator::Simulator(OM::util::Checksum, scnXml::Scenario const&) ()
#7 0x00000000004b1118 in main ()
The text was updated successfully, but these errors were encountered: