-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
DartEditor throws java.lang.OutOfMemoryError from ClassScope.findElement() infinite loop #2155
Labels
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
Milestone
Comments
Added Area-Editor, Triaged labels. |
Removed Area-Editor label. |
Removed Area-Compiler label. |
Added this to the M1 milestone. |
Set owner to @bwilkerson. |
http://codereview.chromium.org/10539159/ Added Fixed label. |
DartBot
added
Type-Defect
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
labels
Jun 14, 2012
copybara-service bot
pushed a commit
that referenced
this issue
Dec 11, 2023
…h, protobuf, sync_http, test, tools, web, webdev Revisions updated by `dart tools/rev_sdk_deps.dart`. ecosystem (https://github.com/dart-lang/ecosystem/compare/79a1bc5..ce707fb): ce707fb 2023-12-06 Moritz Use Flutter in `health.yaml` (#206) fixnum (https://github.com/dart-lang/fixnum/compare/6b0888c..3e08c0d): 3e08c0d 2023-12-04 Kevin Moore drop outdated lints (#123) http_parser (https://github.com/dart-lang/http_parser/compare/1cf5b7c..224c1a9): 224c1a9 2023-12-04 Kevin Moore drop outdated lints (#82) leak_tracker (https://github.com/dart-lang/leak_tracker/compare/a618a55..8644f8b): 8644f8b 2023-12-11 Lucas.Xu chore: bump leak_tracking_flutter_testing version to 1.0.12-wip (#192) cac195d 2023-12-11 Binni Goel Fix. typos in leak_tracker (#189) 9fd7932 2023-12-11 Lucas.Xu fix: add missing on leak callback (#190) 1ab3140 2023-12-08 Lucas.Xu chore: refactor code style (#186) mockito (https://github.com/dart-lang/mockito/compare/fb8a2b5..57a7c82): 57a7c82 2023-12-06 Copybara-Service Merge pull request #721 from Sese-Schneider:master c5de658 2023-12-06 Sese Schneider Apply suggestions from code review 1a652b8 2023-11-21 Sebastian Schneider Use `posix` style for local imports path (https://github.com/dart-lang/path/compare/18ec71f..115ea2a): 115ea2a 2023-12-05 Devon Carew rev the version of lints used; prep for publishing (#155) protobuf (https://github.com/dart-lang/protobuf/compare/bb19774..20ec685): 20ec685 2023-12-05 Ömer Sinan Ağacan Small PbList improvements (#906) sync_http (https://github.com/dart-lang/sync_http/compare/d8e9f3d..f96db95): f96db95 2023-12-05 Kevin Moore Latest lints, require Dart 3.0, use mini-libraries (#42) test (https://github.com/dart-lang/test/compare/9fffb48..43ff5bf): 43ff5bf9 2023-12-11 Ömer Sinan Ağacan Fix Dart2Wasm spelling (#2155) 7d61eef9 2023-12-08 Derek Xu Update frontend_server_client constraint to allow version 4.0.0 (#2153) 001c5381 2023-12-07 Jacob MacDonald fix precompiled vm tests loaded from a package: uri (#2152) fb3b5725 2023-12-05 Nate Bosch Use package: URIs for imports when possible (#2148) 03cc56ec 2023-12-05 Jacob MacDonald mark flaky windows test as skipped (#2151) 6e7e4fa8 2023-12-05 Jacob MacDonald Add regression test for relative imports in tests under `lib` (#2147) 84c366a7 2023-12-05 Jacob MacDonald fix broken tests (#2149) e49ae54b 2023-12-05 Jacob MacDonald Promote dart2wasm compiler support to the stable browser platform. (#2144) tools (https://github.com/dart-lang/tools/compare/c63dcb5..ed81684): ed81684 2023-12-06 Elias Yishak Fix consent message formatting (#215) c4d515a 2023-12-05 Elias Yishak Enum + event added for `commandUsageValues` (#211) web (https://github.com/dart-lang/web/compare/865aeaf..acf0beb): acf0beb 2023-12-07 Devon Carew fixes to the return types of several Node helper extension methods (#121) 9d7b33e 2023-12-06 Srujan Gaddam Handle Dart SDK change to extension types (#116) 0ae45ec 2023-12-05 Devon Carew Update README.md (#117) 34b3618 2023-12-05 Devon Carew have web.dart export the helpers; deprecate helpers.dart (#115) webdev (https://github.com/dart-lang/webdev/compare/63e09e5..8375cd6): 8375cd66 2023-12-08 Elliott Brooks Add popup for copying the app ID (#2299) Change-Id: Ibf5f5eca74c56bf31d50bddabbe9da2a2e6fd716 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/341021 Commit-Queue: Devon Carew <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]>
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
This issue was originally filed by [email protected]
What steps will reproduce the problem?
I am not sure how to reproduce, but this has happened to me a few times over the last couple of days.
What is the expected output? What do you see instead?
Here is what I see in the log every time this happens, it seems to be an infinite loop or recursion:
OS: Windows 7 - amd64 (6.1)
SDK installed = true
Dartium installed = false
////////////////////////////////////////////////////////////////////////////////////
.resolver.ClassScope.findElement(ClassScope.java:50)
at com.google.dart.compiler.resolver.ClassScope.findElement(ClassScope.java:50)
at com.google.dart.compiler.resolver.ClassScope.findElement(ClassScope.java:50)
at com.google.dart.compiler.resolver.ClassScope.findElement(ClassScope.java:50)
at com.google.dart.compiler.resolver.ClassScope.findElement(ClassScope.java:50)
at com.google.dart.compiler.resolver.ClassScope.findElement(ClassScope.java:50)
at com.google.dart.compiler.resolver.ClassScope.findElement(ClassScope.java:50)
at com.google.dart.compiler.resolver.ClassScope.findElement(ClassScope.java:50)
at com.google.dart.compiler.resolver.ClassScope.findElement(ClassScope.java:50)
at com.google.dart.compiler.resolver.ClassScope.findElement(ClassScope.java:50)
at com.google.dart.compiler.resolver.ClassScope.findElement(ClassScope.java:50)
at com.google.dart.compiler.resolver.ClassScope.findElement(ClassScope.java:50)
at com.google.dart.compiler.resolver.ClassScope.findElement(ClassScope.java:50)
at com.google.dart.compiler.resolver.ClassScope.findElement(ClassScope.java:50)
at com.google.dart.compiler.resolver.ClassScope.findElement(ClassScope.java:50)
at com.google.dart.compiler.resolver.ClassScope.findElement(ClassScope.java:50)
at com.google.dart.compiler.resolver.ClassScope.findElement(ClassScope.java:50)
at com.google.dart.compiler.resolver.ClassScope.findElement(ClassScope.java:50)
...
What version of the product are you using? On what operating system?
build 5205 on Windows 7 64-bit
Please provide any additional information below.
The text was updated successfully, but these errors were encountered: