GNOME Bugzilla – Bug 690764
crashes when browsing into folders containing .jp2 files
Last modified: 2016-10-27 14:20:02 UTC
Dear developers, When trying to display the content of a folder containing a JPEG2000 (.jp2) file, nautilus crashes. I can easily reproduce this bug in the following nautilus versions : 3.4.2 and 3.6.1 (Debian testing and Debian experimental). And you can very easily check whether it's still present in the version you're using. Steps to reproduce the problem : TMPDIR=$(mktemp -d /tmp/debug.XXXX) wget "ftp://ftp.microimages.com/pub/tnt/data/jp2/NEBMOSAI.jp2" -O "$TMPDIR/buggy.jp2" nautilus "$TMPDIR" and wait a couple of seconds. Thanks,
Created attachment 234502 [details] backtrace I cannot reproduce the crash on nautilus git master (3.7.4). Nautilus does not crash and leave no output on terminal. Anyway, I can reproduce the crash on version 3.6.3, on Fedora 18, so I attached the backtrace. Perhaps noteworthy, it seems that 3.6.3 is trying to get a thumbnail (the icon of the file is status/image-loading.png) while 3.7.4 is not even trying (the icon is mimetypes/image-x-generic.png).
https://git.gnome.org/browse/nautilus/commit/?id=050d031250970b55bbb0e4a58dfaded84c89b354
*** Bug 773585 has been marked as a duplicate of this bug. ***