projects
/
platform
/
core
/
appfw
/
launchpad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf6a2b4
)
Modify disposal loader handler
64/298864/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Thu, 14 Sep 2023 10:11:52 +0000
(19:11 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Thu, 14 Sep 2023 10:11:52 +0000
(19:11 +0900)
The result should be delivered to the caller before sending SIGKILL signal.
Change-Id: I3b8aebcc7a6fb511c7184cd556977dbcfda8d8f6
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/launchpad-process-pool/src/launchpad.c
patch
|
blob
|
history
diff --git
a/src/launchpad-process-pool/src/launchpad.c
b/src/launchpad-process-pool/src/launchpad.c
index 637b20053616a2104b391114e67fb154b8574a9c..26e9495543c2a2fe0b62ec2ba5d9fa22e73a3dde 100644
(file)
--- a/
src/launchpad-process-pool/src/launchpad.c
+++ b/
src/launchpad-process-pool/src/launchpad.c
@@
-2676,10
+2676,10
@@
static int __dispose_loader_handler(request_h request)
return -1;
}
+ __request_send_result(request, 0);
__dispose_candidate_process(cpc);
_W("[PAD_CMD_DISPOSE_LOADER] loader_name(%s), pid(%d)",
cpc->loader_name, request->caller_pid);
- __request_send_result(request, 0);
return 0;
}