Summary: | Kate crashed after ctrl-r was pressed | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Kevin Adler <zeke> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | arrenlex, fantasai.bugs, zeke |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi New crash information added by DrKonqi |
Description
Kevin Adler
2010-10-15 17:43:42 UTC
Created attachment 52687 [details]
New crash information added by DrKonqi
kate (3.5.2) on KDE Platform 4.5.2 (KDE 4.5.2) "release 9" using Qt 4.6.3
- What I was doing when the application crashed:
I was able to reproduce this bug a few times. I was working on a document and hit ctrl-f to pull up find dialog, started typing a query and it autocompleted because I had used this query before, but I think I retyped the whole word anyway. I then hit ctrl-r to do find/replace, and it crashed. I opened the file again and did the same and it crashed again. Repeated once more before I did things differently to continue. I'm not able to reproduce anymore.
-- Backtrace (Reduced):
#6 0x00007f1e45d1369a in KateSearchBar::onIncPatternChanged (this=0x101ba20, pattern=...) at /usr/src/debug/kdelibs-4.5.2/kate/search/katesearchbar.cpp:364
#7 0x00007f1e45d13b6b in KateSearchBar::qt_metacall (this=0x101ba20, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x7fffc36203c0)
at /usr/src/debug/kdelibs-4.5.2/build/kate/katesearchbar.moc:125
[...]
#9 0x00007f1e5a836d55 in QComboBox::textChanged (this=<value optimized out>, _t1=<value optimized out>) at .moc/release-shared/moc_qcombobox.cpp:316
#10 0x00007f1e5a83946a in QComboBox::qt_metacall (this=0xfbc0c0, _c=QMetaObject::InvokeMetaMethod, _id=7, _a=0x7fffc36204f0) at .moc/release-shared/moc_qcombobox.cpp:186
[...]
#12 0x00007f1e5a86d0c2 in QLineEdit::textChanged (this=<value optimized out>, _t1=<value optimized out>) at .moc/release-shared/moc_qlineedit.cpp:238
Created attachment 52815 [details]
New crash information added by DrKonqi
kwrite (4.5.1 (KDE 4.5.1)) on KDE Platform 4.5.1 (KDE 4.5.1) using Qt 4.7.0
- What I was doing when the application crashed:
After using the find dialog (ctrl+f) to search for strings, I pressed ctrl+r to start replacing words, triggering a crash in kwrite.
-- Backtrace (Reduced):
#6 0x00007f1fd8e8299d in KateSearchBar::onIncPatternChanged (this=0x185fc70, pattern=...) at ../../kate/search/katesearchbar.cpp:362
#7 0x00007f1fd8e89953 in KateSearchBar::qt_metacall (this=0x185fc70, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x7fff8501bd80) at ./katesearchbar.moc:125
[...]
#9 0x00007f1fe82db695 in QComboBox::textChanged (this=0x7fff8501baf0, _t1=<value optimized out>) at .moc/release-shared/moc_qcombobox.cpp:316
#10 0x00007f1fe82e58b1 in QComboBox::qt_metacall (this=0x17b46a0, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x7fff8501bec0) at .moc/release-shared/moc_qcombobox.cpp:186
[...]
#12 0x00007f1fe831be72 in QLineEdit::textChanged (this=0x7fff8501baf0, _t1=<value optimized out>) at .moc/release-shared/moc_qlineedit.cpp:242
Created attachment 53479 [details]
New crash information added by DrKonqi
kate (3.5.1) on KDE Platform 4.5.1 (KDE 4.5.1) using Qt 4.7.0
- What I was doing when the application crashed:
Typed Ctrl+f to open a find dialog, typed something, remembered I needed Replace, hit Ctrl+R and it crashed
-- Backtrace (Reduced):
#7 0x0212b108 in KateSearchBar::onIncPatternChanged(QString const&) () from /usr/lib/libkatepartinterfaces.so.4
#8 0x02132d4d in KateSearchBar::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libkatepartinterfaces.so.4
[...]
[...]
#11 0x011cf6e3 in QComboBox::textChanged(QString const&) () from /usr/lib/libQtGui.so.4
#12 0x011db27a in QComboBox::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libQtGui.so.4
[...]
[...]
#15 0x01216bf3 in QLineEdit::textChanged(QString const&) () from /usr/lib/libQtGui.so.4
SVN commit 1198197 by pletourn: Prevent crash BUG:254279 M +2 -0 katesearchbar.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1198197 SVN commit 1198198 by pletourn: Prevent crash BUG:254279 M +2 -0 katesearchbar.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1198198 |