VTI crashes with exit code 1 without any logs
See original GitHub issueInfo
- Platform: macOS 10.15.3
- VTI version: 0.0.2
- VS Code version: -
Problem
vti diagnostics
crashes without any error logs on a larger project.
- number of
.vue
-> 134 - number of
.ts
-> 120
I couldn’t catch any errors even though I set uncaughtexception
and unhandledrejection
even in vti source.
Reproducible Case
It’s pretty hard to reproduce as it looks depends on the size of a project (maybe memory allocation related?) and the reproducible project is confidential. I’ve got some memory report in the attached zip file.
https://drive.google.com/file/d/1zUKepNdxCH7Imk2zR7bHvArcGQ8MDmwn/view?usp=sharing
Timeline.heaptimeline
Memory allocation timeline throughvti diagnostics
Snapshot1.heapsnapshot
Snapshot just after startingvti diagnostics
Snapshot2.heapsnapshot
Snapshot after 2-3 seconds of startingvti diagnostics
Snapshot3.heapsnapshot
Snapshot just beforevti diagnostics
crashes
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:10 (2 by maintainers)
Top Results From Across the Web
After crash, CCSv4 reports error and won't run - Code Composer ...
After a reboot, I can no longer load my workspace. I can load another workspace though. This is the error in the log...
Read more >Open and Resolved Bugs - Cisco
ctm crashed while sending emix traffic over VTI tunnel. CSCvt10944. Running the migration script exits with an out of memory error.
Read more >Fix list for Informix Server 12.10.xC5 and PID 12.10.xC5W1 - IBM
Informix Server provides periodic fixes for release12.10. The following list is the most recent report of fixes for customer-reported defects in Version ...
Read more >Minecraft: Java Edition crashing or throwing 'Exit code -1' with ...
Some face the issue without Forge mods too. In some cases, the same 'Exit code -1' or 'Java Runtime Configuration may be invalid'...
Read more >R81.10 Jumbo Hotfix Accumulator - List of All Resolved Issues ...
ID Product Description
PRJ‑38348, PMTR‑81030 Diagnostics The CPVIEWD process may cause CPU s...
PRJ‑40810, PRHF‑24809 Security Management SmartConsole may unexpectedly disconn...
PRJ‑40500, PRJ‑34015 Security Gateway Bond...
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 FreeTop 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
Top GitHub Comments
Running vti with
sudo
fixes problem on my machine. @jackkoppa , @ktsn could you try?System:
Hi, @jackkoppa! I reproduced error on my machine with 2 more ComplexComponents (6 in total).