Bug 132632

Summary: kfind: crashes when "Use files index" is selected
Product: [Applications] kfind Reporter: missive
Component: generalAssignee: Eric Coquelle <coquelle>
Status: RESOLVED WORKSFORME    
Severity: crash CC: eljefedelito, lex.lists, me
Priority: NOR    
Version: 2.0   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description missive 2006-08-19 11:49:19 UTC
Version:            (using KDE 3.5.4, Gentoo)
Compiler:          gcc version 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9)
OS:                Linux (i686) release 2.6.17-gentoo-r5

Stopping a find that uses the "Use files index" option causes kfind to crash.

I select "Use files index", set up the query information, click "Find".

If I get impatient and press "Stop" kfind crashes.

The backtrace does not look very helpful:

(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".
(no debugging symbols found)
`system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols.
(no debugging symbols found)
...
[Thread debugging using libthread_db enabled]
[New Thread -1232241952 (LWP 23434)]
0xffffe410 in __kernel_vsyscall ()
#0  0xffffe410 in __kernel_vsyscall ()
#1  0xb6989470 in nanosleep () from /lib/tls/libc.so.6
#2  0xb69892a0 in sleep () from /lib/tls/libc.so.6
#3  0xb78168d0 in KCrash::startDrKonqi ()
   from /usr/kde/3.5/lib/libkdecore.so.4
#4  0x00000010 in ?? ()
...
#60 0x00000000 in ?? ()
Comment 1 Bram Schoenmakers 2006-10-09 20:20:42 UTC
Can not reproduce, can you? If yes, try to build kdebase with debug symbols in order to get more useful backtraces (./configure --enable-debug=full)
Comment 2 missive 2006-10-10 02:14:37 UTC
I rebuilt kdebase with debugging, but the backtrace is the same. Do i also need to do a debug build of kdelibs or qt?
Comment 3 Bram Schoenmakers 2006-10-18 22:57:14 UTC
Ah, you're using Gentoo.

emerge the kdebase package again like this:

USE="debug nostrip" emerge kdebase

That leaves usable binaries which enable you to create proper backtraces.
Comment 4 lexual 2008-03-18 10:42:24 UTC
*** Bug 135932 has been marked as a duplicate of this bug. ***
Comment 5 lexual 2008-03-18 10:44:17 UTC
https://bugzilla.redhat.com/show_bug.cgi?id=192902

Bug has been reported in fedora bugzilla
Comment 6 Jonathan Thomas 2008-07-11 15:18:52 UTC
Cant reproduce in KDE 4.1.
Comment 7 lexual 2008-10-04 10:24:38 UTC
4.1 works for me