[DAEMON-141] Appc Daemon is crashing the terminal and studio
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2017-11-17T17:49:42.000+0000 |
Affected Version/s | Appc Daemon 1.0.0 |
Fix Version/s | Appc Daemon 1.0.0 |
Components | appcd-plugin-ios, ioslib |
Labels | n/a |
Reporter | Kondal Kolipaka |
Assignee | Chris Barber |
Created | 2017-11-15T02:36:24.000+0000 |
Updated | 2017-12-12T21:24:17.000+0000 |
Description
*Problem Description:*
MacOS terminal is getting crashed If you start a daemon from a terminal and leave for some time. And, I can't even start a studio due to resource unavailability - it just crashes while launching it.
[forkpty: Resource temporarily unavailable]
[Could not create a new process and open a pseudo-tty.]
ITEM-AX40113:~ kkolipaka$ ps aux | wc -l
241
ITEM-AX40113:~ kkolipaka$ ps aux | grep appcd | wc -l
5
ITEM-AX40113:~ kkolipaka$ ps aux | grep gulp | wc -l
Studio crash log:
https://gist.github.com/kolipakakondal/904a50e1031a500e74ee526ec54ea423
Attachments
File | Date | Size |
---|---|---|
appc_debug_status.txt | 2017-11-17T17:22:34.000+0000 | 1526125 |
Here is appcd status output
How is
appcd
being started? Is Studio invoking it directly or viaappc appcd start
?I started directly from a terminal using
appcd start
. I yet to make the changes in the studio to invokeappc appcd start
I've increased my system process limits FROM:
TO:
still I'm facing the same issue
Something to feel happy - I've upgraded from macOS 10.2.6 to 10.13.1 and terminal broken issue is gone now! yo!! Default 10.13.1 process configuration details:
Fixed by DAEMON-144
My bad, I started facing this issue again. I'm on 7.0.0-master.30
Please find the attached debug status file [^appc_debug_status.txt]