[Bug 883175] New: file manager application closes when opening a map containing a JPEG-2000 file
https://bugzilla.novell.com/show_bug.cgi?id=883175 https://bugzilla.novell.com/show_bug.cgi?id=883175#c0 Summary: file manager application closes when opening a map containing a JPEG-2000 file Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: 64bit OS/Version: openSUSE 13.1 Status: NEW Severity: Critical Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: erikwitter@base.be QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0 the file manager application (nautilus?) closes when opening a map containing a JPEG-2000 file, it is possible to copy the map, it is not possible to open files with jp2 estention Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=883175 https://bugzilla.novell.com/show_bug.cgi?id=883175#c1 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dimstar@opensuse.org Component|GNOME |Other AssignedTo|bnc-team-gnome@forge.provo. |nadvornik@suse.com |novell.com | --- Comment #1 from Dominique Leuenberger <dimstar@opensuse.org> 2014-07-24 19:55:10 UTC --- Analysing a crash trace, nautilus actually crashes in 'libjasper'. The same crash can be tested by using 'jasper' directly (hence, crash is NOT related to nautilus). To reproduce with jasper: Retrieve and store the file http://www.fnordware.com/j2k/relax.jp2 (as a sample) Attempt to convert the file using jasper (tested with 1.900.1)
jasper -f relax.jp2 -F relax.jpg -T jpg
The backtrace looks like: #0 0x00007f1c39de2507 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 #1 0x00007f1c39de38b8 in __GI_abort () at abort.c:78 #2 0x00007f1c39ddb4a6 in __assert_fail_base (fmt=0x7f1c39f113e0 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x7f1c3a196349 "dec->image->cmprof_", file=file@entry=0x7f1c3a196322 "jp2_dec.c", line=line@entry=299, function=function@entry=0x7f1c3a19650f "jp2_decode") at assert.c:92 #3 0x00007f1c39ddb552 in __GI___assert_fail (assertion=0x7f1c3a196349 "dec->image->cmprof_", file=0x7f1c3a196322 "jp2_dec.c", line=299, function=0x7f1c3a19650f "jp2_decode") at assert.c:101 #4 0x00007f1c3a170c14 in jp2_decode () from /usr/lib64/libjasper.so.1 #5 0x00007f1c3a1652dd in jas_image_decode () from /usr/lib64/libjasper.so.1 #6 0x00000000004013c1 in ?? () #7 0x00007f1c39dceb05 in __libc_start_main (main=0x4012d0, argc=7, argv=0x7fff6451fbf8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fff6451fbe8) at libc-start.c:285 #8 0x0000000000401793 in ?? () -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com