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 350557 - loading images over http crashes eog
loading images over http crashes eog
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
2.15.x
Other Linux
: Normal major
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-09 10:45 UTC by Felix Riemann
Modified: 2006-08-10 19:12 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Felix Riemann 2006-08-09 10:45:15 UTC
When I try to load an image over http eog crashes with the following message:

$ eog "http://www.gnome.org/img/flash/summeroutreachbanner.jpg"

Eog-CRITICAL **: add_directory: assertion `info->type == GNOME_VFS_FILE_TYPE_DIRECTORY' failed
aborting...


Unfortunately I am currently unable to make a correct stack trace as there seems to be something wrong with my debug libraries. But I could narrow the problem down to the call to add_directory in eog-image-list.c:650 (else branch).
Comment 1 Lucas Rocha 2006-08-10 19:12:41 UTC
Fixed in HEAD, eog-ng, and gnome-2-14. Thanks for your report!

2006-08-10  Lucas Rocha  <lucasr@gnome.org>

        * libeog/eog-image-list.c (eog_image_list_add_uris): fix critical
        warning when opening remote images (Fixes bug #350557).