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

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

[Octave-bug-tracker] [bug #34723] crash caused by DIM arg "1": max([3, 4


From: Clem
Subject: [Octave-bug-tracker] [bug #34723] crash caused by DIM arg "1": max([3, 4], [3, 4], 1)
Date: Wed, 02 Nov 2011 02:39:55 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0.1) Gecko/20100101 Firefox/7.0.1

URL:
  <http://savannah.gnu.org/bugs/?34723>

                 Summary: crash caused by DIM arg "1":  max([3,4],[3,4],1) 
                 Project: GNU Octave
            Submitted by: clemwang
            Submitted on: Wed 02 Nov 2011 02:39:54 AM GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: Clem
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.0
        Operating System: Mac OS

    _______________________________________________________

Details:

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" "$@"




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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