libann-users
[Top][All Lists]
Advanced

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

Re: [libann-users] GCB Loading 77338 stack frames


From: John Darrington
Subject: Re: [libann-users] GCB Loading 77338 stack frames
Date: Wed, 10 Oct 2007 21:33:13 +0800
User-agent: Mutt/1.5.13 (2006-08-11)

Your example works fine for me.

I can only suggest there must be a problem with the way you built
and/or installed the library. Possibly a binary compatibility problem.

Check that you're linking against the same version of stl as you
compiled the library.

J'

On Tue, Oct 09, 2007 at 12:11:03AM +0200, address@hidden wrote:
     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

     _______________________________________________
     libann-users mailing list
     address@hidden
     http://lists.nongnu.org/mailman/listinfo/libann-users


-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.


Attachment: signature.asc
Description: Digital signature


reply via email to

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