ingo_weinhold@xxxxxx wrote: > Log: > thread_create_thread(): Be less lenient with the given user stack > size. Fail, > if it doesn't meet our requirements, instead of just using the default > value. Since the user requesting a certain stack size should not know what other kind of stuff is put there (only the actual usable stack size matters), why not simply enlarge the stack by what else is needed instead? Bye, Axel.