Subject: [Boost-bugs] [Boost C++ Libraries] #9097: directory_iterator crash with intel release builds on windows
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-09-10 10:11:46
#9097: directory_iterator crash with intel release builds on windows
--------------------------------------+------------------------
Reporter: Nils Gladitz <gladitz@â¦> | Owner: bemandawes
Type: Bugs | Status: new
Milestone: To Be Determined | Component: filesystem
Version: Boost 1.54.0 | Severity: Regression
Keywords: |
--------------------------------------+------------------------
{{{
#include <boost/filesystem.hpp>
int main()
{
boost::filesystem::directory_iterator i1("C:\\");
boost::filesystem::directory_iterator i2("C:\\Windows");
}
}}}
Crashes in Intel (12.1 included in Composer XE 2011 SP1) release builds.
Construction of i1 works but construction of i2 gives:
''Exception at 0x77a0320e, code: 0xc0000005: read access violation at:
0x0, flags=0x0 (first chance)''
The crash (according to the debugger) happens in operations.cpp:2150.
This used to work with Boost 1.48.0 and also isn't a problem with Debug or
MSVC10 builds.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9097> 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:14 UTC