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

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

[Octave-bug-tracker] [bug #47346] after install octave seg faults during


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #47346] after install octave seg faults during startup with --debug option
Date: Tue, 08 Mar 2016 20:59:37 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36

Follow-up Comment #32, bug #47346 (project octave):

Rik:  I tried this, but did not quite get the same
results that you did. I suspect that you may not have
applied John's latest patches?? My system is up to date.
Anyhow, here is what I got:
++
>> dbstop __have_feature__
ans =  25
>> __have_feature__ ("FLTK")
stopped in /usr/local/share/octave/4.1.0+/m/scripts/testfun/__have_feature__.m
at line 25
25:   features = octave_config_info ("features");
debug> dblist
20      ## @deftypefn {Function File} {} __have_feature__ (feature)
21      ## Undocumented internal function.
22      ## @end deftypefn
23      
24      function retval = __have_feature__ (feature)
25-->     features = octave_config_info ("features");
26        if (iscellstr (feature))
27          retval = (all (isfield (features, feature))
28                    && cellfun (@(x) features.(x), feature));
29        elseif (ischar (feature))
30          retval = isfield (features, feature) && features.(feature);
debug> 
--

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47346>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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