GNOME Bugzilla – Bug 350557
loading images over http crashes eog
Last modified: 2006-08-10 19:12:41 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).
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).