swarm-support
[Top][All Lists]
Advanced

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

[Swarm-Support] ACUTALIZATION II try


From: Camacho-Trujillo David
Subject: [Swarm-Support] ACUTALIZATION II try
Date: Wed, 25 Aug 2010 18:44:23 +0200

Dear all,

Thanks to the recently available Paul Johnson’s Ubuntu 10.04 version, finally 
now I can install swarm 2.4 and run some of the applications. Now I am trying 
to actualize my own code, which was running fine under gcc 3.4 but not now 
under gcc 4.3.
After compiling with a few (and the same as previously) warnings it just 
crashes while trying to initialize the model, gdb gives me this output:


“Reading symbols from /home/camacho/swarm-2.4.0/swarm2_2/Model3/gamodel...done.
(gdb) run
Starting program: /home/camacho/swarm-2.4.0/swarm2_2/Model3/gamodel
[Thread debugging using libthread_db enabled]

Program received signal SIGSEGV, Segmentation fault.
calc_sizes (argp=0x7fffffffdea0, szs=0x7fffffffe0b0) at argp-parse.c:475
475     argp-parse.c: No such file or directory.
        in argp-parse.c”

I have realized that the problem is that, it tries to reach something in memory 
that does not exist (SIGSEGV) and is related to the “argp-parse.c” from “c”, 
but I cannot see what is unreachable.

I am using a strategy that Paul Johnson uses on his artificial stock market 
(ASM) model to initialize the model from a “Parameters” object (derivate from 
the class “arguments”). This was previously working fine but not now.

Any hints?

David Camacho




reply via email to

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