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

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

[Octave-bug-tracker] [bug #47372] Memory leaks and segmentation faults i


From: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #47372] Memory leaks and segmentation faults in Octave
Date: Fri, 08 Apr 2016 05:12:04 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36

Follow-up Comment #106, bug #47372 (project octave):


John: Your version does not segfaults for 
"test imread; clear all; test imread",
so the problem is with my build.

I have used the following script to build octave:


hg clone http://hg.savannah.gnu.org/hgweb/octave
cd octave
./bootstrap
cd ..
mkdir octave-build
cd octave-build
../octave/configure
make
make dist
cp octave-*.tar.gz ~/mxe-octave/pkg
cd ../mxe-octave
hg -v pull
hg -v update
cp octave-*.tar.gz ~/mxe-octave/pkg

PATH=`pwd`/usr/bin:$PATH
autoconf
./configure --enable-octave=default
touch src/default-octave.mk

make nsis-installer


Before starting, I have removed old octave and octave-build directories, 
so the building was from scratch. I did not remove the old mxe-octave
directory.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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