Weird<br><br>After pulling master about a week ago I have not been able to start up Kdevelop. <br><br>Last lines of startup says:<br><br>kdevelop(9765)/kdevplatform (shell) KDevelop::PluginController::loadPluginInternal: Checked... starting to load: "Output View" type: QVariant(, )<br>


kdevelop(9765)/kdevplatform (shell) KDevelop::PluginController::loadPluginInternal: Successfully loaded plugin ' "KDevStandardOutputView" '<br>kdevelop(9765)/kdevplatform (shell) KDevelop::MainWindowPrivate::addPlugin: add plugin StandardOutputView(0x1dbd6b0) "kdevstandardoutputview"<br>


kdevelop(9765)/kdeui (KMainWindow) KMainWindow::applyMainWindowSettings: KMainWindow::applyMainWindowSettings  "MainWindow"<br>ASSERT: "!m_factories[T::Identity]" in file /home/mvo/src/kdevplatform/language/duchain/duchainregister.h, line 102<br>


KCrash: Application 'kdevelop' crashing...<br><br>I have full output of the startup here:<br>
<br>
<a href="http://dl.dropbox.com/u/65789738/kdevelopAssert.txt" target="_blank">http://dl.dropbox.com/u/65789738/kdevelopAssert.txt</a><br>
<br><br>The startKdevelop script invoked to startup basically just does this:<br><br>export KDEDIRS=$HOME/kdevelop4:/$KDEDIRS<br>kbuildsycoca4<br>$HOME/kdevelop4/bin/kdevelop<br><br>git status<br><br>and <br><br>git diff master remotes/origin/master<br>
<br>suggests that I do not have anything in my local branch that is different from head of remotes/origin/master.<br><br clear="all">Any ideas? <br><br>/Morten<br>