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

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

[Octave-bug-tracker] [bug #54920] sigabrt (signal-6) crash with AutoScal


From: Rik
Subject: [Octave-bug-tracker] [bug #54920] sigabrt (signal-6) crash with AutoScale in xscale = log mode
Date: Tue, 30 Oct 2018 21:15:51 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0

Follow-up Comment #7, bug #54920 (project octave):

When Octave crashes I am getting the following output:


error: set: "cameratarget" must be finite
terminate called after throwing an instance of 'octave::execution_exception'
fatal: caught signal Aborted -- stopping myself...
Abort (core dumped)


One plausible hypothesis is that the validation on the set command
(add_constraint in graphics.in.h) is throwing an error.  And then Octave is
experiencing the familiar problem that an error in one thread (say the GUI) is
not caught by the exception handler in the main thread and so the whole
program aborts.


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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