You are not logged in.

#1 2010-02-11 13:07:10

cool
Member
Registered: 2008-09-12
Posts: 111
Website

Which Debugging-enabled packages for KDE4.4?

Hi,
The backtraces/Kcrash reports generated on my machine lack debugging symbols. this is the reason the bug reports submitted by me are useless  in 95% cases:(

#26 0x00007fabc3c4484b in ?? () from /usr/lib/libQtGui.so.4

This page explain how to install debug enabled packages for other distros like OpenSuse et but no mention about Arch.

I want to report bugs to KDE upstream and help making it better and more stable.

Last edited by cool (2010-02-11 13:08:45)

Offline

#2 2010-02-11 13:10:00

Mikko777
Member
From: Suomi, Finland
Registered: 2006-10-30
Posts: 837

Re: Which Debugging-enabled packages for KDE4.4?

I recommend kdemod for developers. But im bias.

http://chakra-project.org/repo/core/x86_64/

kde 4.4 with split debug packages.

install howto:

http://www.chakra-project.org/bbs/viewtopic.php?id=2275

Last edited by Mikko777 (2010-02-11 13:11:37)

Offline

#3 2010-02-12 10:55:18

cool
Member
Registered: 2008-09-12
Posts: 111
Website

Re: Which Debugging-enabled packages for KDE4.4?

I am looking for vanilla KDE packages without patches, so I kdemod does not fit.

do any such packages exists?

Offline

#4 2010-02-12 11:17:16

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,648
Website

Re: Which Debugging-enabled packages for KDE4.4?

No.  Rebuild using ABS and adding options=(!strip) to the PKGBUILD.

Offline

#5 2010-02-12 11:21:15

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: Which Debugging-enabled packages for KDE4.4?

Allan, are we gonna see support for -debug packages in the (near ? ) future using makepkg's split support ? smile

Offline

#6 2010-05-12 06:33:50

Viski
Member
From: Espoo, Finland
Registered: 2008-06-26
Posts: 11

Re: Which Debugging-enabled packages for KDE4.4?

I've been having trouble with Rekonq crashing. I thought I'd contribute by trying to get a meaningful trace out of it. I'm getting

#2  0xb4589d04 in ?? () from /usr/lib/libQtWebKit.so.4

on the trace. pacman -Qo told me it was qt, that was missing the symbols. So I recompiled qt from abs with

options=('!libtool !strip')

and

build() {
        export CFLAGS="$CFLAGS -ggdb -O1"
        export CXXFLAGS="$CXXFLAGS -ggdb -O1"
        ...

After installing the compiled package, I fired up Rekonq to replicate the problem (I even restarted to make sure the new qt was in use). Still no useful traces. What am I doing wrong? The whole pkgbuild I used is here.

Offline

#7 2010-05-26 08:10:51

Viski
Member
From: Espoo, Finland
Registered: 2008-06-26
Posts: 11

Re: Which Debugging-enabled packages for KDE4.4?

Bump.

I'm still getting no trace from libQtWebKit.so.

Google's provided me with no help. Do I need to (for some obscure reason) recompile kde too, or what might be the problem?

Offline

#8 2010-05-26 11:19:10

Damnshock
Member
From: Barcelona
Registered: 2006-09-13
Posts: 414

Re: Which Debugging-enabled packages for KDE4.4?

I've been having problems with every webkit browser but Chromium. I made some test and the problems went away after deinstalling openjdk6 (which is not the right solution :S).


My blog: blog.marcdeop.com
Jabber ID: damnshock@jabber.org

Offline

#9 2010-05-31 07:05:38

Viski
Member
From: Espoo, Finland
Registered: 2008-06-26
Posts: 11

Re: Which Debugging-enabled packages for KDE4.4?

I know there's problems with the browsers. But that's not the problem here. roll

I just want to know what packages (and with which switches) I need to recompile to get a meaningful trace from libQtWebKit. It shouldn't be that hard, since I know it belongs to the qt package. Why doesn't recompiling qt (and rekonq) solve this?

Offline

#10 2010-05-31 07:17:38

cool
Member
Registered: 2008-09-12
Posts: 111
Website

Re: Which Debugging-enabled packages for KDE4.4?

According to Allan,
rebuilding pkg with !strip option should work, wonder what's missing?

Offline

Board footer

Powered by FluxBB