id summary reporter owner description type status milestone component version severity resolution keywords cc 10896 astar_maze.cpp: Debug assertion under Windows MSVC-12 georg@… Jeremiah Willcock "Dear maintainers, the example astar_maze.cpp compiled under Windows 7 x64 as 32 Bit executable, throws a debug assertion. See the callstack (attachment). I called this example without any arguments from the debugger so it used the default grid size of 20x20. The assertion get triggered at bucket_pointer get_bucket(std::size_t bucket_index) const { ---> BOOST_ASSERT(buckets_); return buckets_ + static_cast(bucket_index); } buckets_ is nullptr. Environment: Windows 7 x 64 Visual Studio 2013 Update 4 Express for Desktop Attachments: - callstack - minidump - solution folder (compressed) " Bugs new To Be Determined graph Boost 1.57.0 Problem