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

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

[Octave-bug-tracker] [bug #55647] crash, hang, error or corrupted output


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #55647] crash, hang, error or corrupted output when printing some demos to EPS
Date: Tue, 5 Feb 2019 17:12:23 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0

URL:
  <https://savannah.gnu.org/bugs/?55647>

                 Summary: crash, hang, error or corrupted output when printing
some demos to EPS
                 Project: GNU Octave
            Submitted by: pantxo
            Submitted on: mar. 05 févr. 2019 22:12:22 UTC
                Category: Plotting with OpenGL
                Severity: 4 - Important
                Priority: 5 - Normal
              Item Group: Segfault, Bus Error, etc.
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

"demo hold 6" quite reliably causes problems when printing to EPS format (see
bug #55529)


for ii=1:100
  ii
  demo hold 6;
  ## axis auto
  print toto.eps -depsc ## -loose
  close all
endfor


This leads to either a crash of Octave, a hang with Ghostscript consuming 100%
CPU or a simple error due to Ghostscript returning a bad status.

This example doesn't crash, hang or error out if I use "axis auto" prior to
printing, so that bug #48689 doesn't come into play. Though, the output figure
has a wrong bounding box. See attached "bad_bbox.eps".

This example works perfectly well when using the "-loose" print option (which
used to be the default in 4.4). So it looks like epstool has problems cropping
some of our gl2ps generated EPS files.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: mar. 05 févr. 2019 22:12:22 UTC  Name: bad_bbox.eps  Size: 252kio   By:
pantxo

<http://savannah.gnu.org/bugs/download.php?file_id=46188>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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