libann-users
[Top][All Lists]
Advanced

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

[libann-users] GCB Loading 77338 stack frames


From: s5804
Subject: [libann-users] GCB Loading 77338 stack frames
Date: Tue, 9 Oct 2007 00:11:03 +0200

Hi

I am debugging some first example, but the GDB goes crazy on this simple code.
It looks like there is an endless loop in stl map when ExtInput is instantiated.

In the end message: GCB Loading 77338 stack frames
And I get a BAD_EXEC.

Would you possibly have a suggestion what I may have done wrong?

#include <iostream>
#include "ann/fm.h"

int main (int argc, char * const argv[]) {


ann::ExtInput featureVector(2);


featureVector[0]=0.907;
featureVector[1]=1.092;
    return 0;
}


THX

reply via email to

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