On Wed, 2017-12-06 at 13:00 +, Silva João wrote:
> From info task, all tasks are in "Runnable" state. There are 39 in this list.
>
> From gdb the program seems blocked reading a file (libc read()).
If you have 39 tasks in Runnable state, I guess that they are not all
blocked in libc read ?
So,
Thanks.
> The above error is triggered because you are using the gnat 'used stack'
> measurement package. This package 'paints' the stack to see what has
> been consumed. It paints more than the program really uses (of course
> :),
> and so it is completely normal that memcheck reports an error.