[Freeciv-Dev] Re: (PR#12261) Reproducible crash of server
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12261 >
Joachim de Groot wrote:
> <URL: http://bugs.freeciv.org/Ticket/Display.html?id=12261 >
>
> How can I produce more debug output?
Well the RPT file says it's a "stack overflow". Having just done a
little research on this, I think that means you're out of memory for
your stack, and windows isn't smart enough to give you more (which it
could easily do). So this is a windows bug not a freeciv bug.
Read http://support.microsoft.com/?kbid=145799&sd=RMVP and see if their
suggestions help.
One might wonder what freeciv could be doing that uses so much stack.
If anyone wants to do some profiling here we might be able to reduce the
amount needed (but probably just at the cost of more heap memory).
-jason
|
|