Summary: | Kate crashed - possible python plugin issue | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | iruckaE |
Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | crash | CC: | christoph |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
iruckaE
2016-04-10 03:07:04 UTC
I have just attempted to run Kate from Konsole and the output follows: $ kate QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. Hspell: can't open /usr/share/hspell/hebrew.wgz.sizes. kate(8287)/Kate (On-The-Fly Spellcheck) KateOnTheFlyChecker::KateOnTheFlyChecker: created Object::connect: No such signal KateBuffer::respellCheckBlock(KateDocument*,int,int) kate(8287)/Kate (On-The-Fly Spellcheck) KateOnTheFlyChecker::updateConfig: kate(8287)/Kate (On-The-Fly Spellcheck) KateOnTheFlyChecker::freeDocument: kate(8287)/kate-filetree KateFileTreePluginView::KateFileTreePluginView: BEGIN: mw: Kate::MainWindow(0x26f8720) kate(8287)/kate-filetree ProxyItem::ProxyItem: ProxyItem(0x3788680,0x0,-1,QObject(0x0) ,"m_root") kate(8287)/kate-filetree ProxyItem::ProxyItem: ProxyItem(0x3788720,0x0,-1,QObject(0x0) ,"Untitled") kate(8287)/kate-filetree KateFileTreeModel::documentOpened: before add: ProxyItem(0x3788720,0x0,-1,KateDocument(0x292a6c0) , "Untitled" ) kate(8287)/kate-filetree KateFileTreeModel::setupIcon: BEGIN! kate(8287)/kate-filetree KateFileTreeModel::setupIcon: END! kate(8287)/kate-filetree KateFileTreeModel::handleInsert: BEGIN! kate(8287)/kate-filetree KateFileTreeModel::handleInsert: empty item kate(8287)/kate-filetree ProxyItem::addChild: added ProxyItem(0x3788720,0x3788680,0,KateDocument(0x292a6c0) , "Untitled" ) to ProxyItemDir(0x3788680,0x0,-1,"m_root", children:1) kate(8287)/kate-filetree KateFileTreeModel::documentOpened: after add: ProxyItem(0x3788720,0x3788680,0,KateDocument(0x292a6c0) , "Untitled" ) kate(8287)/kate-filetree KateFileTreeProxyModel::KateFileTreeProxyModel: BEGIN! kate(8287)/kate-filetree KateFileTreePluginView::setListMode: BEGIN kate(8287)/kate-filetree KateFileTreePluginView::setListMode: treeMode kate(8287)/kate-filetree KateFileTreePluginView::setListMode: END Object::connect: No such signal org::freedesktop::UPower::DeviceAdded(QDBusObjectPath) Object::connect: No such signal org::freedesktop::UPower::DeviceRemoved(QDBusObjectPath) /usr/lib/python2.7/dist-packages/IPython/frontend.py:30: UserWarning: The top-level `frontend` package has been deprecated. All its subpackages have been moved to the top `IPython` level. kate: /build/buildd/sip4-4.15.5/siplib/siplib.c:8407: sip_api_can_convert_to_type: Assertion `(((td)->td_flags & 0x0007) == 0x0000) || (((td)->td_flags & 0x0007) == 0x0002)' failed. KCrash: Application 'kate' crashing... KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit sock_file=/home/uoxyh/.kde/socket-uoy/kdeinit4__0 [1]+ Stopped kate uoxyh@uoy:/usr/lib/python2.7/dist-packages/IPython$ QSocketNotifier: Invalid socket 13 and type 'Read', disabling... QSocketNotifier: Invalid socket 16 and type 'Read', disabling... Unable to start Dr. Konqi Not forwarding the crash to Apport. Hi, this is "fixed" in KF 5 version by no support for python plugin ATM because of missing bindings. I think if the Pate plugin gets ever resurrected, this bug won't happen again, either. (sorry that no plugins are around with 5.x :/ Hi, can you tell me how to install the python plugin so that I can have access to Kate again? I'll have to wait before I can get the KF 5 version. Thank you. Hi, the only fix that comes to mind is disabling the pate plugin that is crashing. Thank you for the quick response. Is there anyway to disable the pate plugin from outside of Kate? I can't open up Kate. Search for *.katesession in your home (should be inside .kde*/ or .local*/) and remove the [Kate Plugins] section inside (or delete the files, but keep in mind, that are your saved sessions). |