Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7564ef2 in ns3::Time::Time (this=0x7fffffffce50, o=...
at ./ns3/nstime.h:175
175 : m_data (o.m_data)
(gdb) where
#0 0x00007ffff7564ef2 in ns3::Time::Time (this=0x7fffffffce50, o=...)
at ./ns3/nstime.h:175
#1 0x00007ffff40efdba in ns3::FlowMonitor::CheckForLostPackets (this=0x0)
at ../src/flow-monitor/model/flow-monitor.cc:316
#2 0x00007ffff40f0174 in ns3::FlowMonitor::SerializeToXmlStream (this=0x0,
os=..., indent=0, enableHistograms=true, enableProbes=true)
at ../src/flow-monitor/model/flow-monitor.cc:400
#3 0x00007ffff40f0ef0 in ns3::FlowMonitor::SerializeToXmlFile (this=0x0,
fileName=..., enableHistograms=true, enableProbes=true)
at ../src/flow-monitor/model/flow-monitor.cc:492
#4 0x000000000040d946 in main (argc=1, argv=0x7fffffffdd68)
at ../scratch/2323.cc:330
Looking in documentation I've found that m_data contains virtual time value, and my progress on resolving this bug stopped, I would appreciate any suggestion as to why is it occuring and what I can change about it. Thank you.