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

List:       kdevelop-bugs
Subject:    [Bug 201845] New: I tried to open a newly imported project with
From:       Adam Wagner <awagner83 () gmail ! com>
Date:       2009-07-29 1:22:25
Message-ID: bug-201845-40295 () http ! bugs ! kde ! org/
[Download RAW message or body]

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

           Summary: I tried to open a newly imported project with python
                    source files
           Product: kdevelop
           Version: unspecified
          Platform: Unlisted Binaries
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-bugs@kdevelop.org
        ReportedBy: awagner83@gmail.com


Application that crashed: kdevelop
Version of the application: 3.9.94 (using KDevPlatform 0.9.94)
KDE Version: 4.2.98 (KDE 4.2.98 (KDE 4.3 RC3))
Qt Version: 4.5.2
Operating System: Linux 2.6.29.6-213.fc11.x86_64 x86_64

What I was doing when the application crashed:
Just compiled latest from SVN, imported a new project (not previously a
kdevelop project).  I selected 'custom makefile' as my build system (does not
require building, but I have a makefile for convenience scripts) ... kdevelop
crashed... reopened kdevelop and as soon as I load project it crashes again.

 -- Backtrace:
Application: KDevelop (kdevelop), signal: Segmentation fault
[Current thread is 1 (Thread 0x7fe2e83ed820 (LWP 4853))]

Thread 5 (Thread 0x7fe2e05a0910 (LWP 4854)):
#0  0x0000003b6d80b57d in pthread_cond_timedwait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x00007fe2ec460ce2 in QWaitCondition::wait(QMutex*, unsigned long) () from
/usr/lib64/libQtCore.so.4
#2  0x00007fe2ea2e28de in KDevelop::DUChainPrivate::CleanupThread::run
(this=0x2c38b50) at
/home/awagner/Sources/kdevplatform/language/duchain/duchain.cpp:280
#3  0x00007fe2ec45fcd5 in ?? () from /usr/lib64/libQtCore.so.4
#4  0x0000003b6d80686a in start_thread () from /lib64/libpthread.so.0
#5  0x0000003b6ccde25d in clone () from /lib64/libc.so.6
#6  0x0000000000000000 in ?? ()

Thread 4 (Thread 0x7fe2d10a0910 (LWP 4859)):
#0  0x0000003b6ccd4f73 in poll () from /lib64/libc.so.6
#1  0x0000003826e3b05c in ?? () from /lib64/libglib-2.0.so.0
#2  0x0000003826e3b3a0 in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#3  0x00007fe2ec56e40e in
QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
from /usr/lib64/libQtCore.so.4
#4  0x00007fe2ec5445f2 in
QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from
/usr/lib64/libQtCore.so.4
#5  0x00007fe2ec5449c4 in
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from
/usr/lib64/libQtCore.so.4
#6  0x00007fe2ec45cf6b in QThread::exec() () from /usr/lib64/libQtCore.so.4
#7  0x00007fe2ec527f08 in ?? () from /usr/lib64/libQtCore.so.4
#8  0x00007fe2ec45fcd5 in ?? () from /usr/lib64/libQtCore.so.4
#9  0x0000003b6d80686a in start_thread () from /lib64/libpthread.so.0
#10 0x0000003b6ccde25d in clone () from /lib64/libc.so.6
#11 0x0000000000000000 in ?? ()

Thread 3 (Thread 0x7fe2cbfff910 (LWP 4861)):
#0  0x0000003b6d80b57d in pthread_cond_timedwait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x00007fe2ec460ce2 in QWaitCondition::wait(QMutex*, unsigned long) () from
/usr/lib64/libQtCore.so.4
#2  0x00007fe2ec456e22 in ?? () from /usr/lib64/libQtCore.so.4
#3  0x00007fe2ec45fcd5 in ?? () from /usr/lib64/libQtCore.so.4
#4  0x0000003b6d80686a in start_thread () from /lib64/libpthread.so.0
#5  0x0000003b6ccde25d in clone () from /lib64/libc.so.6
#6  0x0000000000000000 in ?? ()

Thread 2 (Thread 0x7fe2cb5fe910 (LWP 4862)):
[KCrash Handler]
#5  0x00007fe2d027bd5c in Python::AstBuilder::visitExprStmt
(this=0x7fe2cb5fd920, node=0x7fe2b80087d0) at
/home/awagner/Sources/kdevelop4-extra-plugins/python/parser/astbuilder.cpp:754
#6  0x00007fe2d0262736 in PythonParser::DefaultVisitor::visitSmallStmt
(this=0x7fe2cb5fd520, node=0x7fe2b8008770)
    at
/home/awagner/Sources/kdevelop4-extra-plugins/python/parser/generated/pythondefaultvisitor.cpp:658
#7  0x00007fe2d0270343 in Python::AstBuilder::visitSmallStmt
(this=0x7fe2cb5fd920, node=0x7fe2b8008770) at
/home/awagner/Sources/kdevelop4-extra-plugins/python/parser/astbuilder.cpp:1421
#8  0x00007fe2d026270d in PythonParser::DefaultVisitor::visitSimpleStmt
(this=0x7fe2cb5fd920, node=<value optimized out>)
    at
/home/awagner/Sources/kdevelop4-extra-plugins/python/parser/generated/pythondefaultvisitor.cpp:649
#9  0x00007fe2d0270283 in Python::AstBuilder::visitSimpleStmt
(this=0x7fe2cb5fd920, node=0x7fe2b8008750) at
/home/awagner/Sources/kdevelop4-extra-plugins/python/parser/astbuilder.cpp:1414
#10 0x00007fe2d02627ce in PythonParser::DefaultVisitor::visitStmt
(this=0x7fe2cb5fd520, node=0x7fe2b8003070)
    at
/home/awagner/Sources/kdevelop4-extra-plugins/python/parser/generated/pythondefaultvisitor.cpp:671
#11 0x00007fe2d027040a in Python::AstBuilder::visitStmt (this=0x7fe2cb5fd920,
node=0x7fe2b8003070) at
/home/awagner/Sources/kdevelop4-extra-plugins/python/parser/astbuilder.cpp:1430
#12 0x00007fe2d0272ca2 in Python::AstBuilder::visitProject
(this=0x7fe2cb5fd920, node=0x7fe2b8002920) at
/home/awagner/Sources/kdevelop4-extra-plugins/python/parser/astbuilder.cpp:1326
#13 0x00007fe2d0263823 in Python::Driver::parse (this=<value optimized out>,
ast=0x3bd66c0) at
/home/awagner/Sources/kdevelop4-extra-plugins/python/parser/pythondriver.cpp:87
#14 0x00007fe2d0263e0c in Python::ParseSession::parse (this=0x3bd95e0,
ast=0x3bd66c0) at
/home/awagner/Sources/kdevelop4-extra-plugins/python/parser/parsesession.cpp:52
#15 0x00007fe2d0498285 in Python::ParseJob::run (this=0x3bd6670) at
/home/awagner/Sources/kdevelop4-extra-plugins/python/pythonparsejob.cpp:146
#16 0x00007fe2edc4ff2d in ?? () from /usr/lib64/libthreadweaver.so.4
#17 0x00007fe2edc5022f in ThreadWeaver::Job::execute(ThreadWeaver::Thread*) ()
from /usr/lib64/libthreadweaver.so.4
#18 0x00007fe2edc4f1ff in ?? () from /usr/lib64/libthreadweaver.so.4
#19 0x00007fe2edc4f688 in ThreadWeaver::Thread::run() () from
/usr/lib64/libthreadweaver.so.4
#20 0x00007fe2ec45fcd5 in ?? () from /usr/lib64/libQtCore.so.4
#21 0x0000003b6d80686a in start_thread () from /lib64/libpthread.so.0
#22 0x0000003b6ccde25d in clone () from /lib64/libc.so.6
#23 0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7fe2e83ed820 (LWP 4853)):
#0  0x0000003b6cced202 in __libc_enable_asynccancel () from /lib64/libc.so.6
#1  0x0000003b6ccd4f58 in poll () from /lib64/libc.so.6
#2  0x0000003d27c0882a in ?? () from /usr/lib64/libxcb.so.1
#3  0x0000003d27c08d67 in ?? () from /usr/lib64/libxcb.so.1
#4  0x0000003d27c09015 in xcb_writev () from /usr/lib64/libxcb.so.1
#5  0x0000003d2804c88a in _XSend () from /usr/lib64/libX11.so.6
#6  0x0000003d2804c9c9 in _XReply () from /usr/lib64/libX11.so.6
#7  0x0000003d2803a5d0 in XQueryPointer () from /usr/lib64/libX11.so.6
#8  0x00007fe2eb7f6e2d in QCursor::pos() () from /usr/lib64/libQtGui.so.4
#9  0x00007fe2eb786c51 in
QApplicationPrivate::sendSyntheticEnterLeave(QWidget*) () from
/usr/lib64/libQtGui.so.4
#10 0x00007fe2eb7d4a6a in QWidget::setVisible(bool) () from
/usr/lib64/libQtGui.so.4
#11 0x00007fe2ebbae83b in QToolBarLayout::layoutActions(QSize const&) () from
/usr/lib64/libQtGui.so.4
#12 0x00007fe2ebbaf00f in QToolBarLayout::setGeometry(QRect const&) () from
/usr/lib64/libQtGui.so.4
#13 0x00007fe2eb7aa0d3 in QLayoutPrivate::doResize(QSize const&) () from
/usr/lib64/libQtGui.so.4
#14 0x00007fe2eb7aa236 in QLayout::activate() () from /usr/lib64/libQtGui.so.4
#15 0x00007fe2eb77fdee in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib64/libQtGui.so.4
#16 0x00007fe2eb786e5e in QApplication::notify(QObject*, QEvent*) () from
/usr/lib64/libQtGui.so.4
#17 0x00007fe2eccb4546 in KApplication::notify(QObject*, QEvent*) () from
/usr/lib64/libkdeui.so.5
#18 0x00007fe2ec545cbc in QCoreApplication::notifyInternal(QObject*, QEvent*)
() from /usr/lib64/libQtCore.so.4
#19 0x00007fe2ec5468c8 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () from /usr/lib64/libQtCore.so.4
#20 0x00007fe2ec56e743 in ?? () from /usr/lib64/libQtCore.so.4
#21 0x0000003826e37abe in g_main_context_dispatch () from
/lib64/libglib-2.0.so.0
#22 0x0000003826e3b278 in ?? () from /lib64/libglib-2.0.so.0
#23 0x0000003826e3b3a0 in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#24 0x00007fe2ec56e3b6 in
QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
from /usr/lib64/libQtCore.so.4
#25 0x00007fe2eb812b6e in ?? () from /usr/lib64/libQtGui.so.4
#26 0x00007fe2ec5445f2 in
QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from
/usr/lib64/libQtCore.so.4
#27 0x00007fe2ec5449c4 in
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from
/usr/lib64/libQtCore.so.4
#28 0x00007fe2ec546b79 in QCoreApplication::exec() () from
/usr/lib64/libQtCore.so.4
#29 0x0000000000407ba7 in main (argc=<value optimized out>, argv=<value
optimized out>) at /home/awagner/Sources/kdevelop/app/main.cpp:181

Reported using DrKonqi

-- 
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