Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dart analysis server out of memory #35027

Closed
prajwol000 opened this issue Nov 2, 2018 · 1 comment
Closed

Dart analysis server out of memory #35027

prajwol000 opened this issue Nov 2, 2018 · 1 comment
Labels
analyzer-crash-report Issues which have been reported due to an analysis server crash area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@prajwol000
Copy link

Analyzer Feedback from IntelliJ

Version information

  • IDEA AI-181.5540.7.32.5056338
  • 2.1.0-edge.a2eb050044eec93f0844667b8b6132e858467e4e
  • AI-181.5540.7.32.5056338, JRE 1.8.0_152-release-1136-b06x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 1366x768

Exception

Please append the contents of:
file://C:\Users\prajw\AppData\Local\Temp\report.txt

Dart analysis server, SDK version 2.1.0-edge.a2eb050044eec93f0844667b8b6132e858467e4e, server version 1.20.5, error: Captured exception
Out of Memory
#0      new Uint8List (dart:typed_data/runtime/libtyped_data_patch.dart:2169:66)
#1      new ByteData (dart:typed_data/runtime/libtyped_data_patch.dart:41:22)
#2      ApiSignature.addInt (package:front_end/src/base/api_signature.dart:145:30)
#3      _UnitApiSignatureComputer.addToken (package:analyzer/src/dart/analysis/unlinked_api_signature.dart:98:40)
#4      _UnitApiSignatureComputer.addTokens (package:analyzer/src/dart/analysis/unlinked_api_signature.dart:70:7)
#5      _UnitApiSignatureComputer.addClassOrMixin (package:analyzer/src/dart/analysis/unlinked_api_signature.dart:43:9)
#6      _UnitApiSignatureComputer.compute (package:analyzer/src/dart/analysis/unlinked_api_signature.dart:105:9)
#7      computeUnlinkedApiSignature (package:analyzer/src/dart/analysis/unlinked_api_signature.dart:15:12)
#8      FileState.refresh.<anonymous closure> (package:analyzer/src/dart/analysis/file_state.dart:437:31)
#9      PerformanceLog.run (package:front_end/src/base/performance_logger.dart:34:15)
#10     FileState.refresh (package:analyzer/src/dart/analysis/file_state.dart:435:24)
#11     FileTracker.verifyApiSignature.<anonymous closure> (package:analyzer/src/dart/analysis/file_tracker.dart:222:32)
#12     PerformanceLog.run (package:front_end/src/base/performance_logger.dart:34:15)
@srawlins
Copy link
Member

srawlins commented Nov 3, 2018

Duplicate of #35015.

@dgrove dgrove added the area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. label Nov 5, 2018
@stereotype441 stereotype441 changed the title crashes a lot Dart analysis server out of memory Nov 6, 2018
@stereotype441 stereotype441 added P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) labels Nov 6, 2018
@srawlins srawlins added the analyzer-crash-report Issues which have been reported due to an analysis server crash label Aug 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer-crash-report Issues which have been reported due to an analysis server crash area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

4 participants