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

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

[Octave-bug-tracker] [bug #55254] clear all crashes when variable from o


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #55254] clear all crashes when variable from oct file class is displayed in workspace
Date: Wed, 16 Jan 2019 12:47:56 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134

Follow-up Comment #10, bug #55254 (project octave):

I saw it initially in instrument control when doing a clear all from with a
serial port object created.

I also see it if I create a zeromq socket (zmq_socket), get an object in the
windows package (actxserver), both which create and return classes based on
octave_base_value.

If I do a search in the forge package code repos that I have local for classes
using octave_base_value, I get hits on:

communications

database

example-package/plain-package

instrument-control

mpi

parallel

video

windows

zeromq


On all ? of the new classes, we call register_type method on them, at least
for the first use of that class type.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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