mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-29 17:59:21 +00:00
feat(src/externals/single-application/SingleApplication): log SIGPIPE on GNU Linux
This commit is contained in:
parent
ae37c48308
commit
5a149a729d
1 changed files with 4 additions and 0 deletions
|
|
@ -255,6 +255,10 @@ void SingleApplicationPrivate::connectToPrimary (int msecs, char connectionType)
|
|||
}
|
||||
|
||||
cout << "[PROCESS ABNORMALLY TERMINATED]: " << signum << endl;
|
||||
#ifdef Q_OS_LINUX
|
||||
cout << "Please to remove your ~/.ICEauthority file and rerun." << endl;
|
||||
#endif // ifdef Q_OS_UNIX
|
||||
|
||||
::exit(128 + signum);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue