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

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

[Octave-bug-tracker] [bug #64564] octave-8.3.0-w32: "Access violation" c


From: Benjamin Szőke
Subject: [Octave-bug-tracker] [bug #64564] octave-8.3.0-w32: "Access violation" crash at PDF print() saving
Date: Mon, 21 Aug 2023 14:19:47 -0400 (EDT)

Follow-up Comment #16, bug #64564 (project octave):

No,


octave:1> x = 0:0.1:5;
octave:2> y = sin(x);
octave:3> f = figure;
octave:4> plot(x, y)
octave:5> print(f, "sin.pdf", "-dpdf", "-nosvgconvert");
Magick: caught exception 0xC0000005 "Access violation"...



octave:1> x = 0:0.1:5;
octave:2> y = sin(x);
octave:3> f = figure;
octave:4> plot(x, y)
octave:5> print(f, "sin.svg", "-dsvg", "-nosvgconvert");
Magick: caught exception 0xC0000005 "Access violation"...


[comment #15 comment #15:]
> Does it work if you add `-nosvgconvert` as a flag to the print command?
> 


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64564>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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