peterolson / BigInteger.js

An arbitrary length integer library for Javascript
The Unlicense
1.12k stars 187 forks source link

PhantomJS disconected and crashed on power machine #192

Open dipika21 opened 5 years ago

dipika21 commented 5 years ago

npm version : 5.10.0 node version : 8.9.4 phantomjs version : 2.1.1 (binary created from source code)

Successfully working on X86 ubuntu.

But facing below issue on Power RHEL while "npm install":

INFO [karma-server]: Karma v4.3.0 server started at http:/// INFO [launcher]: Launching browsers PhantomJS with concurrency unlimited INFO [launcher]: Starting browser PhantomJS INFO [PhantomJS 2.1.1 (Linux 0.0.0)]: Connected on socket zeuY1xPjcZpfPG4HAAAA with id 14684572 INFO [launcher]: Trying to start PhantomJS again (2/2). INFO [PhantomJS 2.1.1 (Linux 0.0.0)]: Disconnected browser returned on socket _dT4fOkdTXMAtNfDAAAC with id 18329011 ERROR [phantomjs.launcher]: 1 0x11cdc6bc /path/to/phantomjs/phantomjs() [0x11cdc6bc] ERROR [launcher]: PhantomJS stdout: ERROR [launcher]: PhantomJS stderr: 1 ERROR [launcher]: PhantomJS crashed.

NOTE: Updated packages to latest version from package.json to solve errors while doing npm install.