GNOME Bugzilla – Bug 168569
gnome-search-tool crashes
Last modified: 2009-08-15 18:40:50 UTC
Steps to reproduce: 1. Run 'gnome-search-tool' 2. Enter any file name in the entry field "Name Contains" 3. Click on 'Find' 4. The application crashes Stack trace: Backtrace was generated from '/opt/gnome210/bin/gnome-search-tool' Using host libthread_db library "/lib/tls/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 1089220224 (LWP 28948)] [New Thread 1094101936 (LWP 28950)] [Thread debugging using libthread_db enabled] [New Thread 1089220224 (LWP 28948)] [New Thread 1094101936 (LWP 28950)] [Thread debugging using libthread_db enabled] [New Thread 1089220224 (LWP 28948)] [New Thread 1094101936 (LWP 28950)] [New Thread 1093700528 (LWP 28949)] 0xffffe410 in ?? ()
+ Trace 56160
Thread 3 (Thread 1093700528 (LWP 28949))
Other information:
Oh, it happened because 'locate' command is not present.
Attaching a patch soon.
Created attachment 37959 [details] [review] Fixes the problem It checks if the 'locate' command is present or not.
Created attachment 38034 [details] [review] Applied patch. Thanks for reporting the bug. The first patch was not correct, but this patch will prevent the crash. I have applied it to cvs.