Advertisement
Guest User

Untitled

a guest
Aug 17th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.20 KB | None | 0 0
  1. #0 00000000 0x0046b4e8 in __cxa_throw() (??:??)
  2. #1 00000000 0x0046b2d9 in operator new() (??:??)
  3. #2 00487217 __gnu_cxx::new_allocator<Node>::allocate(this=0x28fe4c, __n=33554432) (c:/codeblocks/mingw/bin/../lib/gcc/mingw32/4.4.1/include/c++/ext/new_allocator.h:89)
  4. #3 004BAFE6 std::_Vector_base<Node, std::allocator<Node> >::_M_allocate(this=0x28fe4c, __n=33554432) (c:/codeblocks/mingw/bin/../lib/gcc/mingw32/4.4.1/include/c++/bits/stl_vector.h:140)
  5. #4 004DA6DC std::vector<Node, std::allocator<Node> >::_M_insert_aux(this=0x28fe4c, __position={_M_current = 0x3f744020}, __x=@0x28f4f0) (c:/codeblocks/mingw/bin/../lib/gcc/mingw32/4.4.1/include/c++/bits/vector.tcc:322)
  6. #5 004DAACC std::vector<Node, std::allocator<Node> >::push_back(this=0x28fe4c, __x=@0x28f4f0) (c:/codeblocks/mingw/bin/../lib/gcc/mingw32/4.4.1/include/c++/bits/stl_vector.h:741)
  7. #6 00401A08 aStar::findPath(this=0x28fe08, start={x = 3, y = 3}, end={x = 5, y = 5}, tmap=0x28fbc4, collisionMap=0x28fa34) (C:\CodeBlocks\Files\aStar\aStar.cpp:128) // aStar.cpp:128: ClosedSet.push_back(CurrentNode);
  8. #7 00402B13 main() (C:\CodeBlocks\Files\aStar\main.cpp:137)  // main.cpp:137: test.findPath(sf::Vector2i(3,3), sf::Vector2i(5,5), tmap, collisionMap);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement