Le Tue, 29 May 2012 10:48:44 +0200,
Eric Bénard <eric at eukrea.com> a écrit :
> here is the full trace.
> There is something strange as it seems a wrong value gets loaded into R3
> leading to the error.
>
and to be complete :
commenting out
printf("%c\b", spinchr[spin++ % (sizeof(spinchr) - 1)]);
in show_progress.c makes the problem disapear.
Eric