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

List:       kdevelop-bugs
Subject:    [Bug 249448] New: kdevelope ver 4.0.60 select --> new and crashes
From:       jackb <j2boychuk () gmail ! com>
Date:       2010-08-29 19:37:15
Message-ID: bug-249448-40295 () http ! bugs ! kde ! org/
[Download RAW message or body]

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

           Summary: kdevelope ver 4.0.60 select --> new and crashes
                    bringing up bug report, every time.
           Product: kdevelop
           Version: 4.0.1
          Platform: Unlisted Binaries
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-bugs@kdevelop.org
        ReportedBy: j2boychuk@gmail.com


Version:           4.0.1 (using KDE 4.4.2) 
OS:                Linux

Application: kdevelop (4.0.60)
KDE Platform Version: 4.4.2 (KDE 4.4.2)
Qt Version: 4.6.2
Operating System: Linux 2.6.32-24-generic-pae i686
Distribution: Ubuntu 10.04.1 LTS

-- Information about the crash:
brand new install with git
http://www.kdevelop.org/mediawiki/index.php/KDevelop_4/compiling

sudo apt-get install git-core
git clone git://gitorious.org/kdevelop/kdevplatform.git $HOME/src/kdevplatform
git clone git://gitorious.org/kdevelop/kdevelop.git $HOME/src/kdevelop

System installation

First, compile and install KDevPlatform:

   mkdir -p $HOME/src/kdevplatform/build
   cd $HOME/src/kdevplatform/build
   cmake ../
   make <-----------------------------------------[ several warnings for unused
variables, int to unsigned int ]--- 
   sudo make install
   {
       to here;
           /usr/local/lib/kde4
        /usr/local/share/kde4
   }

Then compile KDevelop:

   mkdir -p $HOME/src/kdevelop/build
   cd $HOME/src/kdevelop/build
   cmake ../
error;
$ apt-file search KDE4Workspace
$ sudo apt-get install kdebase-workspace-dev   
$ sudo apt-get install kdelibs5-dev <----------------[ not needed, must have
installed with kdebase-workspace-dev ]---
ok !
   make <-----------------------------------------[ several warnings for unused
variables, int to unsigned int ]---
   sudo make install
   {
       to here;
       $ which kbuildsycoca4
       /usr/bin/kbuildsycoca4

           /usr/local/lib/kde4
        /usr/local/share/kde4
   }
Before running it, you need to set KDEDIRS properly:

   export KDEDIRS=/usr/local:/usr
       why ?
    {
    $ $KDEDIRS
    bash: /usr/local:/usr: No such file or directory
    }
   kbuildsycoca4

   kdevelope
   failed so
   {
       $ find -name kdevelop
       ./src/kdevelop/build/app/kdevelop
       $ sudo ln -s ~/src/kdevelop/build/app/kdevelop /usr/local/bin/
       ?? how to add app to --> kickoff application launcher ---> developement
<---- ????????
       }

then

$        kdevelop
kdevelop(31416) KXMLGUIClient::setXMLFile: cannot find .rc file "kdevelopui.rc"
for component "kdevelop" 
kdevelop(31416) KXMLGUIClient::setXMLFile: cannot find .rc file "kdevelopui.rc"
for component "kdevelop" 
QFSFileEngine::map: Mapping a file beyond its size is not portable
QFSFileEngine::map: Mapping a file beyond its size is not portable
QFSFileEngine::map: Mapping a file beyond its size is not portable
QFSFileEngine::map: Mapping a file beyond its size is not portable
KCrash: Application 'kdevelop' crashing...
sock_file=/home/jack/.kde/socket-s0n3/kdeinit4__0

select new and crashed repeatedly.
[1]+  Stopped                 kdevelop

jackb


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

Thread 2 (Thread 0xb0f5fb70 (LWP 31417)):
#0  0xb787a430 in __kernel_vsyscall ()
#1  0xb627d342 in pthread_cond_timedwait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:179
#2  0xb62f320f in QWaitCondition::wait(QMutex*, unsigned long) () from
/usr/lib/libQtCore.so.4
#3  0xb4fef235 in KDevelop::DUChainPrivate::CleanupThread::run (this=0x89534a0)
at /home/jack/src/kdevplatform/language/duchain/duchain.cpp:286
#4  0xb62f232e in ?? () from /usr/lib/libQtCore.so.4
#5  0xb627896e in start_thread (arg=0xb0f5fb70) at pthread_create.c:300
#6  0xb55d6a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 1 (Thread 0xb3298710 (LWP 31416)):
[KCrash Handler]
#6  QBasicAtomicInt::ref (this=0x8b83cf0, parent=0x8a19eb8) at
/usr/include/qt4/QtCore/qatomic_i386.h:120
#7  QString (this=0x8b83cf0, parent=0x8a19eb8) at
/usr/include/qt4/QtCore/qstring.h:715
#8  KDevelop::TextDocument::createViewWidget (this=0x8b83cf0, parent=0x8a19eb8)
at /home/jack/src/kdevplatform/shell/textdocument.cpp:302
#9  0xb75784fe in KDevelop::TextView::createWidget (this=0x8b781f8,
parent=0x8a19eb8) at /home/jack/src/kdevplatform/shell/textdocument.cpp:532
#10 0xb4f31747 in Sublime::View::widget (this=0x8b781f8, parent=0x8a19eb8) at
/home/jack/src/kdevplatform/sublime/view.cpp:82
#11 0xb4f2a67a in Sublime::MainWindowPrivate::ViewCreator::operator()
(this=0xbfe95c7c, index=0x87da318) at
/home/jack/src/kdevplatform/sublime/mainwindow_p.cpp:248
#12 0xb4f309e9 in Sublime::Area::WalkerMode
Sublime::Area::walkViewsInternal<Sublime::MainWindowPrivate::ViewCreator>(Sublime::MainWindowPrivate::ViewCreator&,
 Sublime::AreaIndex*) ()
   from /usr/local/lib/libsublime.so.2
#13 0xb4f2e377 in
Sublime::Area::walkViews<Sublime::MainWindowPrivate::ViewCreator>
(this=0x87eec08, index=0x87da318, view=0x8b781f8) at
/home/jack/src/kdevplatform/sublime/areawalkers.h:48
#14 Sublime::MainWindowPrivate::viewAdded (this=0x87eec08, index=0x87da318,
view=0x8b781f8) at /home/jack/src/kdevplatform/sublime/mainwindow_p.cpp:404
#15 0xb4f2483b in Sublime::MainWindow::qt_metacall (this=0x87ed218,
_c=QMetaObject::InvokeMetaMethod, _id=62, _a=0xbfe95e04) at
/home/jack/src/kdevplatform/build/sublime/mainwindow.moc:123
#16 0xb754e0fa in KDevelop::MainWindow::qt_metacall (this=0x87ed218,
_c=QMetaObject::InvokeMetaMethod, _id=62, _a=0xbfe95e04) at
/home/jack/src/kdevplatform/build/shell/mainwindow.moc:90
#17 0xb63f9c9a in QMetaObject::metacall(QObject*, QMetaObject::Call, int,
void**) () from /usr/lib/libQtCore.so.4
#18 0xb64083d5 in QMetaObject::activate(QObject*, QMetaObject const*, int,
void**) () from /usr/lib/libQtCore.so.4
#19 0xb4f157a9 in Sublime::Area::viewAdded (this=0x87da350, _t1=0x87da318,
_t2=0x8b781f8) at /home/jack/src/kdevplatform/build/sublime/area.moc:115
#20 0xb4f16809 in Sublime::Area::addView (this=0x87da350, view=0x8b781f8,
index=0x87da318) at /home/jack/src/kdevplatform/sublime/area.cpp:167
#21 0xb4f1686f in Sublime::Area::addView (this=0x87da350, view=0x8b781f8,
after=0x0) at /home/jack/src/kdevplatform/sublime/area.cpp:191
#22 0xb7580c5a in KDevelop::DocumentControllerPrivate::openDocumentInternal
(this=0x88d79c0, doc=0x8b83d00, range=..., activationParams=...)
    at /home/jack/src/kdevplatform/shell/documentcontroller.cpp:352
#23 0xb7581494 in KDevelop::DocumentControllerPrivate::openDocumentInternal
(this=0x88d79c0, inputUrl=..., prefName=..., range=..., encoding=...,
activationParams=...)
    at /home/jack/src/kdevplatform/shell/documentcontroller.cpp:280
#24 0xb757de44 in KDevelop::DocumentController::openDocument (this=0x88d80d0,
inputUrl=..., range=..., activationParams=..., encoding=...)
    at /home/jack/src/kdevplatform/shell/documentcontroller.cpp:551
#25 0xb754f40f in KDevelop::MainWindowPrivate::fileNew (this=0x87f8fc0) at
/home/jack/src/kdevplatform/shell/mainwindow_actions.cpp:139
#26 0xb7550d93 in KDevelop::MainWindowPrivate::qt_metacall (this=0x87f8fc0,
_c=QMetaObject::InvokeMetaMethod, _id=6, _a=0xbfe96368) at
/home/jack/src/kdevplatform/build/shell/mainwindow_p.moc:133
#27 0xb63f9c9a in QMetaObject::metacall(QObject*, QMetaObject::Call, int,
void**) () from /usr/lib/libQtCore.so.4
#28 0xb64083d5 in QMetaObject::activate(QObject*, QMetaObject const*, int,
void**) () from /usr/lib/libQtCore.so.4
#29 0xb5925bd9 in QAction::triggered(bool) () from /usr/lib/libQtGui.so.4
#30 0xb5927dcc in QAction::activate(QAction::ActionEvent) () from
/usr/lib/libQtGui.so.4
#31 0xb5dcb60c in ?? () from /usr/lib/libQtGui.so.4
#32 0xb5dd1abb in ?? () from /usr/lib/libQtGui.so.4
#33 0xb5dd2ac7 in QMenu::mouseReleaseEvent(QMouseEvent*) () from
/usr/lib/libQtGui.so.4
#34 0xb6858f65 in KMenu::mouseReleaseEvent(QMouseEvent*) () from
/usr/lib/libkdeui.so.5
#35 0xb598a7f8 in QWidget::event(QEvent*) () from /usr/lib/libQtGui.so.4
#36 0xb5dd40cc in QMenu::event(QEvent*) () from /usr/lib/libQtGui.so.4
#37 0xb592c4dc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from
/usr/lib/libQtGui.so.4
#38 0xb59339f7 in QApplication::notify(QObject*, QEvent*) () from
/usr/lib/libQtGui.so.4
#39 0xb6762f2a in KApplication::notify(QObject*, QEvent*) () from
/usr/lib/libkdeui.so.5
#40 0xb63f4a3b in QCoreApplication::notifyInternal(QObject*, QEvent*) () from
/usr/lib/libQtCore.so.4
#41 0xb5932952 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*,
QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) () from
/usr/lib/libQtGui.so.4
#42 0xb59be5cf in ?? () from /usr/lib/libQtGui.so.4
#43 0xb59bd511 in QApplication::x11ProcessEvent(_XEvent*) () from
/usr/lib/libQtGui.so.4
#44 0xb59ec60a in ?? () from /usr/lib/libQtGui.so.4
#45 0xb4b065e5 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#46 0xb4b0a2d8 in ?? () from /lib/libglib-2.0.so.0
#47 0xb4b0a4b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#48 0xb64205d5 in
QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
from /usr/lib/libQtCore.so.4
#49 0xb59ec135 in ?? () from /usr/lib/libQtGui.so.4
#50 0xb63f3059 in
QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from
/usr/lib/libQtCore.so.4
#51 0xb63f34aa in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()
from /usr/lib/libQtCore.so.4
#52 0xb63f769f in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#53 0xb592c577 in QApplication::exec() () from /usr/lib/libQtGui.so.4
#54 0x08050af8 in main (argc=1, argv=0xbfe97c74) at
/home/jack/src/kdevelop/app/main.cpp:379

Report to https://bugs.kde.org

Reproducible: Always

Steps to Reproduce:
from konsole --> kdevelope click on --> new

Actual Results:  
crashes

Expected Results:  
a project to work on

OS: Linux (i686) release 2.6.32-24-generic-pae
Compiler: cc

vmlinuz-2.6.32-24-generic-pae
/usr/bin/gcc -> gcc-4.4

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