-
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
Dart VM crash #459
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
Comments
This comment was originally written by [email protected] I can make a test case available if you contact me directly. |
http://codereview.chromium.org//8523036 Added Fixed label. |
DartBot
added
Type-Defect
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
labels
Nov 17, 2011
This was referenced Oct 29, 2020
copybara-service bot
pushed a commit
that referenced
this issue
Sep 21, 2022
Changes: ``` > git log --format="%C(auto) %h %s" 32a9450..87e4c68 https://dart.googlesource.com/markdown.git/+/87e4c68 Bump to 6.0.1 (#462) https://dart.googlesource.com/markdown.git/+/37305cf Add deprecated accessors for indicatorForUncheckedCheckBox and indicatorForCheckedCheckBox (#459) https://dart.googlesource.com/markdown.git/+/2e5e347 lint cleanup (#456) https://dart.googlesource.com/markdown.git/+/a0b5a05 example: small tweak to example – add Dart code (#455) https://dart.googlesource.com/markdown.git/+/de32a69 visitText to use textContent getter so subclassing Text class works correctly. (#431) https://dart.googlesource.com/markdown.git/+/8247955 Rewrite checkbox(task list) extension (#450) https://dart.googlesource.com/markdown.git/+/a602760 Fix crash with mixed checkbox lists (#449) ``` Diff: https://dart.googlesource.com/markdown.git/+/32a94505ded3863b82310b86344a003a19c00341~..87e4c689342d5bbaa84ba2999abf0bff503979be/ Change-Id: I92cf05fe6057e1b3eda8da09fc4eac4f67dd47ab Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/260441 Reviewed-by: Samuel Rawlins <[email protected]> Auto-Submit: Devon Carew <[email protected]> Commit-Queue: Samuel Rawlins <[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-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
This issue was originally filed by [email protected]
./vm/object.h:2208: error: expected: IsNull() || IsInteger()
Program received signal SIGABRT, Aborted.
0x94301d52 in __kill ()
(gdb) where
0 0x94301d52 in __kill ()
1 0x94301d44 in kill$UNIX2003 ()
2 0x94374242 in raise ()
3 0x94380681 in abort ()
4 0x00253202 in dart::DynamicAssertionHelper::Fail (this=0xbfffe254, format=0x313290 "expected: %s") at /Volumes/WS/dart/dart/runtime/vm/assert.cc:39
5 0x00236944 in dart::Integer::operator^= (this=0xbfffe6f8, value=0x6eeb49) at object.h:2208
6 0x0022e8e0 in Dart_ListGetAsBytes (list=0x78bee10, offset=0, native_array=0x501170 "\n\txxx\022\txxx\032\bxxx"\016xxx*\017\022\r/xxx/xxx2N\n\003xxx\022\b", length=145) at /Volumes/WS/dart/dart/runtime/vm/dart_api_impl.cc:1130
7 0x000060a3 in Builtin_File_WriteList (args=0xbfffe9f4) at /Volumes/WS/dart/dart/runtime/bin/file.cc:190
8 0x00600166 in ?? ()
9 0x050236bc in ?? ()
10 0x05023594 in ?? ()
11 0x0502315e in ?? ()
12 0x0502309b in ?? ()
13 0x05022ed1 in ?? ()
14 0x05022d03 in ?? ()
15 0x0501be47 in ?? ()
16 0x050255b4 in ?? ()
17 0x05000298 in ?? ()
18 0x0500007d in ?? ()
19 0x0027bfe9 in dart::DartEntry::InvokeStatic (function=@0x786c458, arguments=@0xbffff290, optional_arguments_names=@0x786c460) at /Volumes/WS/dart/dart/runtime/vm/dart_entry.cc:83
20 0x0022d5b0 in dart::InvokeStatic (isolate=0x802e00, function=@0x786c458, args=@0xbffff290, result=0xbffff2a0) at /Volumes/WS/dart/dart/runtime/vm/dart_api_impl.cc:1334
21 0x0023088d in Dart_InvokeStatic (library_in=0x801a30, class_name_in=0x801a38, function_name_in=0x801a34, number_of_arguments=0, arguments=0x0) at /Volumes/WS/dart/dart/runtime/vm/dart_api_impl.cc:1457
22 0x00002ae9 in main (argc=2, argv=0xbffff3a8) at /Volumes/WS/dart/dart/runtime/bin/main.cc:276
The text was updated successfully, but these errors were encountered: