Hi,<br><br><div class="gmail_quote">On Thu, Jul 19, 2012 at 5:55 PM, Morten Volden <span dir="ltr"><<a href="mailto:mvolden2@gmail.com" target="_blank">mvolden2@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<p><br>
Den 19/07/2012 16.53 skrev "Milian Wolff" <<a href="mailto:mail@milianw.de" target="_blank">mail@milianw.de</a>>:</p><div class="im"><br>
><br>
> On Tuesday 17 July 2012 16:28:24 Morten Volden wrote:<br>
> > Weird<br>
> ><br>
> > After pulling master about a week ago I have not been able to start up<br>
> > Kdevelop.<br>
> ><br>
> > Last lines of startup says:<br>
> ><br>
> > kdevelop(9765)/kdevplatform (shell)<br>
> > KDevelop::PluginController::loadPluginInternal: Checked... starting to<br>
> > load: "Output View" type: QVariant(, )<br>
> > kdevelop(9765)/kdevplatform (shell)<br>
> > KDevelop::PluginController::loadPluginInternal: Successfully loaded plugin<br>
> > ' "KDevStandardOutputView" '<br>
> > kdevelop(9765)/kdevplatform (shell) KDevelop::MainWindowPrivate::addPlugin:<br>
> > add plugin StandardOutputView(0x1dbd6b0) "kdevstandardoutputview"<br>
> > kdevelop(9765)/kdeui (KMainWindow) KMainWindow::applyMainWindowSettings:<br>
> > KMainWindow::applyMainWindowSettings  "MainWindow"<br>
> > ASSERT: "!m_factories[T::Identity]" in file<br>
> > /home/mvo/src/kdevplatform/language/duchain/duchainregister.h, line 102<br>
> > KCrash: Application 'kdevelop' crashing...<br>
><br>
> This assertion usually gets hit when you load BIC plugins. In this case,<br>
> kdevstandardoutputview is apparently the culprit. Remove it and install it<br>
> again, that should fix it.<br>
><br></div>
If I recall correctly ( I am away from my PC right now )  that plugin is in kdevplatform. Then I do not understand why uninstall followed by clean will not work.</blockquote><div><br></div><div>I think Milian actually misread the output, its clear that the standardoutputview is the last plugin that has been successfully loaded and upon loading the library for the next plugin the call goes nuts.</div>
<div><br></div><div>The backtraces usually show such problems easily, you see an order of functions being called that do not actually call one another when you look at the source. Like loadPluginInternal then calling into duchain-code, that simply does not happen. In such a case: rm -rf $HOME/kdevelop (or wherever you have installed kdevelop) and rebuild/reinstall everything.</div>
<div><br></div><div>Andreas </div></div>