[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 310097] Crash in CPP Parser while startup of project
From:       André Stein <andre.stein () rwth-aachen ! de>
Date:       2012-11-15 9:49:55
Message-ID: bug-310097-17878-lhB5ZO9PJI () http ! bugs ! kde ! org/
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=310097

--- Comment #5 from André Stein <andre.stein@rwth-aachen.de> ---
Got it: The problem can be reproduced every time giving the backtrace shown
above, using the following code snippet:

#include <boost/filesystem.hpp>

void connect()
{
  using namespace boost::filesystem;

  directory_iterator end;
  for( directory_iterator it(".") ; it != end ; ++it )
  {
    if (is_directory(it->status()))
      std::cout << "yes" << std::endl;
  }
}

Make sure you have boost 1.50 installed. You didn't verify whether it crashes
with other boost versions too (boost filesystem switch to v3 some versions ago,
so older versions might have another code basis).

-- 
You are receiving this mail because:
You are watching all bug changes.=
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic