Bug#839050: js24 crashes on ARM64

2016-12-10 Thread Jeremy Bicha
Control: reopen -1 The fix for this broke gdm, gnome-shell, and cinnamon and had to be reverted so I'm reopening this bug. mozjs24 (24.2.0-5) unstable; urgency=low * Revert fix for ARM64 crashes, causes even more problems (closes: #847542). https://bugs.debian.org/847542 Thanks, Jeremy Bich

Bug#839050: js24 crashes on ARM64

2016-11-13 Thread Ben Hutchings
Control: severity -1 serious On Wed, 28 Sep 2016 14:55:31 +0800 Zheng Xu wrote: > 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 bit

Bug#839050: js24 crashes on ARM64

2016-09-27 Thread Zheng Xu
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 atta