Dear all,<div><span class="Apple-tab-span" style="white-space:pre">     </span>my program received an unexpected segmentation fault(signal SIGSEGV) as follow:</div><div>Program received signal SIGSEGV, Segmentation fault.
0x00007fffee3b898a in std::vector<ns3::Ptr<ns3::Application>, std::allocator<ns3::Ptr<ns3::Application> > >::size (this=0x40)
    at /usr/include/c++/5/bits/stl_vector.h:655
655           { return size_type(this->_M_impl._M_finish - this->_M_impl._M_start); }</div><div><span class="Apple-tab-span" style="white-space:pre">       </span>Does it have anything to do with my topo as I generated my customed topology with topo plugin?</div><div>Thanks</div><div>Xy</div>