You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I met this problem sometime ago. There're many issues can lead to exception Errno::EAGAIN. It's seem that the debugger process and firefox.exe are not really terminated yet. Fuzzer can cause process very hard too kill, and firefox.exe always runs with single instance. Or this can be problem in RubyVM itself (grinder.rb process), this can be ruby use too much memory (x86 specially). Grinder works perfect with latest ruby 2.2, I think upgrade ruby may help too.
You can add more code to cleanup these process or add wait time for this exception.
rescueErrno::EAGAIN=>eprint_error("#{e.messages}. Wait in 10 seconds then try again")@debugger_pid=nilsleep10end
PS: I read this issue while reading your work great on Firefox. Your Shadow is awesome too :).
Sometimes, quite often actually, I get the following (Win7x64 both on physical and VM systems):
Any ideas?
The text was updated successfully, but these errors were encountered: