Bug 229071 - KWrite crash during deleting few lines in php file
Summary: KWrite crash during deleting few lines in php file
Status: RESOLVED DUPLICATE of bug 228980
Alias: None
Product: kate
Classification: Applications
Component: kwrite (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR crash
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-01 22:26 UTC by s.zelman
Modified: 2010-03-01 23:52 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description s.zelman 2010-03-01 22:26:13 UTC
Application: kwrite (4.4.00 (KDE 4.4.0))
KDE Platform Version: 4.4.00 (KDE 4.4.0)
Qt Version: 4.6.2
Operating System: Linux 2.6.33-ARCH x86_64
Distribution (Platform): Archlinux Packages

-- Information about the crash:
When i deleting few (maybe 10-15) lines in php file (css, php, html code), program crash.

 -- Backtrace:
Application: KWrite (kdeinit4), signal: Segmentation fault
[Current thread is 1 (Thread 0x7f629596e760 (LWP 2547))]

Thread 2 (Thread 0x7f628485a710 (LWP 2548)):
#0  0x00007f6293bfe07c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#1  0x00007f6284b957a6 in ?? () from /usr/lib/libQtScript.so.4
#2  0x00007f6284b957e9 in ?? () from /usr/lib/libQtScript.so.4
#3  0x00007f6293bf981a in start_thread () from /lib/libpthread.so.0
#4  0x00007f62929dbc7d in clone () from /lib/libc.so.6
#5  0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7f629596e760 (LWP 2547)):
[KCrash Handler]
#5  0x00007f62852007b0 in KateLineLayout::viewLineCount() const () from /usr/lib/kde4/katepart.so
#6  0x00007f62851fdd4a in KateLayoutCache::viewLine(KTextEditor::Cursor const&) () from /usr/lib/kde4/katepart.so
#7  0x00007f62851fe341 in KateLayoutCache::textLayout(KTextEditor::Cursor const&) () from /usr/lib/kde4/katepart.so
#8  0x00007f628526332f in KateViewInternal::makeVisible(KTextEditor::Cursor const&, int, bool, bool, bool) () from /usr/lib/kde4/katepart.so
#9  0x00007f62852639e9 in KateViewInternal::updateCursor(KTextEditor::Cursor const&, bool, bool, bool) () from /usr/lib/kde4/katepart.so
#10 0x00007f62852645c9 in KateViewInternal::editEnd(int, int, bool) () from /usr/lib/kde4/katepart.so
#11 0x00007f62851bd1b1 in KateDocument::editEnd() () from /usr/lib/kde4/katepart.so
#12 0x00007f62851c3e70 in KateDocument::removeText(KTextEditor::Range const&, bool) () from /usr/lib/kde4/katepart.so
#13 0x00007f62851c59aa in KateDocument::backspace(KateView*, KTextEditor::Cursor const&) () from /usr/lib/kde4/katepart.so
#14 0x00007f628524ac6c in KateView::backspace() () from /usr/lib/kde4/katepart.so
#15 0x00007f628524f4ad in KateView::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/kde4/katepart.so
#16 0x00007f6293f894df in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4
#17 0x00007f62931184e2 in QAction::triggered(bool) () from /usr/lib/libQtGui.so.4
#18 0x00007f629311a55b in QAction::activate(QAction::ActionEvent) () from /usr/lib/libQtGui.so.4
#19 0x00007f629311be67 in QAction::event(QEvent*) () from /usr/lib/libQtGui.so.4
#20 0x00007f62943d4b0d in KAction::event(QEvent*) () from /usr/lib/libkdeui.so.5
#21 0x00007f629311e5ec in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#22 0x00007f6293124bdb in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#23 0x00007f62944a8cd6 in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#24 0x00007f6293f7679c in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#25 0x00007f629315a316 in ?? () from /usr/lib/libQtGui.so.4
#26 0x00007f629315c117 in ?? () from /usr/lib/libQtGui.so.4
#27 0x00007f6293126723 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#28 0x00007f62944a8cd6 in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#29 0x00007f6293f7679c in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#30 0x00007f62931c7aaa in ?? () from /usr/lib/libQtGui.so.4
#31 0x00007f62931ca001 in ?? () from /usr/lib/libQtGui.so.4
#32 0x00007f62931a2a74 in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/libQtGui.so.4
#33 0x00007f62931cd172 in ?? () from /usr/lib/libQtGui.so.4
#34 0x00007f628f3e526e in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#35 0x00007f628f3e8c28 in g_main_context_iterate () from /usr/lib/libglib-2.0.so.0
#36 0x00007f628f3e8d50 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#37 0x00007f6293f9fc13 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#38 0x00007f62931ccd6e in ?? () from /usr/lib/libQtGui.so.4
#39 0x00007f6293f750c2 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#40 0x00007f6293f7549c in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#41 0x00007f6293f791db in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#42 0x00007f6287be86ad in kdemain () from /usr/lib/libkdeinit4_kwrite.so
#43 0x0000000000406b7e in _start ()

This bug may be a duplicate of or related to bug 226409.

Possible duplicates by query: bug 227979, bug 227199, bug 224373, bug 223985, bug 223583.

Reported using DrKonqi
Comment 1 Dominik Haumann 2010-03-01 23:52:40 UTC
fixed for 4.4.1

*** This bug has been marked as a duplicate of bug 228980 ***