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: Rik
Subject: [Octave-bug-tracker] [bug #56097] Freezing of command window after help sin or doc win
Date: Mon, 8 Apr 2019 17:09:55 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

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

Well, this is progress.  Try this now.


dbstop __makeinfo__
help sin
# Now in debugger in __makeinfo__.m
dbnext


Do the same thing as before and step through the file to find the line which
causes a problem.  My guess is that it will be line 141 where Octave calls out
to the external makeinfo program.


    [status, retval] = system (cmd);


If this is the problem area then you can look at the cmd and try executing it
yourself in a shell.


    _______________________________________________________

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]