[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #49718] Octave crashes on print/saveas etc whe
From: |
Pantxo Diribarne |
Subject: |
[Octave-bug-tracker] [bug #49718] Octave crashes on print/saveas etc when installed on a directory with parenthesis |
Date: |
Mon, 2 Sep 2019 15:29:22 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0 |
Follow-up Comment #37, bug #49718 (project octave):
@John: Thank you. The attached patch should fix 14, 15, 16, but for eps
formats I am a bit lost.
I know nothing about "8.3 path". Does the path in the error message reproduced
below look like a valid path?
'""C:\Octave\OCTAVE~1.X)\mingw64\bin\gs.exe" -h"' is not recognized as an
internal or external command
This command is run using "system" in print>epstool at line 808, could you try
to understand why it fails, and why we see those strange additional
surrounding double quotes:
dbstop print>epstool 808
plot (1:10)
print ("-debug", fullfile (tempdir (), "toto.eps"))
BTW, "eps2write" is part of any recent ghostscript version, so the easiest fix
for this bug is to simply not run this command and use "eps2write" by default
(as done on linux).
(file #47441)
_______________________________________________________
Additional Item Attachment:
File name: quote_popen5.patch Size:9 KB
<https://savannah.gnu.org/file/quote_popen5.patch?file_id=47441>
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?49718>
_______________________________________________
Message posté via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #49718] Octave crashes on print/saveas etc when installed on a directory with parenthesis,
Pantxo Diribarne <=