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 686018 - plugin loader does not skip over .debug directory
plugin loader does not skip over .debug directory
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: general
0.15.x
Other Linux
: Normal normal
: ---
Assigned To: rygel-maint
rygel-maint
Depends on:
Blocks:
 
 
Reported: 2012-10-12 11:09 UTC by Tomas Frydrych
Modified: 2012-11-13 08:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
core: Don't search for modules hidden folders (3.23 KB, patch)
2012-10-19 15:02 UTC, Jens Georg
committed Details | Review
core: Skip modules in hidden directories (1.50 KB, patch)
2012-10-19 15:15 UTC, Jens Georg
committed Details | Review

Description Tomas Frydrych 2012-10-12 11:09:06 UTC
I have run into a crash in Guacamayo, with the following BT:

  • #0 _dl_relocate_object
    at dl-reloc.c line 239
  • #1 dl_open_worker
    at dl-open.c line 406
  • #2 _dl_catch_error
    at dl-error.c line 177
  • #3 _dl_open
    at dl-open.c line 638
  • #4 dlopen_doit
    at dlopen.c line 66
  • #5 _dl_catch_error
    at dl-error.c line 177
  • #6 _dlerror_run
    at dlerror.c line 163
  • #7 ??
    from /usr/lib/libgmodule-2.0.so.0

It would appear that the plugin loader is loading files in /usr/lib/rygel-1.0/.debug/ as if they were actual plugins.
Comment 1 Tomas Frydrych 2012-10-12 11:11:18 UTC
Hm, not sure that the way bugzilla represent the BT is very helpful, see no.3 in the actual BT.
Comment 2 Jens Georg 2012-10-19 15:02:42 UTC
Created attachment 226828 [details] [review]
core: Don't search for modules hidden folders

Unless it's .libs so that --enable-uninstalled still works.
Comment 3 Jens Georg 2012-10-19 15:15:18 UTC
Created attachment 226830 [details] [review]
core: Skip modules in hidden directories
Comment 4 Jens Georg 2012-10-19 15:20:09 UTC
Comment on attachment 226830 [details] [review]
core: Skip modules in hidden directories

Attachment 226830 [details] pushed as 0f93419 - core: Skip modules in hidden directories
Comment 5 Jens Georg 2012-10-19 15:20:55 UTC
Attachment 226828 [details] pushed as 230a684 - core: Don't search for modules hidden folders
Comment 6 Jens Georg 2012-11-13 08:56:42 UTC
Released in 0.16.2