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 595371 - gnome-search-tool crashed with SIGSEGV in vfprintf()
gnome-search-tool crashed with SIGSEGV in vfprintf()
Status: RESOLVED FIXED
Product: gnome-utils
Classification: Deprecated
Component: gsearchtool
2.27.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-utils Maintainers
gnome-utils Maintainers
: 595366 598973 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-09-16 14:19 UTC by Sebastien Bacher
Modified: 2009-10-20 15:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The issue is due to GError variable not set to null, the change fixes the crash (598 bytes, patch)
2009-09-16 14:21 UTC, Sebastien Bacher
accepted-commit_after_freeze Details | Review

Description Sebastien Bacher 2009-09-16 14:19:54 UTC
The bug has been opened on https://bugs.launchpad.net/bugs/424114

"gnome-utils 2.27.91-0ubuntu1

when trying to delete after searching for files the search tool crashed

  • #0 _IO_vfprintf_internal
    at vfprintf.c line 1601
  • #1 *__GI___vasprintf_chk
    at vasprintf_chk.c line 68
  • #2 IA__g_vasprintf
    at /usr/include/bits/stdio2.h line 199
  • #3 IA__g_strdup_vprintf
    at /build/buildd/glib2.0-2.21.5/glib/gstrfuncs.c line 244
  • #4 IA__g_strdup_printf
    at /build/buildd/glib2.0-2.21.5/glib/gstrfuncs.c line 270
  • #5 move_to_trash_cb
    at gsearchtool-callbacks.c line 868
  • #6 IA__g_cclosure_marshal_VOID__VOID
    at /build/buildd/glib2.0-2.21.5/gobject/gmarshal.c line 77
  • #7 IA__g_closure_invoke
    at /build/buildd/glib2.0-2.21.5/gobject/gclosure.c line 767
  • #8 signal_emit_unlocked_R
    at /build/buildd/glib2.0-2.21.5/gobject/gsignal.c line 3247

Comment 1 Sebastien Bacher 2009-09-16 14:20:13 UTC
*** Bug 595366 has been marked as a duplicate of this bug. ***
Comment 2 Sebastien Bacher 2009-09-16 14:21:06 UTC
Created attachment 143277 [details] [review]
The issue is due to GError variable not set to null, the change fixes the crash
Comment 3 Cosimo Cecchi 2009-09-16 14:38:06 UTC
Comment on attachment 143277 [details] [review]
The issue is due to GError variable not set to null, the change fixes the crash

Thanks, this looks good to commit after hard code freeze ends.
Comment 4 Dennis Cranston 2009-09-29 05:32:22 UTC
Thank you for the patch.  I have applied it to the main latest and the gnome-2-28 branch.
Comment 5 Dennis Cranston 2009-10-20 15:05:52 UTC
*** Bug 598973 has been marked as a duplicate of this bug. ***