hlachmann wrote on Monday, August 20, 2007:
Hello!!
I want to print all current tasks with vPrintTaskList(). Everything runs fine with one exception: The taskname of the task starting before the scheduler has started, is not shown correctly.
Following scenario:
1) created task before scheduler (task name "VS", task number 0)
2) started scheduler, IDLE task is created (task number 1)
3) created new task (task name "TWI", task number 2) with task 0
4) executed vPrintTaskList in task0
-> all task names are shown correctly except the task name "VS". Instead "VS" "2" is printed. Is this phenomenon known and does anybody know a solution?
I use an AVR ATMega32 with GCC4.2.1
Thanks,
Hendrik