Another workaround to prevent crashes: Put this on top of read() function: Code: void Client::read() { if (connectionStatus==Disconnected || connectionStatus==WaitingForConnection) return; I can't check this since I don't have an n900, but this fix and the one I post some days ago makes whatsup stable.
void Client::read() { if (connectionStatus==Disconnected || connectionStatus==WaitingForConnection) return;