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 387566 - crash in Image Viewer: Looking at photos (~2.1M...
crash in Image Viewer: Looking at photos (~2.1M...
Status: RESOLVED DUPLICATE of bug 354106
Product: eog
Classification: Core
Component: general
2.16.x
Other All
: High critical
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-19 17:01 UTC by wietse.koopmans
Modified: 2006-12-29 18:04 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description wietse.koopmans 2006-12-19 17:01:15 UTC
Version: 2.16.1

What were you doing when the application crashed?
Looking at photos (~2.1MB) by double-clicking on them in nautilus
Several after each other...


Distribution: Ubuntu 6.10 (edgy)
Gnome Release: 2.16.1 2006-10-02 (Ubuntu)
BugBuddy Version: 2.16.0

Memory status: size: 2002944 vsize: 0 resident: 2002944 share: 0 rss: 692224 rss_rlim: 0
CPU usage: start_time: 1166544091 rtime: 0 utime: 126 stime: 0 cutime:0 cstime: 0 timeout: 126 it_real_value: 0 frequency: 13294

Backtrace was generated from '/usr/bin/eog'

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
Comment 1 Damien Durand 2006-12-19 17:16:42 UTC
Thanks for taking the time to report this bug.
Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Comment 2 wietse.koopmans 2006-12-19 21:23:05 UTC
Bug-Buddy did not give me any more info after installing eog-dbgsym, so I tried the gdb method. I don't know if the following is correct, considering the fact that I start eog by double-clicking a .jpg in nautilus.

COMMAND:

ps aux | grep eog | grep -v grep

RESULT:

wietse    8354  0.2  1.2  18156  6336 ?        S    22:17   0:00 /usr/lib/libgnomeui-0/gnome_segv eog 11 2.16.1

COMMAND:

gdb $(which eog) 8354

RESULT:

GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".

Attaching to program: /usr/bin/eog, process 8354
0xffffe410 in __kernel_vsyscall ()
(gdb) cont
Continuing.
Warning:
Cannot insert breakpoint -3.
Error accessing memory address 0xb2c0: Input/output error.

(gdb) thread apply all bt
(gdb) bt
  • #0 __kernel_vsyscall
  • #1 ??
  • #2 ??
  • #3 ??
  • #4 ??
  • #5 ??
  • #6 ??

Comment 3 wietse.koopmans 2006-12-23 19:51:57 UTC
New crash while looking at pictures gave me this information:

Distribution: Ubuntu 6.10 (edgy)
Gnome Release: 2.16.1 2006-10-02 (Ubuntu)
BugBuddy Version: 2.16.0

Memory status: size: 179036160 vsize: 0 resident: 179036160 share: 0 rss: 139153408 rss_rlim: 0
CPU usage: start_time: 1166902702 rtime: 0 utime: 9053 stime: 0 cutime:8666 cstime: 0 timeout: 387 it_real_value: 0 frequency: 2

Backtrace was generated from '/usr/bin/eog'

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1226102592 (LWP 7269)]
[New Thread -1278751840 (LWP 7272)]
[New Thread -1227953248 (LWP 7270)]
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread -1226102592 (LWP 7269))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 gnome_gtk_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 ??
  • #5 cmsCloseProfile
    from /usr/lib/liblcms.so.1
  • #6 ??
  • #7 ??
  • #8 ??
  • #9 eog_image_free_mem_private
    at eog-image.c line 1690
  • #0 __kernel_vsyscall

Comment 4 Pedro de Medeiros 2006-12-29 18:04:35 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 354106 ***