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
]
liboctave crash
,
bob
<=
Re: liboctave crash
,
Juan Pablo Carbajal
,
2012/07/27
Re: liboctave crash
,
Andy Buckle
,
2012/07/27
Re: liboctave crash
,
bob
,
2012/07/27
Re: liboctave crash
,
Juan Pablo Carbajal
,
2012/07/27
Re: liboctave crash
,
Juan Pablo Carbajal
,
2012/07/27
Re: liboctave crash
,
bob
,
2012/07/27
Prev by Date:
Re: Problem in 3.6.2 on SL6 with hdf5
Next by Date:
Re: Intergration help required
Previous by thread:
Problem in 3.6.2 on SL6 with hdf5
Next by thread:
Re: liboctave crash
Index(es):
Date
Thread