wkz / ply

Light-weight Dynamic Tracer for Linux
https://wkz.github.io/ply
GNU General Public License v2.0
399 stars 152 forks source link

print with 12 characters on arm32 not working #14

Closed ccb3 closed 5 years ago

ccb3 commented 5 years ago

When using print with 12 charachters, such as "hello world!", produces bad output on an arm 32 bit processor.

# ply 'k:sys_epoll_wait { print("hello world!"); exit(0); 
}'
ply: active

000:  68 65 6c 6c 6f 20 77 6f  72 6c 64 21 69 ac 01 00   hello wo rld!i...

ply: deactivating

Also adding another 8, 16, 24 ... characters and so on creates the same problem.