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

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

[Octave-bug-tracker] [bug #53513] graphics.cc-tst FAIL


From: Rik
Subject: [Octave-bug-tracker] [bug #53513] graphics.cc-tst FAIL
Date: Mon, 2 Apr 2018 12:19:11 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #53513 (project octave):

                  Status:               Confirmed => Ready For Test         

    _______________________________________________________

Follow-up Comment #6:

I just fixed another issue related to lint checking which appears to have
resolved this bug for me.


~/wip/Projects_Mine/octave-dev: hlog -p -r 25081
changeset:   25081:d3baac355a2c
branch:      stable
user:        Rik <address@hidden>
date:        Sun Apr 01 22:16:24 2018 -0700
summary:     GLCanvas.cc: Catch exception by reference to silence
-Wcatch-value warning (bug #53545).

diff -r 699fe9cd51ca -r d3baac355a2c libgui/graphics/GLCanvas.cc
--- a/libgui/graphics/GLCanvas.cc       Sun Apr 01 22:06:24 2018 -0700
+++ b/libgui/graphics/GLCanvas.cc       Sun Apr 01 22:16:24 2018 -0700
@@ -138,7 +138,7 @@ namespace QtHandles
             octave::gl2ps_print (figObj, file_cmd.toStdString (),
                                  term.toStdString ());
           }
-        catch (octave::execution_exception e)
+        catch (octave::execution_exception& e)
           {
             octave_link::post_exception (std::current_exception ());
             end_rendering ();


I ran the test script in comment #3 50 times with no failures.

Marking bug as Ready for Test.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53513>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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