octave-maintainers
[Top][All Lists]
Advanced

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

Re: wait_for_file ?? [print via pipes - help testing on Windows?]


From: Michael D Godfrey
Subject: Re: wait_for_file ?? [print via pipes - help testing on Windows?]
Date: Sun, 19 Sep 2010 16:28:30 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100907 Fedora/3.1.3-1.fc13 Thunderbird/3.1.3

On 09/19/2010 03:11 PM, Ben Abbott wrote:
> On 09/19/2010 12:10 PM, Ben Abbott wrote:
>> I've pushed a changeset that eliminates the "ans =" stuff.
>> 
>> Ben
>> 
> This looks OK. And, here are my current results running the
> test_printing script locally. The output is attached as test04.out.
> 
> I also tried :
> octave:1> plot(1:200)
> octave:2> title("hello")
> octave:3> print("test04_latex.pdf", "-dpdflatex")
> octave:4> print("test04_plain.pdf", "-dpdf")
> octave:5> quit
> ==================
> The resulting plots are attached.  These look OK to
> me.  Are they what you expect?
> 
> I do not fully understand the remaining errors when running the test_printing
> script.  They may in part be due to -append.  What should this do?
> 
The -append option literally appends another page to an existing ps or pdf file.

Ben

Running through ssh to server I now get:
octave:1> plot(1:200)
octave:2> title("test04")
octave:3> print("test_04.ps")
octave:4> print("test_04.eps")
octave:5> GL2PS error: Bad file pointer
panic: Segmentation fault -- stopping myself...
attempting to save variables to `octave-core'...
save to `octave-core' complete
Segmentation fault (core dumped)
=============================
I tried this a couple of times .ps always worked, .eps always
gave GL2PS error:

Is there anything obviously different about .eps that would cause the
error?

Michael


reply via email to

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