RaspberryPiFoundation / lesson_format

Lesson formatter
17 stars 28 forks source link

Phantomjs crashes are currently ignored :( #87

Closed andylolz closed 5 months ago

andylolz commented 9 years ago

Quite difficult to debug this one as it’s intermittent.

If anyone knows a good way to force phantom.js to crash, that would actually be really helpful!

codecleaner commented 9 years ago

Maybe a good way to debug this is to execute other process instead of phantomjs in build.py? You could even write your own process that crashes when you want it to.

andylolz commented 9 years ago

I pinned the version of phantom.js we’re using to 1.9.2 and I honestly cannot remember why (though I’m sure there was a reason!)

I wonder if a newer version (e.g. 1.9.7) will crash less often on heroku?