octave-maintainers
[Top][All Lists]
Advanced

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

Re: classes.tst hangs octave


From: John W. Eaton
Subject: Re: classes.tst hangs octave
Date: Mon, 30 Oct 2017 12:45:28 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 10/30/2017 11:58 AM, Dmitri A. Sergatskov wrote:
> ​Is there a way i could enable echo for this test ?
> (I assume, by modifying classes.tst)

Yes, you should be able to set echo on in the test.

If it is hanging, then you could also try to attach to the octave-gui process with "gdb -p PID", interrupt the process, and then get a stack trace to see where it is looping. Or, maybe it has crashed with a segfault? I think that currently appears to hang Octave because the wrapper process for octave-gui is not exiting properly when octave-gui segfaults.

jwe



reply via email to

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