This line in the original abort message tells you where the problem
is (see the first message):

planetsplitter: nodesx.c:190: SortNodeList: Assertion `nodesx->idata' failed.

This particular line of code in version 2.2 says:

 assert(nodesx->idata); /* Check malloc() worked */

You don't need the stack trace to find the cause of the problem, the
error message points to the code and the line of code tells you.


The computer that is trying to run Routino does not have enough
memory so the memory allocation failed.

-- 
Andrew.
----------------------------------------------------------------------
Andrew M. Bishop                             a...@gedanken.demon.co.uk
                                              http://www.routino.org/


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to