abrt version: 1.1.18 architecture: i686 Attached file: backtrace, 29314 bytes cmdline: octave comment: I got the same result several times with a jpg as well as a png. I did not try multiple files or other file types. component: octave Attached file: coredump, 41246720 bytes crash_function: LockSemaphoreInfo executable: /usr/bin/octave-3.2.4 kernel: 2.6.35.12-88.fc14.i686 package: octave-6:3.2.4-4.fc14 rating: 4 reason: Process /usr/bin/octave-3.2.4 was killed by signal 6 (SIGABRT) release: Fedora release 14 (Laughlin) time: 1304318181 uid: 500 How to reproduce ----- octave:1> I=imread("car-insurance-policy.jpg"); octave: magick/semaphore.c:525: LockSemaphoreInfo: Assertion `semaphore_info != (SemaphoreInfo *) ((void *)0)' failed. panic: Aborted -- stopping myself... Aborted (core dumped)
Created attachment 496170 [details] File: backtrace
Package: octave-6:3.2.4-4.fc14 Architecture: i686 OS Release: Fedora release 14 (Laughlin) How to reproduce ----- 1. Install octave , octave-forge on FC14 machine 2. start octave 3. open image with scu=imread('twilight_sculler_jonathan_bowcott_rescan_v3.png') Crashes.... [phdgc@desktop ~]$ octave GNU Octave, version 3.2.4 Copyright (C) 2009 John W. Eaton and others. This is free software; see the source code for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, type `warranty'. Octave was configured for "i386-redhat-linux-gnu". Additional information about Octave is available at http://www.octave.org. Please contribute if you find this software useful. For more information, visit http://www.octave.org/help-wanted.html Report bugs to <bug> (but first, please read http://www.octave.org/bugs.html to learn how to write a helpful report). For information about changes from previous versions, type `news'. warning: mark_as_command is obsolete and will be removed from a future version of Octave warning: addpath: /usr/local/share/octave/2.1.72/site/m/octave-forge/: No such file or directory warning: EXEC_PATH is now a function instead of a built-in variable. By assigning to EXEC_PATH, you have created a variable that hides the function EXEC_PATH. To remove the variable and restore the function, type "clear EXEC_PATH" octave:1> scu=imread('twilight_sculler_jonathan_bowcott_rescan_v3.png') octave: magick/semaphore.c:525: LockSemaphoreInfo: Assertion `semaphore_info != (SemaphoreInfo *) ((void *)0)' failed. panic: Aborted -- stopping myself... Aborted (core dumped) [phdgc@desktop ~]$
Backtrace analysis found this bug to be similar to bug #655569, closing as duplicate. Bugs which were found to be similar to this bug: bug #623112, bug #655569, bug #665774, bug #693556, bug #741408 This comment is automatically generated. *** This bug has been marked as a duplicate of bug 655569 ***