Package: libmozjs-24-bin

root@3aeb83a7878f:~# cat a.js
print("hello")
root@3aeb83a7878f:~# js24 a.js
Segmentation fault (core dumped)

There is an assumption that the VA bits is less equal than 47 bits in
mozjs. But it is not true any more when we compile the kernel with 48 VA
bits.

Patch is attached which should fix the problem which is a back port version
of the upstream fix.

Reference links :
1. upstream fix : https://bugzilla.mozilla.org/show_bug.cgi?id=1143022
2. redhat fix : https://bugzilla.redhat.com/show_bug.cgi?id=1242326

Attachment: Manually_mmap_heap_memory_esr24.patch
Description: Binary data

Reply via email to