Wed 02 Nov 2011 02:39:54 AM UTC, original submission:
max([3,4],[3,4]) % doesn't crash but
max([3,4],[3,4],1) % Crashes!!
Also tried:
max(magic(3),magic(3)') %doesn't crash but
max(magic(3),magic(3)', 1) % Crashes!!
max(magic(3),magic(3)', 2) % Crashes!!
shortest case:
max(1,1) % doesn't crashes
max(1,1,1) % Crashes!!
Also happens with min() function too
Full error msg:
panic: Bus error -- stopping myself...
attempting to save variables to `octave-core'...
save to `octave-core' complete
/usr/bin/octave: line 68: 80314 Bus error OCTAVE_HOME="${OCTAVE_HOME}" PATH="${PATH}" DYLD_LIBRARY_PATH="${DYLD_LIBRARY_PATH}" CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" CXXFLAGS="${CXXFLAGS}" FFLAGS="${FFLAGS}" LDFLAGS="${LDFLAGS}" DL_LDFLAGS="${DL_LDFLAGS}" SED="$SED" MAGICK_HOME="${ROOT}" FONTCONFIG_PATH="${ROOT}/etc/fonts" "${ROOT}/bin/octave-3.4.0" "$@"
|