CONFIGURE_MAXIMUM_TASKS question

Harris, Andrew Andrew.Harris at jhuapl.edu
Wed Sep 17 01:03:50 UTC 2003


> -----Original Message-----
> From: Angelo Fraietta [mailto:afraiett at bigpond.net.au]
> Sent: Tuesday, September 16, 2003 6:33 PM
> To: Harris, Andrew
> Cc: 'rtems-users at rtems.com'
> Subject: Re: CONFIGURE_MAXIMUM_TASKS question
> 
> 
> Have you defined
> CONFIGURE_EXTRA_TASK_STACKS
> ?
> I do this:
> #define CONFIGURE_EXTRA_TASK_STACKS 
> (CONFIGURE_MAXIMUM_TASKS*10*RTEMS_MINIMUM_STACK_SIZE)
> 

Hi Angelo,

	Thanks for the response.  I tried setting 
CONFIGURE_EXTRA_TASK_STACKS to 64000, but that didn't help.

	I'm also wondering what test sp02 is actually testing.  I searched
around but was only able to find this page describing the test cases:

http://botzilla.free.fr/rtems/sptest_toc.html

	Is there another document that describes what the test cases are
testing?  Is this page accurate?

	I took out parts of sp02 it and it starting working better.  Slowly
putting parts back in it continued to work... with all three tasks.  I
currently have removed the task_delete and task_(re)starts of tasks 1 and 3
in init.c, and the suspend then delete of task2 in task 1.

	It seems there are alot of starts/suspends/deletes of tasks from
other tasks making the test complicated.

	If anyone can explain what it's trying to test, I'd appreciate it.

thanks,
-andrew



More information about the users mailing list