Ticket #365 (closed defect: worksforme)
KDE4 Branch Doesn't Run
| Reported by: | perl.programmer@… | Owned by: | alwin |
|---|---|---|---|
| Priority: | normal | Milestone: | not applicable |
| Component: | All | Version: | 1.2.x |
| Severity: | major | Keywords: | |
| Cc: |
Description
I'm getting a crash on startup when it tries to load the libkdesvnpart. It's probably something I did wrong in the build, but this is the only place I could find to ask for advise.
Here's the stack trace:
Application: kdesvn (kdesvn), signal SIGSEGV
[Thread debugging using libthread_db enabled]
[New Thread 0x7f3117234780 (LWP 16882)]
[KCrash handler]
#5 0x00007f3101c8a5b6 in QMutexPool::get () from /usr/lib/libqt-mt.so.3
#6 0x00007f310197f9d5 in QMetaObjectCleanUp::QMetaObjectCleanUp ()
from /usr/lib/libqt-mt.so.3
#7 0x00007f310807d52a in ?? () from /usr/lib/libkparts.so.2
#8 0x00007f3108096ae2 in ?? () from /usr/lib/libkparts.so.2
#9 0x0000000000968cc0 in ?? ()
#10 0x00000000008b1f20 in ?? ()
#11 0x00000000008b8470 in ?? ()
#12 0x00007f310807b4cb in _init () from /usr/lib/libkparts.so.2
#13 0x00007f3108da3ea6 in ?? () from /usr/local/lib/kde4/libkdesvnpart.so
#14 0x00007f3117064166 in ?? () from /lib64/ld-linux-x86-64.so.2
#15 0x00007f311706428e in ?? () from /lib64/ld-linux-x86-64.so.2
#16 0x00007f311706828c in ?? () from /lib64/ld-linux-x86-64.so.2
#17 0x00007f3117063df6 in ?? () from /lib64/ld-linux-x86-64.so.2
#18 0x00007f311706791b in ?? () from /lib64/ld-linux-x86-64.so.2
#19 0x00007f3113286f8b in ?? () from /lib/libdl.so.2
#20 0x00007f3117063df6 in ?? () from /lib64/ld-linux-x86-64.so.2
#21 0x00007f31132874ed in ?? () from /lib/libdl.so.2
#22 0x00007f3113286ef1 in dlopen () from /lib/libdl.so.2
#23 0x00007f3116d56b37 in ?? () from /usr/lib/libQtCore.so.4
#24 0x00007f3116d517f2 in ?? () from /usr/lib/libQtCore.so.4
#25 0x00007f3116d5182f in QLibrary::load () from /usr/lib/libQtCore.so.4
#26 0x00007f3115e12e32 in KLibLoader::library ()
from /usr/lib/kde4/lib/libkdecore.so.5
#27 0x00007f3115e12f27 in KLibLoader::factory ()
from /usr/lib/kde4/lib/libkdecore.so.5
#28 0x000000000040cec8 in kdesvn (this=0x7b9c70)
at /home/stephen/TechProjects/kdesvn/src/kdesvn.cpp:106
#29 0x000000000040ae51 in main (argc=1, argv=0x7fff1f273528)
at /home/stephen/TechProjects/kdesvn/src/main.cpp:92
#0 0x00007f3114945b50 in nanosleep () from /lib/libc.so.6
Attachments
Change History
comment:2 Changed 5 years ago by perl.programmer@…
I'm on kubuntu 8.04 w/ kde 4.1 packages. I have all the kde4 dev packages installed, but I'm not so sure about the kde3 dev packages - do I need them, and if so which ones?
comment:4 Changed 5 years ago by alwin
- Status changed from new to closed
- Resolution set to worksforme
with latest kde4 packages for kubuntu (kde 4.1.1) I had no problems:
cd <path>/kde4-port mkdir build cd build cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4 make install DESTDIR=testinst sudo make install
the last both steps are just a simple trick not getting linked files were root has ownership.
it works perfekt. (call /usr/lib/kde4/bin/kdesvn or selecting from menu)
so its something wrong with your system I can not see from here.
comment:5 Changed 5 years ago by perl.programmer@…
I followed your build instructions and I'm getting the same crash. Could you give me your package list and the exact build instructions, as yours aren't quite right. Here are the steps I took.
[checkout http://www.alwins-world.de/repos/kdesvn/branches/kde4-port] [cd port root] mkdir build cd build cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4 cd .. make make install DESTDIR=testinst sudo make install
When I ran /usr/lib/kde4/bin/kdesvn it crashed with the given stack trace.


Did you uninstall kde3-version before complete? On which system?