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: Rik
Subject: [Octave-bug-tracker] [bug #47346] after install octave seg faults during startup with --debug option
Date: Mon, 07 Mar 2016 19:33:47 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #47346 (project octave):

                  Status:               Need Info => None                   

    _______________________________________________________

Follow-up Comment #8:

@Michael: jwe has been reworking parts of the build system and the structure
field called "features" has been renamed to "build_features".

In my development directory I just did


grep -rn 'octave_config_info' * | grep feature


and I have zero instances of the problem code


octave_config_info('features')


that you are seeing.

My guess is that when you do 'make install' you may be installing to a
directory that has previous versions of Octave installs including, somewhere,
a call to 


octave_config_info('features')


You probably need to track down which file, a .octaverc, a package, etc., is
using the offending line.


    _______________________________________________________

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]