[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: singleton cleanup issues (was: Re: Fwd: octave segfaults during exit
From: |
John W. Eaton |
Subject: |
Re: singleton cleanup issues (was: Re: Fwd: octave segfaults during exit) |
Date: |
Fri, 6 Jan 2012 10:00:14 -0500 |
On 6-Jan-2012, Alexander Barth wrote:
| I am using octave 3.5.91. I also noticed that if I do not call "
| <myobjects>::register_type ()" in octcdf, I do not get the crash in
| octave_value_typeinfo when octave closes. Is register_type() really needed?
Yes, it is needed. For example, registering the type allows Octave to
call overloaded operators based on the type of objects.
jwe