You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently on some machines phantomjs crashes with "SIGFPE, Arithmetic exception" after enabling iitc. Verified with x86_64 Linux binary. It doesn't happen on other Linux x86_64 machines although using the same config, same ingress-ice .js files and same phantomjs binary!
gdb ./phantomjs
(gdb) set args --ignore-ssl-errors=false ice/ice.js ~/.ingress-ice.conf 0
[...]
Thread 1 "phantomjs" received signal SIGFPE, Arithmetic exception.
0x0000000001bc2d48 in ?? ()
(gdb)
Unfortunately phantomjs is lacking debug symbols ...
The text was updated successfully, but these errors were encountered:
For reproducibility something like a docker image might be useful
Well, I'm not familiar with Docker. And as I mentioned before I can't reproduce with a freshly created user, so I would assume I can't reproduce it in a Docker image either ...
Apparently on some machines phantomjs crashes with "SIGFPE, Arithmetic exception" after enabling iitc. Verified with x86_64 Linux binary. It doesn't happen on other Linux x86_64 machines although using the same config, same ingress-ice .js files and same phantomjs binary!
Unfortunately phantomjs is lacking debug symbols ...
The text was updated successfully, but these errors were encountered: