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

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

[Octave-bug-tracker] [bug #40744] assert not robust against errors and i


From: Hartmut
Subject: [Octave-bug-tracker] [bug #40744] assert not robust against errors and interrupts (CTRL-C)
Date: Fri, 25 Nov 2016 22:18:49 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

Follow-up Comment #1, bug #40744 (project octave):

This is probably FIXED in Octave 4.2.0.

When I look at the code of assert.m, then I see the following happening with
the variable call_depth:


  persistent call_depth = -1;

  unwind_protect

    call_depth += 1;

  unwind_protect_cleanup
    call_depth -= 1;
  end_unwind_protect



So I think that it is not possible any more to hinder the execution of the
final decrement statement.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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