-
Notifications
You must be signed in to change notification settings - Fork 124
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
Unhandled exception #11
Comments
@donald99 |
kangwang1988
added
wontfix
This will not be worked on
and removed
wontfix
This will not be worked on
labels
Sep 3, 2019
Close this issue as believe not related to aspectd. |
This was referenced Nov 18, 2020
Closed
This was referenced Mar 9, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Flutter environment:
[✓] Flutter (Channel master, v1.9.8-pre.45, on Mac OS X 10.13.6 17G4015, locale zh-Hans-CN)
• Flutter version 1.9.8-pre.45 at /Users/***/Flutter
• Framework revision 2b7e59b9c0 (3 hours ago), 2019-09-02 04:20:42 -0400
• Engine revision 2baba33c82
• Dart version 2.5.0 (build 2.5.0-dev.4.0 36985859e4)
In flutter_tools ,git apply --3way 0001-aspectd.patch
My project add aspectd,build it,get app.dill
then
dart /Dart/sdk/pkg/vm/bin/dump_kernel.dart app.dill app.dill.txt
Exception:
Unhandled exception:
RangeError (index): Index out of range: no indices are valid: 0
#0 Uint8List.[] (dart:typed_data-patch/typed_data_patch.dart:2207:7)
#1 BinaryBuilder.readByte (package:kernel/binary/ast_from_binary.dart:104:27)
#2 BinaryBuilder.readUint32 (package:kernel/binary/ast_from_binary.dart:124:13)
#3 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:444:17)
#4 main (file:///Dart/sdk/pkg/vm/bin/dump_kernel.dart:47:40)
#5 _startIsolate. (dart:isolate-patch/isolate_patch.dart:303:32)
#6 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:172:12)
The text was updated successfully, but these errors were encountered: