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

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

[Octave-bug-tracker] [bug #38236] invoking script in demo block to defin


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #38236] invoking script in demo block to define variables causes errors (Win32)
Date: Sun, 27 Aug 2017 08:51:30 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0

Follow-up Comment #26, bug #38236 (project octave):

This seems to be due to some kind of race condition.
Executing this script in a recent tip (hg id 9c97909a6c94):

for i1 = 1:20;
  try
    for i2 = 1:100
      u_vr;
    endfor
  catch
  end_try_catch
  disp (i2)
endfor


I see the following on Windows:

>> test_clear_local
 39
 26
 20
 25
 14
 20
 9
 33
 2
 3
 3
 15
 3
 9
 22
 2
 3
 40
 1
 9


And the following on Linux:

>> test_clear_local
 6
 1
 2
 11
 6
 34
 26
 87
 11
 54
 1
 77
 4
 48


Although it always seems to fail in the test suite on Windows and I haven't
seen it yet to fail "make check" on Linux.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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