Summary: | Crash adding doxygen comment to folded function | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Eugene Marcotte <emarcotte> |
Component: | folding | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8.2 | |
Sentry Crash Report: |
Description
Eugene Marcotte
2012-03-25 14:34:41 UTC
The block of code that i was commenting looks like: template<class Orientable> void loadOrientation( Orientable o, boost::property_tree::ptree& nodeEntry ) { if( nodeEntry.find("orientation") != nodeEntry.not_found() ) { o->setOrientation( nodeEntry.get<Ogre::Real>("orientation.x"), nodeEntry.get<Ogre::Real>("orientation.y"), nodeEntry.get<Ogre::Real>("orientation.z"), nodeEntry.get<Ogre::Real>("orientation.w") ); } } I fold it on the opening "{" for the function and then add comments using /** This function {crashs now} I can provide the full source file if necessary please provide a test case that is reproducible, and/or test in a git master version of kate since it saw some fixes in regard to folding recently fixed in KDE 4.8.2 *** This bug has been marked as a duplicate of bug 294756 *** |