laurentj / slimerjs

A scriptable browser like PhantomJS, based on Firefox
http://slimerjs.org
Other
3k stars 258 forks source link

Segfault when clicking on first related video on youtube video page #633

Closed lorien closed 7 years ago

lorien commented 7 years ago

versions

Steps to reproduce the issue

Simple script that send "click" event at the position of first video in related videos block Script source: https://gist.github.com/lorien/d6402ea32b8fd9dfb882eebc0d7f72ac I've tried both xvfb-run and my Xorg environment - same result (segfault)

Actual results:

Log:

Evaluate message: Link URL is https://www.youtube.com/watch?v=cURgfxDl5mo 
Sending click event to position 670,472 
opt/slimer/slimerjs: line 167:  4476 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null

Expected results:

Expecting not to get segmentation fault

lorien commented 7 years ago

False alarm. I forgot to specify correct ff version in SLIMERJSlAUNCHER variable.