mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Reworked process handler due a large number of races. Now process reports
should not interfere with popped up message boxes. Still there is a issue with childs during splash startup: when one of them crashes with core dump crash dialog will not be shown, but the main process handler correctly returns crash flag.
This commit is contained in:
@ -146,6 +146,11 @@ int main(int argc, char** argv) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
if(!service->setup_channels()) {
|
||||
printf("Can't setup internal channels\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
EVOKE_LOG("= "APPNAME" started =\n");
|
||||
|
||||
if(!pid_file)
|
||||
|
Reference in New Issue
Block a user