[galib] not enough memory for evolution?
gio sarto
teofilo68 at yahoo.co.uk
Mon Dec 6 03:46:46 EST 2004
Hi Annelie
in my opinion it is very unlikely that the program
crashes because the evolution process needs too much
memory, since that would normally just cause a
slowdown
of the execution due to swapping between RAM and
hard-disk cache memory.
I would suggest you try to run your application under
a debugger (gdb for instance) and see what happens,
it is otherwise very hard for you to guess what
causes the crash. Also, if your program generates
a core dump before crashing, feed it to gdb:
> gdb -c core path_to_your_executable
it might directly tell you the line where it had
crashed.
Greets
Giovanni Sartoni
--- Annelie Holzkämper <annelie.holzkaemper at ufz.de>
wrote:
> Hi all,
>
> I am using GAlib for a spatial optimization of a
> landscape. So I chose
> the "GA2DArrayAlleleGenome<int> genome".
> When I choose landscapes of a larger extent (e.g.
> 800x600 Pixels) the
> program crashs down after genome initialization when
> the ga evolution
> process starts (or should start). I assume that this
> is due to the fact
> that the evolution process needs too much memory.
> Could that be? And if
> so, what could be done about it? I use cygwin as
> compiler.
> Has anybody experienced a similar problem? I'd be
> grateful for any hints
> concerning this issue.
>
> Thanks in advance!
> Annelie Holzkämper, Leipzig, Germany
>
> _______________________________________________
> galib mailing list
> galib at mit.edu
> http://mailman.mit.edu/mailman/listinfo/galib
>
___________________________________________________________
ALL-NEW Yahoo! Messenger - all new features - even more fun! http://uk.messenger.yahoo.com
More information about the galib
mailing list