[Boost-bugs] [Boost C++ Libraries] #10896: astar_maze.cpp: Debug assertion under Windows MSVC-12

Subject: [Boost-bugs] [Boost C++ Libraries] #10896: astar_maze.cpp: Debug assertion under Windows MSVC-12
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-12-24 12:34:03


#10896: astar_maze.cpp: Debug assertion under Windows MSVC-12
---------------------+------------------------------
 Reporter: georg@… | Type: Bugs
   Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.57.0
 Severity: Problem | Keywords:
---------------------+------------------------------
 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<std::ptrdiff_t>(bucket_index);
         }

 buckets_ is nullptr.

 Environment:
 Windows 7 x 64
 Visual Studio 2013 Update 4 Express for Desktop

 Attachments:
 - callstack
 - minidump
 - solution folder (compressed)

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10896>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:17 UTC