Package: phantomjs Version: 2.1.1+dfsg-2 When trying to render geotraceroute.com as PDF, I get this crash in phantomjs:
2017-01-14T23:48:10 [FATAL] Could not initialize GLX PhantomJS has crashed. Please read the bug reporting guide at <http://phantomjs.org/bug-reporting.html> and file a bug report. Aborted I expected it to render the web page to file instead of crashing. To reproduce, run sudo apt install xvfb phantomjs wget https://raw.githubusercontent.com/ariya/phantomjs/master/examples/render_multi_url.js xvfb-run phantomjs --ssl-protocol any render_multi_url.js 'geotraceroute.com/index.php?node=4&host=www.google-analytics.com' -- Happy hacking Petter Reinholdtsen

