Changes between Version 1 and Version 2 of Ticket #63220


Ignore:
Timestamp:
Jul 6, 2021, 9:24:09 PM (3 years ago)
Author:
dbl001 (dbl)
Comment:

I tried building octave from source with these configure options ` ./configure --prefix=/opt/local --with-framework-carbon --without-x --enable-static --disable-openmp --disable-java --with-qt=5 --without-fltk --with-framework-opengl --disable-jit --with-sndfile --with-portaudio --with-magick=GraphicsMagick --enable-docs --disable-silent-rules --enable-link-all-dependencies '--with-amd=-lamd -lsuitesparseconfig' '--with-camd=-lcamd -lsuitesparseconfig' '--with-colamd=-lcolamd -lsuitesparseconfig' '--with-cholmod=-lcholmod -lsuitesparseconfig' '--with-cxsparse=-lcxsparse -lsuitesparseconfig' '--with-umfpack=-lumfpack -lsuitesparseconfig' 'FLIBS=-L/opt/local/lib/gcc10 -lgfortran -lquadmath -lm' '--with-blas=-L/opt/local/lib -lvecLibFort' --with-lapack= CC=/usr/bin/clang 'CFLAGS=-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -arch x86_64' 'LDFLAGS=-L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -arch x86_64' 'CPPFLAGS=-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' 'YACC=/opt/local/bin/bison -y' CXX=/usr/bin/clang++ 'CXXFLAGS=-pipe -Os -std=gnu++11 -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -arch x86_64' F77=/opt/local/bin/gfortran-mp-10 'FFLAGS=-pipe -Os -m64' --no-create --no-recursion

` and it crashed with runtests()

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63220

    • Property Summary changed from octave @6.2.0: GUI exited with signal 11 to octave exited with signal 11
  • Ticket #63220 – Description

    v1 v2  
    44octave exited with signal 11
    55
    6 {{{
     6```
    77Process:               octave-gui [42995]
    88Path:                  /opt/local/libexec/*/octave-gui
     
    834834Thunderbolt Bus: iMac, Apple Inc., 63.3
    835835
    836 }}}
     836```