Actions
Defect #210
closedGUI can't launch the core as service and connect to it on the same time
Start date:
05/25/2012
Due date:
% Done:
0%
Estimated time:
keywords:
Platform:
Linux
Description
When the GUI launch the core (see InternalCoreConnection.cpp at line 298) it will try to connect to it, the call (QAbstractSocket::connectToHost(..)) will immediately fail and the connection process will abort.
It works on Windows, but on Linux it appears the connectToHost(..) method will immediately fail if the port isn't bind (the core is starting at this moment).
Updated by Greg Burri over 12 years ago
- Status changed from New to Assigned
- Assignee set to Greg Burri
Updated by Greg Burri over 12 years ago
- Status changed from Assigned to Closed
Actions