Hi Guys,

I am trying to compile procps-3.2.8. I keep getting floating point exceptions when trying to run the tools.

I narrowed the problem to what seems to be an issue with sscanf.

glibc output:
3720798 10228 2410878 64601718 356554 1658 33774 0

musl output:
100 0 0 0 0 0 0 0

I hacked sample code together out of their code to illustrate the problem, which I attach. 
I tried to keep it very close to the original.

Regards
Paul