Hi,
There is an unintialised string (the name variable) in TASK_Create in task.c (visible if you run almost any program with --debugmsg +task). I would try and fix the problem but I have no idea what the correct fix is. Is this just a case of adding *name = 0?
Rob