Bo Peng wrote:
No idea now. The follow patch will sync lyxsocket.C with the trunk, but it should not matter. Can you try? (Just copy lyxsocket.C from trunk to branch).
I copied lyxsocket.C from trunk, but that makes no difference. The crash however is related to this socket thing.
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?
Joost
