Bug 457349 - Crash upon pushing enter
Summary: Crash upon pushing enter
Status: RESOLVED UNMAINTAINED
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: 20.04.2
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2022-07-31 19:01 UTC by uzivatel919
Modified: 2022-08-11 05:40 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description uzivatel919 2022-07-31 19:01:22 UTC
Application: kate (20.04.2)

Qt Version: 5.12.7
Frameworks Version: 5.76.0
Operating System: Linux 5.3.18-150300.59.87-default x86_64
Windowing system: X11
Distribution: "openSUSE Leap 15.3"

-- Information about the crash:
I was pushing enter. Likely there was some code completion invocation.

The crash does not seem to be reproducible.

-- Backtrace:
Application: Kate (kate), signal: Segmentation fault
[KCrash Handler]
#4  KateCompletionWidget::execute (this=0x55f944bb2050) at /usr/src/debug/ktexteditor-5.76.0-bp153.2.2.1.x86_64/src/completion/katecompletionwidget.cpp:866
#5  0x00007f9dfe40622a in KateNormalInputMode::keyPress (this=0x55f94435e510, e=0x7fff88330180) at /usr/src/debug/ktexteditor-5.76.0-bp153.2.2.1.x86_64/src/inputmode/katenormalinputmode.cpp:211
#6  0x00007f9dfe38aae8 in KateViewInternal::keyPressEvent (this=0x55f944be96f0, e=0x7fff88330180) at /usr/src/debug/ktexteditor-5.76.0-bp153.2.2.1.x86_64/src/view/kateviewinternal.cpp:2393
#7  0x00007f9dfe3931e3 in KateViewInternal::eventFilter (this=0x55f944be96f0, obj=0x55f944be96f0, e=0x7fff88330180) at /usr/src/debug/ktexteditor-5.76.0-bp153.2.2.1.x86_64/src/view/kateviewinternal.cpp:2312
#8  0x00007f9df99e30ed in QCoreApplicationPrivate::sendThroughObjectEventFilters (receiver=receiver@entry=0x55f944be96f0, event=event@entry=0x7fff88330180) at kernel/qcoreapplication.cpp:1214
#9  0x00007f9dfaab4f75 in QApplicationPrivate::notify_helper (this=this@entry=0x55f9427fede0, receiver=receiver@entry=0x55f944be96f0, e=e@entry=0x7fff88330180) at kernel/qapplication.cpp:3695
#10 0x00007f9dfaabd662 in QApplication::notify (this=<optimized out>, receiver=0x55f944be96f0, e=0x7fff88330180) at kernel/qapplication.cpp:3079
#11 0x00007f9df99e3368 in QCoreApplication::notifyInternal2 (receiver=0x55f944be96f0, event=0x7fff88330180) at kernel/qcoreapplication.cpp:1088
#12 0x00007f9dfab12dc5 in QWidgetWindow::event (this=0x55f943760c40, event=0x7fff88330180) at kernel/qwidgetwindow.cpp:282
#13 0x00007f9dfaab4f9c in QApplicationPrivate::notify_helper (this=this@entry=0x55f9427fede0, receiver=receiver@entry=0x55f943760c40, e=e@entry=0x7fff88330180) at kernel/qapplication.cpp:3701
#14 0x00007f9dfaabc5b0 in QApplication::notify (this=0x7fff883306d0, receiver=0x55f943760c40, e=0x7fff88330180) at kernel/qapplication.cpp:3447
#15 0x00007f9df99e3368 in QCoreApplication::notifyInternal2 (receiver=0x55f943760c40, event=0x7fff88330180) at kernel/qcoreapplication.cpp:1088
#16 0x00007f9df99e354e in QCoreApplication::sendSpontaneousEvent (receiver=receiver@entry=0x55f943760c40, event=event@entry=0x7fff88330180) at kernel/qcoreapplication.cpp:1488
#17 0x00007f9df9fe6d7b in QGuiApplicationPrivate::processKeyEvent (e=0x55f944851040) at kernel/qguiapplication.cpp:2233
#18 0x00007f9df9feb815 in QGuiApplicationPrivate::processWindowSystemEvent (e=e@entry=0x55f944851040) at kernel/qguiapplication.cpp:1848
#19 0x00007f9df9fc52bb in QWindowSystemInterface::sendWindowSystemEvents (flags=flags@entry=...) at kernel/qwindowsysteminterface.cpp:1151
#20 0x00007f9deccab25a in xcbSourceDispatch (source=<optimized out>) at qxcbeventdispatcher.cpp:105
#21 0x00007f9df265f624 in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0
#22 0x00007f9df265f9c0 in ?? () from /usr/lib64/libglib-2.0.so.0
#23 0x00007f9df265fa4c in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#24 0x00007f9df9a403ef in QEventDispatcherGlib::processEvents (this=0x55f9428ecd40, flags=...) at kernel/qeventdispatcher_glib.cpp:422
#25 0x00007f9df99e15ba in QEventLoop::exec (this=this@entry=0x7fff88330480, flags=..., flags@entry=...) at kernel/qeventloop.cpp:225
#26 0x00007f9df99ea7c0 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1389
#27 0x00007f9df9fdffbc in QGuiApplication::exec () at kernel/qguiapplication.cpp:1784
#28 0x00007f9dfaab4ef5 in QApplication::exec () at kernel/qapplication.cpp:2857
#29 0x000055f941c654fa in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/kate-20.04.2-bp153.2.2.1.x86_64/kate/main.cpp:633
[Inferior 1 (process 3400) detached]

Possible duplicates by query: bug 450308, bug 383061, bug 350299, bug 335755, bug 333032.

Reported using DrKonqi
Comment 1 Waqar Ahmed 2022-08-11 05:40:38 UTC
Your Kate and frameworks version is too old