mrennie/crossfire

Exception stopping Crossfire

Opened this issue · 2 comments

Steps:

  1. start FF + FB + CF - in my case using FF 11, FB 1.9.1 and CF 0.3a11
  2. use the status icon to disconnect CF

you get the following exception:

Timestamp: 3/22/2012 1:11:11 PM
Error: [Exception... "'JavaScript component does not have a method named: "onStopListening"' when calling method: [nsIServerSocketListener::onStopListening]" nsresult: "0x80570030 (NS_ERROR_XPC_JSOBJECT_HAS_NO_FUNCTION_NAMED)" location: "" data: no]

Not sure yet if it is CF causing it...

It was indeed CF causing the problem, we did not implement the onStopListening function in our socket listener.

We do now though: https://github.com/firebug-crossfire/crossfire/commit/4a2f136ba557cd7af3a8959ec9879bf816fca497

closing...