[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 185661] New: Crash while aborting code completion
From:       Thorben Kröger <thorbenk () gmx ! net>
Date:       2009-02-27 0:06:17
Message-ID: bug-185661-40295 () http ! bugs ! kde ! org/
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=185661

           Summary: Crash while aborting code completion
           Product: kdevelop
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: code completion
        AssignedTo: kdevelop-bugs@kdevelop.org
        ReportedBy: thorbenk@gmx.net
                CC: david.nolden.kdevelop@art-master.de


kdelibs: trunk, revision: 931710
kdevplatform: 932423
kdevelop: 932456
qt: qt-copy
(I don't think there are any fixes I have missed)

kdevelop(27050)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- Parsing
finished --===>
"/home/thorben/ms/src/examples/demos/lcms/FeatureSelectorThread.h"              
kdevelop(27050)/Kate (Code Completion) KateCompletionWidget::abortCompletion:   
kdevelop(27050)/kdevelop (cpp support) Cpp::CodeCompletionModel::aborted:
aborting                                                                        

Program received signal SIGSEGV, Segmentation fault.
0xae019fdd in
qobject_cast<KTextEditor::CodeCompletionModelControllerInterface*>
(object=0xacff548)
    at
/home/thorben/devel/src/kdelibs/interfaces/ktexteditor/codecompletionmodelcontrollerinterface.h:179
179    
Q_DECLARE_INTERFACE(KTextEditor::CodeCompletionModelControllerInterface,
"org.kde.KTextEditor.CodeCompletionModelControllerInterface")
(gdb) bt                                                                        
#0  0xae019fdd in
qobject_cast<KTextEditor::CodeCompletionModelControllerInterface*>
(object=0xacff548)                                       
    at
/home/thorben/devel/src/kdelibs/interfaces/ktexteditor/codecompletionmodelcontrollerinterface.h:179 
#1  0xae016c33 in modelController (model=0xacff548) at
/home/thorben/devel/src/kdelibs/kate/completion/katecompletionwidget.cpp:65     
#2  0xae0185ad in KateCompletionWidget::cursorPositionChanged (this=0xa5479a8)  
    at
/home/thorben/devel/src/kdelibs/kate/completion/katecompletionwidget.cpp:552    
#3  0xae0196bb in KateCompletionWidget::qt_metacall (this=0xa5479a8,
_c=QMetaObject::InvokeMetaMethod, _id=15, _a=0xd5d9e90)                  
    at /home/thorben/devel/build/kdelibs/kate/katecompletionwidget.moc:122      
#4  0xb708de1a in QMetaCallEvent::placeMetaCall (this=0xce9c9d0,
object=0xa5479a8) at kernel/qobject.cpp:484                                  
#5  0xb70924df in QObject::event (this=0xa5479a8, e=0xce9c9d0) at
kernel/qobject.cpp:1110                                                     
#6  0xb671ee0a in QWidget::event (this=0xa5479a8, event=0xce9c9d0) at
kernel/qwidget.cpp:7908
#7  0xb6b2b83c in QFrame::event (this=0xa5479a8, e=0xce9c9d0) at
widgets/qframe.cpp:554
#8  0xb66bcf1d in QApplicationPrivate::notify_helper (this=0x80f91b0,
receiver=0xa5479a8, e=0xce9c9d0) at kernel/qapplication.cpp:4051
#9  0xb66bedd7 in QApplication::notify (this=0xbfffe858, receiver=0xa5479a8,
e=0xce9c9d0) at kernel/qapplication.cpp:4016
#10 0xb736079d in KApplication::notify (this=0xbfffe858, receiver=0xa5479a8,
event=0xce9c9d0)
    at /home/thorben/devel/src/kdelibs/kdeui/kernel/kapplication.cpp:307
#11 0xb707e1f7 in QCoreApplication::notifyInternal (this=0xbfffe858,
receiver=0xa5479a8, event=0xce9c9d0) at kernel/qcoreapplication.cpp:593
#12 0xb77ff1f3 in QCoreApplication::sendEvent (receiver=0xa5479a8,
event=0xce9c9d0)
    at
../../../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:208
#13 0xb707e6df in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0,
event_type=0, data=0x8055658) at kernel/qcoreapplication.cpp:1231
#14 0xb707e89b in QCoreApplication::sendPostedEvents (receiver=0x0,
event_type=0) at kernel/qcoreapplication.cpp:1127
#15 0xb70ae8e6 in QCoreApplication::sendPostedEvents () at
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:213
#16 0xb70adaf0 in postEventSourceDispatch (s=0x80fb520) at
kernel/qeventdispatcher_glib.cpp:204
#17 0xb59f19a8 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#18 0xb59f5063 in ?? () from /usr/lib/libglib-2.0.so.0
#19 0xb59f5221 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
---Type <return> to continue, or q <return> to quit---
#20 0xb70acf0a in QEventDispatcherGlib::processEvents (this=0x80f9170, flags={i
= -1073748232}) at kernel/qeventdispatcher_glib.cpp:318
#21 0xb676a110 in QGuiEventDispatcherGlib::processEvents (this=0x80f9170,
flags={i = -1073748184}) at kernel/qguieventdispatcher_glib.cpp:197
#22 0xb707b1dc in QEventLoop::processEvents (this=0xbfffe7b0, flags={i =
-1073748112}) at kernel/qeventloop.cpp:144
#23 0xb707b436 in QEventLoop::exec (this=0xbfffe7b0, flags={i = -1073748040})
at kernel/qeventloop.cpp:191
#24 0xb707e9cf in QCoreApplication::exec () at kernel/qcoreapplication.cpp:875
#25 0xb66bcc36 in QApplication::exec () at kernel/qapplication.cpp:3526
#26 0x0804f2a6 in main (argc=-1208127248, argv=0x815f3a8) at
/home/thorben/devel/src/kdevelop/app/main.cpp:203
(gdb)
(gdb)

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

_______________________________________________
KDevelop-bugs mailing list
KDevelop-bugs@kdevelop.org
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic