swarm-support
[Top][All Lists]
Advanced

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

Re: [Swarm-Support] crash at odd timestep


From: Marcus G. Daniels
Subject: Re: [Swarm-Support] crash at odd timestep
Date: Tue, 19 Feb 2008 23:05:53 -0700
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

Corinne Coen wrote:
-go {
  [[self getActivity] run];
  return [[self getActivity] getStatus];  <== the problem line of code
}
You might want to try putting a breakpoint in gdb like so:

 break Collection.m:119

Then run the model.   When the program stops in gdb, then run:

 bt

To see where it came from. Some list operation is accessing an element out of bounds for whatever reason. First it would be good to know which one, and whether there is a simple explanation.

Marcus


reply via email to

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