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

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

[Octave-bug-tracker] [bug #58739] Spurious crash due to exception in Qt5


From: anonymous
Subject: [Octave-bug-tracker] [bug #58739] Spurious crash due to exception in Qt5Core.dll
Date: Thu, 9 Jul 2020 11:43:37 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0

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

I now was able to produce a sample code which reliably leads to the crash!


a=ones(20);
a=a(:,10:20);


Place the code in the editor and set a breakpoint at the second line and start
the code with F5.
When the code breaks, open a in the variable editor.
Then press F10 to single-step ->crash

What probably happens is that the first few columns of a get deleted and the
GUI somehow still wants to paint them in the variable editor.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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