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 313892 - crash when opening a symlink to an image
crash when opening a symlink to an image
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: image viewer
2.11.x
Other Linux
: High critical
: ---
Assigned To: EOG Maintainers
EOG Maintainers
: 316043 362304 410225 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-08-18 21:14 UTC by Sebastien Bacher
Modified: 2007-02-21 21:03 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
Fixes the symlink crash. (582 bytes, patch)
2005-08-29 04:23 UTC, Lucas Rocha
none Details | Review
Added error handling. (623 bytes, patch)
2005-08-29 04:33 UTC, Lucas Rocha
none Details | Review
This one really solves the problem. (602 bytes, patch)
2005-09-29 20:34 UTC, Lucas Rocha
none Details | Review
Fixes the symlink crash. Improved it a little bit. (1.24 KB, patch)
2005-09-30 02:29 UTC, Lucas Rocha
none Details | Review

Description Sebastien Bacher 2005-08-18 21:14:43 UTC
With 2.11.90:
- ln -s /usr/share/pixmaps/gnome-cd.png
- eog gnome-cd.png

Eog-ERROR **: file eog-collection-item.c: line 320 (job_thumb_create): assertion
failed: (*error != NULL)
aborting...

Program received signal SIGABRT, Aborted.

Thread NaN (LWP 3371)

  • #0 __kernel_vsyscall
  • #1 raise
    from /lib/tls/i686/cmov/libc.so.6
  • #2 abort
    from /lib/tls/i686/cmov/libc.so.6
  • #3 IA__g_logv
    at gmessages.c line 497
  • #4 IA__g_log
    at gmessages.c line 517
  • #5 IA__g_assert_warning
    at gmessages.c line 552
  • #6 job_thumb_create
    at eog-collection-item.c line 320
  • #7 eog_job_call_action
    at eog-job.c line 385
  • #8 thread_start_func
    at eog-job-manager.c line 85
  • #9 g_thread_create_proxy
    at gthread.c line 564
  • #10 start_thread
    from /lib/tls/i686/cmov/libpthread.so.0
  • #11 clone
    from /lib/tls/i686/cmov/libc.so.6

Comment 1 Teppo Turtiainen 2005-08-22 17:20:18 UTC
Confirmed.
Comment 2 Lucas Rocha 2005-08-29 04:23:27 UTC
Created attachment 51489 [details] [review]
Fixes the symlink crash.
Comment 3 Lucas Rocha 2005-08-29 04:33:14 UTC
Created attachment 51490 [details] [review]
Added error handling.
Comment 4 Lucas Rocha 2005-09-14 21:55:41 UTC
*** Bug 316175 has been marked as a duplicate of this bug. ***
Comment 5 Lucas Rocha 2005-09-14 21:57:58 UTC
*** Bug 316043 has been marked as a duplicate of this bug. ***
Comment 6 Lucas Rocha 2005-09-29 20:34:46 UTC
Created attachment 52828 [details] [review]
This one really solves the problem.
Comment 7 Lucas Rocha 2005-09-30 02:29:03 UTC
Created attachment 52838 [details] [review]
Fixes the symlink crash. Improved it a little bit.
Comment 8 Tim Gerla 2005-10-07 13:59:54 UTC
Applied, thanks!
Comment 9 Bruno Boaventura 2006-12-03 20:20:40 UTC
*** Bug 362304 has been marked as a duplicate of this bug. ***
Comment 10 Bruno Boaventura 2007-02-21 21:03:52 UTC
*** Bug 410225 has been marked as a duplicate of this bug. ***