#30627: octave-devel crashes on mismatched matrix dimensions ------------------------------------------------+--------------------------- Reporter: jmrosenstock@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: | Port: octave-devel ------------------------------------------------+--------------------------- Comment(by michaelld@…): Interesting. I have octave-devel installed, and it seems to work for me (see below). I think the main difference is that I'm using GCC 4.4 while you're using GCC 4.5. Can you try reinstalling using GCC 4.4? {{{ bash% octave GNU Octave, version 3.4.2 Copyright (C) 2011 John W. Eaton and others. This is free software; see the source code for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, type `warranty'. Octave was configured for "x86_64-apple-darwin10.7.0". Additional information about Octave is available at http://www.octave.org. Please contribute if you find this software useful. For more information, visit http://www.octave.org/help-wanted.html Read http://www.octave.org/bugs.html to learn how to submit bug reports. For information about changes from previous versions, type `news'. octave:1> [ 1 2 ] * [ 1 2 3 ] error: operator *: nonconformant arguments (op1 is 1x2, op2 is 1x3) octave:1> }}} -- Ticket URL: <https://trac.macports.org/ticket/30627#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS