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 618214 - Crash when cancel a search
Crash when cancel a search
Status: RESOLVED FIXED
Product: gnome-commander
Classification: Other
Component: application
1.2.x
Other Linux
: Normal critical
: 1.2.9
Assigned To: epiotr
epiotr
: 640351 640953 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-05-10 01:50 UTC by Fabio Durán Verdugo
Modified: 2011-05-12 20:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
1.2.8.12 patch (1.13 KB, patch)
2011-05-12 09:44 UTC, Cristian Buzduga
none Details | Review

Description Fabio Durán Verdugo 2010-05-10 01:50:56 UTC
Steps:
- go to Edit - Search (alt+f7)
- Search for any files (example test.py)
- check search recursive
- Press Find Button
- later press Close
Crash 


Program received signal SIGSEGV, Segmentation fault.

Thread 3060218736 (LWP 30834)

  • #0 perform_search_operation
    at gnome-cmd-search-dialog.cc line 367
  • #1 g_thread_create_proxy
    at /build/buildd/glib2.0-2.24.0/glib/gthread.c line 1893
  • #2 start_thread
    at pthread_create.c line 300
  • #3 clone
    at ../sysdeps/unix/sysv/linux/i386/clone.S line 130
(gdb)
Comment 1 epiotr 2010-05-30 20:59:57 UTC
What version of gcmd ?
Comment 2 Fabio Durán Verdugo 2010-05-30 21:14:38 UTC
1.2.8.5 Ubuntu
Comment 3 nm 2010-08-12 21:50:06 UTC
I can reproduce this in git version of gnome-commander.

Not really the same error but simular:

Program received signal SIGSEGV, Segmentation fault.

Thread 3056204656 (LWP 30324)

  • #0 perform_search_operation
    at gnome-cmd-search-dialog.cc line 374
  • #1 ??
    from /lib/libglib-2.0.so.0
  • #2 start_thread
    from /lib/tls/i686/cmov/libpthread.so.0
  • #3 clone
    from /lib/tls/i686/cmov/libc.so.6
(gdb)

The error occured when I was searching and closed the window at the same time the search was running.
Comment 4 Fabio Durán Verdugo 2011-01-23 23:36:37 UTC
*** Bug 640351 has been marked as a duplicate of this bug. ***
Comment 5 Fabio Durán Verdugo 2011-01-23 23:51:12 UTC
still exists this bug.
change status to NEW
Comment 6 epiotr 2011-03-02 18:29:15 UTC
*** Bug 640953 has been marked as a duplicate of this bug. ***
Comment 7 epiotr 2011-03-02 18:36:05 UTC
Does it happen for shell or regex syntax?

What about 'find text' option - is it on or off ?
Comment 8 Fabio Durán Verdugo 2011-03-02 19:07:57 UTC
shell syntax is on.
Comment 9 Fabio Durán Verdugo 2011-03-26 20:27:06 UTC
I still can reproduce in 1.2.8.10-3.fc15, reopening...
Comment 10 Alessio Treglia 2011-05-08 12:02:12 UTC
Still reproducible with 1.2.8.11.
Comment 11 Cristian Buzduga 2011-05-12 09:44:39 UTC
Created attachment 187690 [details] [review]
1.2.8.12 patch

This problem is fixed in 1.4 and i took the code from there. This patch should fix this branch too
Comment 12 epiotr 2011-05-12 20:27:45 UTC
This problem has been fixed in our software repository. The fix will go into the next, 1.2.8.12 release. Thank you for your bug report.