2016-10-06 12:28 GMT+02:00 Jérémy Lal <kapo...@melix.org>: > > > 2016-09-04 16:41 GMT+02:00 Sam Imberman <simber...@gmail.com>: > >> >> >> This is using nodejs 4.4.7 from sid: >> >> (gdb) run >> Starting program: /usr/bin/nodejs >> [Thread debugging using libthread_db enabled] >> Using host libthread_db library "/lib/powerpc-linux-gnu/libthr >> ead_db.so.1". >> [New Thread 0xb7fba450 (LWP 6224)] >> [New Thread 0xb77ba450 (LWP 6225)] >> [New Thread 0xb6fba450 (LWP 6226)] >> [New Thread 0xb67ba450 (LWP 6227)] >> >> Thread 1 "nodejs" received signal SIGILL, Illegal instruction. >> 0x41418f28 in ?? () >> (gdb) x/i $pc >> => 0x41418f28: fcfid f1,f1 >> (gdb) x/x $pc >> 0x41418f28: 0xfc200e9c >> >> > Thanks, > > If powerpc G4 cpu is officially supported by debian powerpc architecture > and > if you can reproduce this with nodejs 4.x (from debian/sid), then nodejs > package > should also be removed from powerpc arch. >
Upstream issues: https://github.com/ibmruntimes/v8ppc/issues/100 and https://github.com/ibmruntimes/node/issues/65. Jérémy