octave-maintainers
[Top][All Lists]
Advanced

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

Re: classes.tst hangs octave


From: Dmitri A. Sergatskov
Subject: Re: classes.tst hangs octave
Date: Sun, 29 Oct 2017 21:31:47 -0500



On Sun, Oct 29, 2017 at 8:49 PM, Dmitri A. Sergatskov <address@hidden> wrote:
At least on Fedora
classes.tst hangs with octave running with 100% cpu
see


This is after




​If I do interactively at octave prompt

>> test ../test/classes/classes.tst
***** test snk = Snork ();
 assert (isequal (gick (snk), 1));
 assert (isequal (snk.gick, 1));
 assert (isequal (snk(2), 1));
 assert (isequal (snk{end}, 3));
!!!!! test failed
'Snork' undefined near line 2 column 8
shared variables   scalar structure containing the fields:

    snk = [](0x0)
    snk1 = [](0x0)
    snk2 = [](0x0)
​>>

​but  "make check" hangs​

​Dmitri.
--



reply via email to

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