help-octave
[Top][All Lists]
Advanced

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

liboctave crash


From: bob
Subject: liboctave crash
Date: Fri, 27 Jul 2012 17:08:51 +0530

Hi,

I am trying to run this small code:

#include <iostream>
#include <octave/oct.h>

using namespace std;

int main()  {
    ComplexMatrix A = ComplexMatrix(2,2);
    return 0;
}

Using octave-3.6.2 (MinGW), I am able to build the file. But when I run it, I get a seg-fault:

Program received signal SIGSEGV, Segmentation fault.
In libstdc++-6!_ZNKSs7_M_dataEv () (C:\MinGW\bin\libstdc++-6.dll)

Even using:

mkoctfile --link-stand-alone <file>

I get the same crash.

System: WinXP SP2 (32bit), Core 2 Duo

Any help ?
--
bob

reply via email to

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