ariya / phantomjs

Scriptable Headless Browser
http://phantomjs.org
BSD 3-Clause "New" or "Revised" License
29.46k stars 5.76k forks source link

phantomjs 1.9.8 crashes on CentOS 8.1 #15450

Closed sajithcr closed 3 years ago

sajithcr commented 3 years ago

I am using phantomjs for some chart creation purpose. On a centos setup, phantomjs crashes.

/opt/phantomjs/bin/phantomjs /opt/portal/scripts/highcharts/highcharts-convert.js -host 127.0.0.1 -port 7777

PhantomJS has crashed. Please read the crash reporting guide at https://github.com/ariya/phantomjs/wiki/Crash-Reporting and file a bug report at https://github.com/ariya/phantomjs/issues/new with the crash dump file attached: \/▒/6f0368f3-302b-133b-130a69a9-5211b42d.dmp Segmentation fault (core dumped)

backtrace is

cat core_backtrace { "signal": 11 , "executable": "/opt/aptare/phantomjs/bin/phantomjs" , "only_crash_thread": true , "stacktrace": [ { "crash_thread": true , "frames": [ { "address": 28886864 , "build_id_offset": 24692560 , "file_name": "/opt/aptare/phantomjs/bin/phantomjs" } , { "address": 28887614 , "build_id_offset": 24693310 , "file_name": "/opt/aptare/phantomjs/bin/phantomjs" } , { "address": 28889186 , "build_id_offset": 24694882 , "file_name": "/opt/aptare/phantomjs/bin/phantomjs" } , { "address": 28891034 , "build_id_offset": 24696730 , "file_name": "/opt/aptare/phantomjs/bin/phantomjs" } , { "address": 28961544 , "build_id_offset": 24767240 , "file_name": "/opt/aptare/phantomjs/bin/phantomjs" } , { "address": 28951643 , "build_id_offset": 24757339 , "file_name": "/opt/aptare/phantomjs/bin/phantomjs" } , { "address": 28937165 , "build_id_offset": 24742861 , "file_name": "/opt/aptare/phantomjs/bin/phantomjs" } , { "address": 28895385 , "build_id_offset": 24701081 , "file_name": "/opt/aptare/phantomjs/bin/phantomjs" } , { "address": 4365744 , "build_id_offset": 171440 , "file_name": "/opt/aptare/phantomjs/bin/phantomjs" } , { "address": 4294693 , "build_id_offset": 100389 , "file_name": "/opt/aptare/phantomjs/bin/phantomjs" } , { "address": 4234547 , "build_id_offset": 40243 , "file_name": "/opt/aptare/phantomjs/bin/phantomjs" } , { "address": 4241078 , "build_id_offset": 46774 , "file_name": "/opt/aptare/phantomjs/bin/phantomjs" } , { "address": 4357534 , "build_id_offset": 163230 , "file_name": "/opt/aptare/phantomjs/bin/phantomjs" } ] } ] }

stack from minidump_stackwalk attached: phantomjs198stack.txt

Please help to debug this issue. Selinux and firewall is turned off.

sajithcr commented 3 years ago

phantomjs211 worked fine. So closing.