Service exited due to signal: Killed: 9
See original GitHub issueFrom @burkeholland on March 4, 2016 14:58
NativeScript Version: 1.6.1
I’m unable to use Angular 2 with NativeScript at the moment. I’m using the template-hello-world-ng
project.
The error I get isn’t terribly helpful…
Project successfully built.
Using /Users/burkeholland/dev/burkeholland/my-app-name/platforms/ios/build/emulator/myappname.app
Starting iOS Simulator
Mar 4 08:15:53 --- last message repeated 1 time ---
Mar 4 08:15:53 hollandmac com.apple.CoreSimulator.SimDevice.FAE7B936-79CE-46C4-859F-65506A603837.launchd_sim[52478] (UIKitApplication:org.nativescript.myappname[0x71cd][52664]): Service exited due to signal: Killed: 9
Steps to recreate:
tns create my-app-name --template https://github.com/NativeScript/template-hello-world-ng
cd my-app-name && tns platform add ios
tns run ios --emulator
Copied from original issue: NativeScript/nativescript-angular#101
Issue Analytics
- State:
- Created 7 years ago
- Comments:38 (19 by maintainers)
Top Results From Across the Web
system log - Apple Community
system log · A forum where Apple customers help each other with their products. Learn more. · Sign up with your Apple ID...
Read more >Service exited due to signal: Killed: 9 - memory leaks
I'm experinecing 'Service exited due to signal: Killed: 9' error and can't run my app. I read that it may be due to...
Read more >com.apple.mdworker.shared .... Service exited due to signal ...
Service exited due to signal: Killed: 9 sent by mds[91] ... Googling revealed that they are related to the Spotlight indexing.
Read more >Making sense of "Service exited due to SIGKILL | sent by mds ...
Both seems uniq for each line. Service exited due to SIGKILL. In Unix/Linux SIGKILL is used as a last resort when terminating processes,...
Read more >logs - Observing what Spotlight's mdworker is indexing for ...
It requires root privileges due to the kernel tracing facility it uses to ... Service exited due to signal: Killed: 9 sent by...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Still present in 2.5. Creating simple ng app
tns create DemoApp --ng
andtns run ios
drops the same error, have more then 10gb of memory free, so I would eliminate memory as issue in my case.This is almost certainly memory related. I see this error much more frequently in low memory conditions on my dev machine.