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

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

[Octave-bug-tracker] [bug #56097] Freezing of command window after help


From: Dieter Kadelka
Subject: [Octave-bug-tracker] [bug #56097] Freezing of command window after help sin or doc win
Date: Mon, 8 Apr 2019 19:16:18 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0

Follow-up Comment #11, bug #56097 (project octave):

Hello Rik,
the problem seems to be the command delete and with it unlink.m4
with octave-5.1.0 --nogui
delete('/tmp/octave-help-tBqQGc')
works as expected, but with octave-5.1.0 --gui
octave freezes.

The problem seems to be in line 51 of delete.m:
51:         [err, msg] = unlink (file);

This command freezes octave --gui

Maybe the problem actually is in unlink.m4, lines 46-53
$host_os seems to be not correctly identified.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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