MYoha
New Contributor
5 years agoJAMPLAYER for ARM
Hi,
We have a customer running into jamplayer error ('syntax error') message.
They are running it after porting to ARMv8 (64-bit).
Error message attached.
Are there additional steps required before running jamplayer on ARMv8?
The error appears to be related to jamarray.c line ~694.
Uncompressed_length is coming back with -145804055115961248 , and out_size = 27744
Why is uncompressed length value a negative number?
In addition, out_size in jamexec.c shows calling jam_uncompress (vs. in jamarray.c which uses heap_record dimension for calculating the value)
Thanks