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 341393 - cleanup some issues pointed by valgrind and a crasher
cleanup some issues pointed by valgrind and a crasher
Status: RESOLVED FIXED
Product: desktop-file-utils
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal major
: ---
Assigned To: Maintainers of desktop-file-utils
Maintainers of desktop-file-utils
Depends on:
Blocks:
 
 
Reported: 2006-05-11 10:19 UTC by Sebastien Bacher
Modified: 2007-01-22 17:05 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
patch by Gary Coady <gary@lyranthe.org> slightly modified (1.30 KB, patch)
2006-05-11 10:22 UTC, Sebastien Bacher
none Details | Review

Description Sebastien Bacher 2006-05-11 10:19:17 UTC
That bug has described on https://launchpad.net/distros/ubuntu/+source/desktop-file-utils/+bug/43977

"Cannot install many packeges because post install / configure scripts would execute "update-desktop-database -q" which however always segfaults. The only information I was able to get:

(gdb) run -q
Starting program: /usr/bin/update-desktop-database -q
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
0xb7dc98e7 in opendir () from /lib/tls/i686/cmov/libc.so.6
(gdb) bt
  • #0 opendir
    from /lib/tls/i686/cmov/libc.so.6
  • #1 g_dir_open
    from /usr/lib/libglib-2.0.so.0

Comment 1 Sebastien Bacher 2006-05-11 10:22:32 UTC
Created attachment 65230 [details] [review]
patch by Gary Coady <gary@lyranthe.org> slightly modified

Patch used for the Ubuntu package, it fixes the crash and the issues pointed by valgrind
Comment 2 Vincent Untz 2006-06-02 18:36:42 UTC
eggdesktopentries.c is not used any more and the second part of the patch is already in CVS (and in 0.11, I believe). Is it okay to close the bug?
Comment 3 Sebastien Bacher 2006-06-04 12:38:15 UTC
yeah, looks fine, marking as fixed