After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 351952 - gnome-commander crashes while doing a search
gnome-commander crashes while doing a search
Status: RESOLVED FIXED
Product: gnome-commander
Classification: Other
Component: application
1.2.x
Other All
: Normal critical
: 1.2.4
Assigned To: Assaf Gordon
epiotr
Depends on:
Blocks:
 
 
Reported: 2006-08-18 17:06 UTC by koos
Modified: 2007-01-27 22:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description koos 2006-08-18 17:06:34 UTC
Steps to reproduce:
1. go to a directory, I chose /usr
2. press F9, for searching files
3. search for a text-string in all files and do this recursively


Stack trace:
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1224194368 (LWP 6530)]
[New Thread -1239172176 (LWP 7379)]
[New Thread -1225638992 (LWP 6531)]
0xffffe410 in __kernel_vsyscall ()

Thread 2 (Thread -1239172176 (LWP 7379))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 strlen
    from /lib/tls/i686/cmov/libc.so.6
  • #5 regexec
    from /lib/tls/i686/cmov/libc.so.6
  • #6 search_dir_r
    at gnome-cmd-search-dialog.c line 231
  • #7 search_dir_r
    at gnome-cmd-search-dialog.c line 297
  • #8 search_dir_r
    at gnome-cmd-search-dialog.c line 297
  • #9 perform_search_operation
    at gnome-cmd-search-dialog.c line 350
  • #10 g_static_private_free
    from /usr/lib/libglib-2.0.so.0
  • #11 start_thread
    from /lib/tls/i686/cmov/libpthread.so.0
  • #12 clone
    from /lib/tls/i686/cmov/libc.so.6

Other information:
At first the search operation goes ok, the result are displayed in the appropriate window. But as the search lasts gnome-commander crashes. 
I'm not sure but I think the crash has something to do with the fact that it was a long search operation, that's why I chose /usr as the directory to start search operation. This problem didn't occur when the search operation was performed in a shorter amount of time.
Comment 1 epiotr 2007-01-27 22:52:20 UTC
Fixed in CVS. The fix will go into the next release. Thank you for your bug report.