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

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

[Octave-bug-tracker] [bug #59237] Crash when pasting 64 commands


From: T Knauss
Subject: [Octave-bug-tracker] [bug #59237] Crash when pasting 64 commands
Date: Fri, 9 Oct 2020 08:06:38 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0

Follow-up Comment #2, bug #59237 (project octave):

Today I found that there is a command "diary on". I indeed actively searched
for some logging functionality, because I noticed that there was an error
message just before the Octave window disappeared.

Here's the relevant part of the log:

(... other output ...)

>> T_S=TS
T_S = (sym 3x3 matrix)

  [s_x   0   0]
  [           ]
  [ 0   s_y  0]
  [           ]
  [ 0    0   1]

>> T_SM=TM*TS
error: called from
    __makeinfo__ at line 141 column 22
    print_usage>get_usage_texinfo at line 131 column 20
    print_usage at line 61 column 30
    size at line 62 column 15
    compare_versions at line 137 column 25
    python_ipc_driver at line 36 column 5
    pycall_sympy__ at line 163 column 11
    mtimes at line 63 column 5
error: 'python_ipc_popen2' undefined near line 62 column 17
>> T_SMO=TO*TM*TS
error: called from
    print_usage at line 61 column 30
    size at line 62 column 15
    compare_versions at line 137 column 25
    python_ipc_driver at line 36 column 5
    pycall_sympy__ at line 163 column 11
    mtimes at line 63 column 5
error: 'TO' undefined near line 1 column 7
>> T_SMOR=TR*TO*TM*TS
error: called from
    print_usage at line 61 column 30
    size at line 62 column 15
    compare_versions at line 137 column 25
    python_ipc_driver at line 36 column 5
    pycall_sympy__ at line 163 column 11
    mtimes at line 63 column 5
error: 'TR' undefined near line 1 column 8
>> T_SMR=TR*TM*TS
error: called from
    print_usage at line 61 column 30
    size at line 62 column 15
    compare_versions at line 137 column 25
    python_ipc_driver at line 36 column 5
    pycall_sympy__ at line 163 column 11
    mtimes at line 63 column 5
error: 'TR' undefined near line 1 column 7

(... other output ...)


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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