octave-3.0.0+ segmentation fault

Michael Goffioul michael.goffioul at gmail.com
Sat Jan 5 03:44:29 CST 2008


On 1/4/08, John W. Eaton <jwe at bevo.che.wisc.edu> wrote:
> with the crash happening at the "function = octave_value ()"
> assignment, apparently when rep is deleted in the assignment
> operator.  So what is function at this point?  I think it should be an
> undefined octave_value object.  What is it's rep?  What is it's
> rep->count (apprently only 1 at this point, otherwise it would not be
> deleted in the assignment operator)?

The count is indeed 1, but rep is not undefined: it's an octave_dld_function
that corresponds to the autoloaded gnuplot_binary function from
__gnuplot_raw__.oct.

Michael.


More information about the Octave-maintainers mailing list