octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #52792] Error and crash with imread


From: Stephan Gebauer
Subject: [Octave-bug-tracker] [bug #52792] Error and crash with imread
Date: Wed, 3 Jan 2018 06:18:48 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0

URL:
  <http://savannah.gnu.org/bugs/?52792>

                 Summary: Error and crash with imread
                 Project: GNU Octave
            Submitted by: stephan_ii
            Submitted on: Wed 03 Jan 2018 11:18:47 AM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Segfault, Bus Error, etc.
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Hi,

when executing following code snipped:


plot(sin(0:0.1:20))
print("animation.pdf", "-append");
im = imread("animation.pdf", "Index", "all");


octave throws this error under windows 10:


error: Magick++ exception: Magick: Unable to access configuration file
(delegates.mgk) reported by magick/blob.c:1946 (GetConfigureBlob)
error: called from
    __imread__ at line 78 column 10
    imageIO at line 117 column 26
    imread at line 106 column 30

when i excute again 

im = imread("animation.pdf", "Index", "all");

then Octave crashes completly.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52792>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]