You are not logged in.
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.4This 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
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
I am looking for vanilla KDE packages without patches, so I kdemod does not fit.
do any such packages exists?
Offline
No. Rebuild using ABS and adding options=(!strip) to the PKGBUILD.
Offline
Allan, are we gonna see support for -debug packages in the (near ? ) future using makepkg's split support ? ![]()
Offline
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.4on 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
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
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
I know there's problems with the browsers. But that's not the problem here. ![]()
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
According to Allan,
rebuilding pkg with !strip option should work, wonder what's missing?
Offline