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

[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: Thu, 22 Aug 2019 17:03:21 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

Update of bug #49718 (project octave):

                  Status:               Confirmed => Patch Submitted        
                 Release:                   4.2.1 => dev                    

    _______________________________________________________

Follow-up Comment #23:

Could someone, with an MXE setup, build with the attached patch, install
Octave in a directory with space and/or parenthesis, and try to print?


plot (1:10)
print (fullfile (tempdir, "toto.pdf"))
## Parenthesis in file path
basedir = fullfile (tempdir, "path with spaces");
mkdir (basedir);
print (fullfile (basedir, "toto.pdf"))


If this doesn't work, does Octave still crash or does it throw an error?

(file #47381)
    _______________________________________________________

Additional Item Attachment:

File name: quote_popen.patch              Size:1 KB
    <https://savannah.gnu.org/file/quote_popen.patch?file_id=47381>



    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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