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 15:25:07 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0

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

Thanks,
I tried your suggestions. Here is the result:
>> dbstop help
ans =  48
>> help sin
stopped in /usr/local/share/octave/5.1.0/m/help/help.m at line 48
48:   if (nargin == 0)
debug> dbnext
stopped in /usr/local/share/octave/5.1.0/m/help/help.m at line 72
72:   elseif (nargin == 1 && ischar (name))
debug>
stopped in /usr/local/share/octave/5.1.0/m/help/help.m at line 74
74:     if (strcmp (name, "--list"))
debug>
stopped in /usr/local/share/octave/5.1.0/m/help/help.m at line 84
84:     if (strcmp (name, "."))
debug>
stopped in /usr/local/share/octave/5.1.0/m/help/help.m at line 95
95:     [text, format] = get_help_text (name);
debug>
stopped in /usr/local/share/octave/5.1.0/m/help/help.m at line 98
98:     switch (lower (format))
debug>
stopped in /usr/local/share/octave/5.1.0/m/help/help.m at line 102
102:         [text, status] = __makeinfo__ (text, "plain text");
debug>

Now octave hangs.

    _______________________________________________________

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]