Advertisement
Azathoth42

stack trace

Nov 9th, 2015
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. ntdll.dll!_RtlpBreakPointHeap@4() Unknown
  2. ntdll.dll!RtlpValidateHeapEntry() Unknown
  3. ntdll.dll!RtlValidateHeap() Unknown
  4. KernelBase.dll!_HeapValidate@12() Unknown
  5. ucrtbased.dll!0fb04ccb() Unknown
  6. [Frames below may be incorrect and/or missing, no symbols loaded for ucrtbased.dll]
  7. ucrtbased.dll!0fb0359e() Unknown
  8. ucrtbased.dll!0fb0617c() Unknown
  9. > SwarmDeployment.exe!operator delete(void * block) Line 17 C++
  10. SwarmDeployment.exe!operator delete(void * block, unsigned int __formal) Line 15 C++
  11. SwarmDeployment.exe!AStar::NodeWrapper::`scalar deleting destructor'(unsigned int) C++
  12. SwarmDeployment.exe!std::_Ref_count<AStar::NodeWrapper>::_Destroy() Line 153 C++
  13. SwarmDeployment.exe!std::_Ref_count_base::_Decref() Line 113 C++
  14. SwarmDeployment.exe!std::_Ptr_base<AStar::NodeWrapper>::_Decref() Line 339 C++
  15. SwarmDeployment.exe!std::shared_ptr<AStar::NodeWrapper>::~shared_ptr<AStar::NodeWrapper>() Line 574 C++
  16. SwarmDeployment.exe!std::shared_ptr<AStar::NodeWrapper>::`scalar deleting destructor'(unsigned int) C++
  17. SwarmDeployment.exe!std::allocator<std::shared_ptr<AStar::NodeWrapper> >::destroy<std::shared_ptr<AStar::NodeWrapper> >(std::shared_ptr<AStar::NodeWrapper> * _Ptr) Line 665 C++
  18. SwarmDeployment.exe!std::allocator_traits<std::allocator<std::shared_ptr<AStar::NodeWrapper> > >::destroy<std::shared_ptr<AStar::NodeWrapper> >(std::allocator<std::shared_ptr<AStar::NodeWrapper> > & _Al, std::shared_ptr<AStar::NodeWrapper> * _Ptr) Line 783 C++
  19. SwarmDeployment.exe!std::_Wrap_alloc<std::allocator<std::shared_ptr<AStar::NodeWrapper> > >::destroy<std::shared_ptr<AStar::NodeWrapper> >(std::shared_ptr<AStar::NodeWrapper> * _Ptr) Line 927 C++
  20. SwarmDeployment.exe!std::_Destroy_range<std::_Wrap_alloc<std::allocator<std::shared_ptr<AStar::NodeWrapper> > > >(std::shared_ptr<AStar::NodeWrapper> * _First, std::shared_ptr<AStar::NodeWrapper> * _Last, std::_Wrap_alloc<std::allocator<std::shared_ptr<AStar::NodeWrapper> > > & _Al, std::_Nonscalar_ptr_iterator_tag __formal) Line 172 C++
  21. SwarmDeployment.exe!std::_Destroy_range<std::_Wrap_alloc<std::allocator<std::shared_ptr<AStar::NodeWrapper> > > >(std::shared_ptr<AStar::NodeWrapper> * _First, std::shared_ptr<AStar::NodeWrapper> * _Last, std::_Wrap_alloc<std::allocator<std::shared_ptr<AStar::NodeWrapper> > > & _Al) Line 186 C++
  22. SwarmDeployment.exe!std::vector<std::shared_ptr<AStar::NodeWrapper>,std::allocator<std::shared_ptr<AStar::NodeWrapper> > >::_Destroy(std::shared_ptr<AStar::NodeWrapper> * _First, std::shared_ptr<AStar::NodeWrapper> * _Last) Line 1600 C++
  23. SwarmDeployment.exe!std::vector<std::shared_ptr<AStar::NodeWrapper>,std::allocator<std::shared_ptr<AStar::NodeWrapper> > >::_Tidy() Line 1660 C++
  24. SwarmDeployment.exe!std::vector<std::shared_ptr<AStar::NodeWrapper>,std::allocator<std::shared_ptr<AStar::NodeWrapper> > >::~vector<std::shared_ptr<AStar::NodeWrapper>,std::allocator<std::shared_ptr<AStar::NodeWrapper> > >() Line 976 C++
  25. SwarmDeployment.exe!AStar::AStar::findPath(std::vector<std::shared_ptr<App::Node>,std::allocator<std::shared_ptr<App::Node> > > nodes, std::shared_ptr<App::Node> start, std::shared_ptr<App::Node> end) Line 68 C++
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement