I copied lyxsocket.C from trunk, but that makes no difference. The crash however is related to this socket thing.
It is expected since the patch was only an additional error check.
In lyx_gui.C, the crash happens when deleting lyxsocket:
void cleanup()
{
delete lyxsocket; <<< crash here
lyxsocket = 0;
delete lyxserver;
lyxserver = 0;
}
Are you sure nothing else has been fixed in trunk?
I can not answer this question since I never touched the socket code.... Georg, do you remember anything? Bo
