https://bugs.kde.org/show_bug.cgi?id=357479
--- Comment #30 from Emmanuel Pescosta <emmanuelpescosta...@gmail.com> --- (In reply to Martin Sandsmark from comment #24) > the problem is that the owncloud plugin is destroyed (twice?) when the split > is closed. > > QString pluginName = > QString::fromLocal8Bit(plugin->metaObject()->className()) + " " + > plugin->objectName(); > connect(plugin, &QObject::destroyed, [=](QObject *obj) { > qWarning() << pluginName << obj << "destroyed"; > }); > > gives: > > "OwncloudDolphinPlugin " QObject(0x190a040) destroyed > "OwncloudDolphinPlugin " QObject(0x190a040) destroyed Thanks for debugging the problem! :) This is a different bug, because I don't have anything Owcloud-related installed on my system, but I can also trigger a crash when closing the split view sometimes. -- You are receiving this mail because: You are watching all bug changes.