GNOME Bugzilla – Bug 155553
crash on bogus png
Last modified: 2005-08-15 01:57:21 UTC
Distribution: Debian testing/unstable Package: EOG Severity: normal Version: GNOME2.8.1 2.8.1 Gnome-Distributor: Ubuntu Synopsis: crash on bogus png Bugzilla-Product: EOG Bugzilla-Component: general Bugzilla-Version: 2.8.1 BugBuddy-GnomeVersion: 2.0 (2.8.0) Description: Description of the crash: if you select png files that are corrupted Steps to reproduce the crash: 1. make a file .png 2. put crap on it 3. open with eog Expected Results: PONG! crash How often does this happen? everytime Additional Information: hope it helps Debugging Information: Backtrace was generated from '/usr/bin/eog' (no debugging symbols found)...Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". ------- Bug moved to this database by unknown@bugzilla.gnome.org 2004-10-15 19:43 ------- Unknown platform unknown. Setting to default platform "Other". Unknown milestone "unknown" in product "EOG". Setting to default milestone for this product, '---' The original reporter of this bug does not have an account here. Reassigning to the person who moved it here, unknown@bugzilla.gnome.org. Previous reporter was muldy@bragatel.pt. Setting to default status "UNCONFIRMED". Setting qa contact to the default for this product. This bug either had no qa contact or an invalid one.
Can you please attach such a bogus png file? Thanks.
I'm unable to conjure up a PNG file that crashes EOG. Please provide a file that does. Also, that stack trace is unfortunately not very useful in determining the cause of the crash. Please make sure that the package was compiled with debugging symbols and see http://bugzilla.gnome.org/getting-traces.cgi for more information about useful stack traces.
This happens in the 2.9.1 version of EOG also. Platform:Novell Linux Desktop GNOME version:2.9.x(head) Steps to reproduce the problem: 1.Create a text file(say 'testfile'). 2.Change the name of the file to 'testfile.png'. 3.Open this file with EOG 4.There it is EOG crashes. Additional Information: Adding the stack trace generated by bug-buddy. Backtrace was generated from '/opt/gnome2/bin/eog' Using host libthread_db library "/lib/tls/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 1087878080 (LWP 17411)] [New Thread 1096141744 (LWP 17414)] [Thread debugging using libthread_db enabled] [New Thread 1087878080 (LWP 17411)] [New Thread 1096141744 (LWP 17414)] [Thread debugging using libthread_db enabled] [New Thread 1087878080 (LWP 17411)] [New Thread 1096141744 (LWP 17414)] [New Thread 1094040496 (LWP 17413)] 0xffffe410 in ?? ()
+ Trace 53768
Thread 3 (Thread 1094040496 (LWP 17413))
eog also crashing by saving a textfile to some of the supported eog types(bmp,gif,jpg,pnm) and opening with eog. The error message displayed in the terminal is: (eog:569): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (objec t)' failed Eog-ERROR **: file eog-image.c: line 843 (real_image_load): assertion failed: (i mage != NULL)
from https://bugzilla.ubuntu.com/5937 easy way to get the crash: "echo "TP1 blah">testfile.bmp; eog testfile.bmp"
+ Trace 61749
seems to happen in real_image_load () confirming and adjusting version to 2.10.x
*** This bug has been marked as a duplicate of 300072 ***