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: bpabbott
Subject: Re: wait_for_file ?? [print via pipes - help testing on Windows?]
Date: Wed, 22 Sep 2010 18:10:55 +0000 (GMT)

On Sep 22, 2010, at 11:53 AM, Marco Atzeri <address@hidden> wrote:

--- Ven 17/9/10, Ben Abbott ha scritto:

> I no longer have any errors with
> testing the printing on MacOS 10.6.4.
>
> For complete functionality it is necessary to have
> pstoedit, fig2dev (from TransFig), and epstool installed.
>
> I'm unable to do any testing for Windows. So it would be
> appreciated if a Windows user can test this changeset.
>
> There's been some recent changesets that have effected my
> results, so I suggest pulling the current sources, and a
> build fresh.
>
> My tip is ...
>
>     http://hg.savannah.gnu.org/hgweb/octave/rev/88687577519f
>
> Ben
>

Hi Ben,
here again on cygwin after having solved my recent
build problems.

$ hg tip
changeset: 11013:63f79f798a14
tag: tip
user: Jaroslav Hajek <address@hidden>
date: Wed Sep 22 09:04:56 2010 +0200
summary: fix small typos in new tests

the test_printing("gnuplot") is fine.

However with fltk, for any type of devices I tested
the plot file is created and looks fine, but
octave segfaults:

-----------------------------------------
test_printing("fltk","-djpg")
backend is fltk
print fltk-jpg -djpg
panic: Segmentation fault -- stopping myself...
attempting to save variables to `octave-core'...
save to `octave-core' complete
Segmentation fault
-----------------------------------------

ideas ?

Marco
 
I get seg-faults when running Octave in VirtualBox. The problem there has to do with OpenGL. Before a seg-fault I see the warnings below. Usually, my session survives the 1st instance of these warnings but dies on the second.

OpenGL Warning: vboxCall failed with VBox status code = -39
OpenGL Warning: SHCRGL_GUEST_FN_WRITE_READ (28-17464) failed with ffffffdb ffffffea

I did  a google and found examples where similar problems were resolved by turning off 3D OpenGL acceleration. After turning off 3D acceleration, I get the complaint below ...

OpenGL Warning: Failed to connect to host. Make sure 3D acceleration is enabled for this VM.

In spite of the error, the fltk printed output is produced and the plots are displayed correctly.

Its just a wild guess, but perhaps something similar is happening on your end?

Ben


reply via email to

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