[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Pkg-octave-devel] Bug#655475: marked as done (octave3.2: Seg-fault to call imread or imshow function)



Your message dated Tue, 21 Apr 2015 20:00:26 +0200
with message-id <20150421180026.GA26896@laboissiere.net>
and subject line Re: [Pkg-octave-devel] Bug#593911: octave3.2: Octave can't read 16 bit images because of graphics magic library quantum depth is 8.
has caused the Debian Bug report #593911,
regarding octave3.2: Seg-fault to call imread or imshow function
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
593911: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593911
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: octave3.2
Version: 3.2.4-12
Severity: normal

Dear Maintainer,

I've aptitude installed the octave-3.2.4 (Source Package: octave3.2 3.2.4-12) [Wheezy/testing] on my 64-bit PC (AMD X955 4 cores) and most of octave functions is OK.

But when I call the imread and imshow function to load a JPEG picture, I encountered a segmentation fault problem like following :


% -------------------- imread seg fault ----------------------

octave-3.2.4:1> imread('/home/mywork/temp/pic/003.jpg')
octave-3.2.4: magick/pixel_cache.c:2765:ModifyCache: Assertion "image->cache != (Cache) ((void *)0)” failed
panic: Aborted -- stopping myself...

% -------------------- imread seg fault ----------------------


% -------------------- imshow seg fault ----------------------
octave-3.2.4:1> imshow('/home/liuxiangyu/temp/pic/003.jpg')
panic: Segmentation fault -- stopping myself...
Segmentation fault
% -------------------- imshow seg fault ----------------------

I've tried some JPEG files, they are all failed. So I send this report to look for your help or advice.
Many Thanks!


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=zh_CN.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages octave3.2 depends on:
ii  libamd2.2.0                           1:3.4.0-2
ii  libarpack2                            3.0.2-2
ii  libatlas3gf-base [liblapack.so.3gf]   3.8.3-27
ii  libblas3gf [libblas.so.3gf]           1.2.20110419-2
ii  libbz2-1.0                            1.0.6-1
ii  libc6                                 2.13-24
ii  libcamd2.2.0                          1:3.4.0-2
ii  libccolamd2.7.1                       1:3.4.0-2
ii  libcholmod1.7.1                       1:3.4.0-2
ii  libcolamd2.7.1                        1:3.4.0-2
ii  libcurl3-gnutls                       7.23.1-3
ii  libcxsparse2.2.3                      1:3.4.0-2
ii  libfftw3-3                            3.3-1
ii  libfltk1.1                            1.1.10-10
ii  libfreetype6                          2.4.8-1
ii  libftgl2                              2.1.3~rc5-4
ii  libgcc1                               1:4.6.2-11
ii  libgfortran3                          4.6.2-11
ii  libgl1-mesa-glx [libgl1]              7.11.2-1
ii  libglpk0                              4.45-1
ii  libglu1-mesa [libglu1]                7.11.2-1
ii  libgomp1                              4.6.2-11
ii  libgraphicsmagick++3                  1.3.12-1.1+b1
ii  libgraphicsmagick3                    1.3.12-1.1+b1
ii  libhdf5-serial-1.8.4 [libhdf5-1.8.4]  1.8.4-patch1-3
ii  libice6                               2:1.0.7-2
ii  libjasper1                            1.900.1-13
ii  libjpeg8                              8c-2
ii  liblapack3gf [liblapack.so.3gf]       3.3.1-1
ii  liblcms1                              1.19.dfsg-1+b1
ii  libltdl7                              2.4.2-1
ii  libncurses5                           5.9-4
ii  libpcre3                              8.12-4
ii  libpng12-0                            1.2.46-3
ii  libqhull5                             2009.1-3
ii  libqrupdate1                          1.1.1-1
ii  libreadline6                          6.2-8
ii  libsm6                                2:1.2.0-2
ii  libstdc++6                            4.6.2-11
ii  libtiff4                              3.9.5-2
ii  libumfpack5.4.0                       1:3.4.0-2
ii  libwmf0.2-7                           0.2.8.4-8.1
ii  libx11-6                              2:1.4.4-4
ii  libxext6                              2:1.3.0-3
ii  libxml2                               2.7.8.dfsg-5.1
ii  octave3.2-common                      3.2.4-12
ii  texinfo                               4.13a.dfsg.1-8
ii  zlib1g                                1:1.2.3.4.dfsg-3

Versions of packages octave3.2 recommends:
ii  gnuplot           4.4.0-1.1
ii  libatlas3gf-base  3.8.3-27

Versions of packages octave3.2 suggests:
pn  octave3.2-doc      <none>
pn  octave3.2-emacsen  <none>
pn  octave3.2-headers  <none>
pn  octave3.2-htmldoc  <none>
pn  octave3.2-info     <none>

-- no debconf information



--- End Message ---
--- Begin Message ---
* Thomas Weber <tweber@debian.org> [2010-08-23 21:35]:

package octave3.2 block 593911 by 557879 thanks

Hi Jonathan, On Sun, Aug 22, 2010 at 02:44:24AM -0400, Jonathan Thomson wrote:
Package: octave3.2
Version: 3.2.4-6
Severity: normal

GraphicsMagick should be configured --with-quantum-depth=16 so that Octave can read 16 bit images. Octave needs to be rebuilt after this change is made.

There's already a bug filed against graphicsmagick in Debian: http://bugs.debian.org/557879

Until this is fixed, there's nothing I can do here.

Bug#557879 has been close on January 25, 2015 [1]. I am hereby closing this bug report.

Rafael

1. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557879#141

--- End Message ---

Reply to: