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

Out of Memory in analysis server #35015

Closed
hellosweetmain1 opened this issue Nov 1, 2018 · 2 comments
Closed

Out of Memory in analysis server #35015

hellosweetmain1 opened this issue Nov 1, 2018 · 2 comments
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

@hellosweetmain1
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 1536x864

Exception

Please append the contents of:
file://C:\Users\sweet\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      _UnitApiSignatureComputer.addToken (package:analyzer/src/dart/analysis/unlinked_api_signature.dart:121:386)
#3      _UnitApiSignatureComputer.addTokens (package:analyzer/src/dart/analysis/unlinked_api_signature.dart:70:7)
#4      _UnitApiSignatureComputer.addClassOrMixin (package:analyzer/src/dart/analysis/unlinked_api_signature.dart:43:9)
#5      _UnitApiSignatureComputer.compute (package:analyzer/src/dart/analysis/unlinked_api_signature.dart:105:9)
#6      computeUnlinkedApiSignature (package:analyzer/src/dart/analysis/unlinked_api_signature.dart:15:12)
#7      FileState.refresh.<anonymous closure> (package:analyzer/src/dart/analysis/file_state.dart:437:31)
#8      PerformanceLog.run (package:front_end/src/base/performance_logger.dart:34:15)
#9      FileState.refresh (package:analyzer/src/dart/analysis/file_state.dart:435:24)
#10     FileTracker.verifyApiSignature.<anonymous closure> (package:analyzer/src/dart/analysis/file_tracker.dart:222:32)
#11     PerformanceLog.run (package:front_end/src/base/performance_logger.dart:34:15)
#12     FileTracker.verifyApiSignature (package:analyzer/src/dart/analysis/file_tracker.dart:218:20)
@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 added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) P2 A bug or feature request we're likely to work on labels Nov 6, 2018
@stereotype441 stereotype441 changed the title Out of Memory Out of Memory in analysis server Nov 6, 2018
@DanTup
Copy link
Collaborator

DanTup commented Feb 22, 2019

Maybe same as #34851/#34850/#34929/#34828?

@srawlins srawlins added the analyzer-crash-report Issues which have been reported due to an analysis server crash label Aug 30, 2019
@srawlins
Copy link
Member

Duplicate of #34929

@srawlins srawlins marked this as a duplicate of #34929 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

5 participants