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

List:       kdevelop-bugs
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-40295-U7L6oy2DD1 () 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 the assignee for the bug.
_______________________________________________
KDevelop-bugs mailing list
KDevelop-bugs@kdevelop.org
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs

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

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