Closed ArnisL closed 7 years ago
The most likely cause of this is PhantomJS which we have no control over. What version are you using? Could you try running it with the PhantomJS 2.5 beta - https://groups.google.com/forum/#!topic/phantomjs/AefOuwkgBh0 -, and master branch of Poltergeist?
Used PhantomJS 2.1.1
Having some troubles testing beta version at the moment. Unsure how to get that up and running on Arch Linux.
Any update on this? Were you able to try PhantomJS 2.5 ?
Sorry... Real life happened and completely forgot about this.
Will give it another shot this weekend.
There's a peculiar phantom crash happening in react_on_rails tutorial app test suite
Crash occurs at spec/features/shared/contexts.rb:51
When test execution briefly stopped with byebug before line:51 - test passes
Strace (got full 30k+ lines log too)
What seems to be telling:
Found on stackoverflow something seemingly related about frame opcodes and web sockets
My uneducated guess is that either:
Any ideas what's going on?