Summary: | [abrt] octave-6:3.2.4-3.fc14: LockSemaphoreInfo: Process /usr/bin/octave-3.2.4 was killed by signal 6 (SIGABRT) | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Gert Vervoort <gert.vervoort> | ||||
Component: | octave | Assignee: | Rakesh Pandit <rakesh.pandit> | ||||
Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 14 | CC: | alexl, bob1066, cristovaozr, katalystk, mkopinsky.fedora, mmahut, oscar.yasu, przemek, susi.lehtola, vertex.tao | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | abrt_hash:ab0410ddbc482f926fb4a1e65e8f1262efa9906d | ||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2012-08-16 19:52:03 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Attachments: |
|
Description
Gert Vervoort
2010-11-21 18:32:24 UTC
Created attachment 461854 [details]
File: backtrace
*** Bug 662458 has been marked as a duplicate of this bug. *** Package: octave-6:3.2.4-3.fc14 Architecture: i686 OS Release: Fedora release 14 (Laughlin) How to reproduce ----- 1. start octave 2. read a random image: imread('myimage.tif') 3. crash Comment ----- it seems that the Octave integration with ImageMagick is faulty Same error still present in octave 3.2.4-4.fc14 from updates-testing (Feb 23,2011) Apparently, this is a known incompatibility between octave-3.2.4 and GraphicsMagick-1.3.12 : http://savannah.gnu.org/bugs/?29474 https://bugs.launchpad.net/ubuntu/+source/graphicsmagick/+bug/636021 claims that it's due to a failure to properly initialize ImageMagick: In source file "main.cc" add the following line before the first while in the function (maybe there is a better place, but this one works): I checked this by running octave in GDB and invoking InitializeMagick(0): (gdb) b ReadImage Breakpoint 2 at 0x25131e8: file magick/constitute.c, line 8201. (gdb) c octave:1> img=imread('myimage.tif'); Breakpoint 2, ReadImage (image_info=0xa0f0148, exception=0xbff0d7a0) at magick/constitute.c:8201 (gdb) p InitializeMagick(0) <---- calling the init from GDB (gdb) c octave:2> size(img) <---- imread() call successfully completes ans = 2880 3840 Hi everyone, Just to refresh this issue, as Przemek pointed out (comments #4 and #5), this bug is still present in octave-3.2.4-4.fc14 as of 02/28/2011. I can exactly reproduce the run under gdb. I don't know exactly what to do other than rebuilding my own version in my PC, but the problem will linger on the distribution. Please, anyone around to do the fix ? Thanks in advance. *** Bug 741408 has been marked as a duplicate of this bug. *** *** Bug 693556 has been marked as a duplicate of this bug. *** *** Bug 701218 has been marked as a duplicate of this bug. *** Package: octave-6:3.2.4-4.fc14 Architecture: i686 OS Release: Fedora release 14 (Laughlin) How to reproduce ----- 1.executed imread function 2. 3. This message is a notice that Fedora 14 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 14. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At this time, all open bugs with a Fedora 'version' of '14' have been closed as WONTFIX. (Please note: Our normal process is to give advanced warning of this occurring, but we forgot to do that. A thousand apologies.) Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, feel free to reopen this bug and simply change the 'version' to a later Fedora version. Bug Reporter: Thank you for reporting this issue and we are sorry that we were unable to fix it before Fedora 14 reached end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged to click on "Clone This Bug" (top right of this page) and open it against that version of Fedora. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping |