octave-maintainers
[Top][All Lists]
Advanced

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

[FORGE] struct package segmentation fault


From: Juan Pablo Carbajal
Subject: [FORGE] struct package segmentation fault
Date: Fri, 24 Jan 2014 05:05:28 +0100

Octave crashes when installing struct package.
Is anyone else seeing this?

(Ubuntu 13.10, GNU Octave 3.8.0 build from distributed source code
with standard flags)

octave-cli-3.8.0:1> pkg -forge install struct
fields2cell.cc: In function ‘octave_value_list Ffields2cell(const
octave_value_list&, int)’:
fields2cell.cc:37:14: warning: ‘Octave_map’ is deprecated (declared at
/usr/local/include/octave-3.8.0/octave/../octave/oct-map.h:484)
[-Wdeprecated-declarations]
   Octave_map s = args(0).map_value ();
              ^
fieldempty.cc: In function ‘octave_value_list Ffieldempty(const
octave_value_list&, int)’:
fieldempty.cc:37:14: warning: ‘Octave_map’ is deprecated (declared at
/usr/local/include/octave-3.8.0/octave/../octave/oct-map.h:484)
[-Wdeprecated-declarations]
   Octave_map s = args(0).map_value ();
              ^
structcat.cc:32:34: warning: ‘Octave_map’ is deprecated (declared at
/usr/local/include/octave-3.8.0/octave/../octave/oct-map.h:484)
[-Wdeprecated-declarations]
         const octave_value& fillv)
                                  ^
structcat.cc:32:34: warning: ‘Octave_map’ is deprecated (declared at
/usr/local/include/octave-3.8.0/octave/../octave/oct-map.h:484)
[-Wdeprecated-declarations]
structcat.cc:32:34: warning: ‘Octave_map’ is deprecated (declared at
/usr/local/include/octave-3.8.0/octave/../octave/oct-map.h:484)
[-Wdeprecated-declarations]
structcat.cc: In function ‘Octave_map structcat_op_fcn(const
Octave_map&, const Octave_map&, const dim_vector&, const Array<int>&,
const octave_value&)’:
structcat.cc:34:24: warning: ‘Octave_map’ is deprecated (declared at
/usr/local/include/octave-3.8.0/octave/../octave/oct-map.h:484)
[-Wdeprecated-declarations]
   Octave_map retval (dv);
                        ^
structcat.cc: In function ‘octave_value_list Fstructcat(const
octave_value_list&, int)’:
structcat.cc:82:14: warning: ‘Octave_map’ is deprecated (declared at
/usr/local/include/octave-3.8.0/octave/../octave/oct-map.h:484)
[-Wdeprecated-declarations]
   Octave_map retval;
              ^
cell2fields.cc: In function ‘octave_value_list Fcell2fields(const
octave_value_list&, int)’:
cell2fields.cc:68:14: warning: ‘Octave_map’ is deprecated (declared at
/usr/local/include/octave-3.8.0/octave/../octave/oct-map.h:484)
[-Wdeprecated-declarations]
   Octave_map s = args(3).map_value ();
              ^
cell2fields.cc:101:14: warning: ‘Octave_map’ is deprecated (declared
at /usr/local/include/octave-3.8.0/octave/../octave/oct-map.h:484)
[-Wdeprecated-declarations]
   Octave_map retval;
              ^
panic: Segmentation fault -- stopping myself...
Segmentation fault (core dumped)


reply via email to

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