Bug#839048: couchjs crashes on ARM64

2017-01-29 Thread Julien Cristau
Control: tag -1 stretch-ignore On Wed, Sep 28, 2016 at 14:51:23 +0800, Zheng Xu wrote: > Package: libmozjs185-1.0 > > root@3aeb83a7878f:~# cat a.js > print("hello") > root@3aeb83a7878f:~# couchjs a.js > Segmentation fault (core dumped) > AIUI this can't be fixed without an ABI bump. And couchd

Bug#839048: couchjs crashes on ARM64

2016-11-13 Thread Ben Hutchings
Control: severity -1 serious On Wed, 28 Sep 2016 14:51:23 +0800 Zheng Xu wrote: > Package: libmozjs185-1.0 >  > root@3aeb83a7878f:~# cat a.js > print("hello") > root@3aeb83a7878f:~# couchjs a.js > Segmentation fault (core dumped) >  > couchjs is in couchdb-bin, but the issues is caused by a bug i

Bug#839048: couchjs crashes on ARM64

2016-09-27 Thread Zheng Xu
Package: libmozjs185-1.0 root@3aeb83a7878f:~# cat a.js print("hello") root@3aeb83a7878f:~# couchjs a.js Segmentation fault (core dumped) couchjs is in couchdb-bin, but the issues is caused by a bug in mozjs. There is an assumption that the VA bits is less equal than 47 bits in mozjs. But it is no