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

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

[Octave-bug-tracker] [bug #49779] print /non/existing/dir/file.svg crash


From: Rik
Subject: [Octave-bug-tracker] [bug #49779] print /non/existing/dir/file.svg crashes octave
Date: Tue, 6 Dec 2016 21:17:43 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #49779 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #2:

Confirmed. This bug has been reported in other guises.  The issue is that the
GUI has multiple threads with one for Qt plotting and one for Octave
processing.  When using C++ exceptions in the Qt thread the system libraries
are not channeling the exception to the handler that the Octave main thread
has installed.  Instead, no handler is registered so the default terminate
function is called which stops the program.

This is a nasty but of cross-thread programming that I don't know how to
resolve just yet.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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