You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have seen a crash with this stack a couple of times while testing (in release mode).
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xf15bfb70 (LWP 12496)]
dart::Api::NewLocalHandle (object=...) at ../runtime/vm/dart_api_impl.cc:97
97 LocalHandle* ref = local_handles->AllocateHandle();
(gdb) bt
0 dart::Api::NewLocalHandle (object=...) at ../runtime/vm/dart_api_impl.cc:97
1 0x08056313 in dart::Api::ErrorFromException (obj=...)
at ../runtime/vm/dart_api_impl.cc:181
2 0x08059d88 in dart::Dart_HandleMessage (dest_port=7116, reply_port=0,
dart_message=0xf11004c0) at ../runtime/vm/dart_api_impl.cc:621
3 0x08081f67 in dart::Isolate::StandardRunLoop (this=0x82bc750)
at ../runtime/vm/isolate.cc:252
4 0x0814c17e in dart::RunIsolate (parameter=137092312)
at ../runtime/lib/isolate.cc:206
5 0x080f2bf8 in dart::ThreadStart (data_ptr=0x82bdd00)
at ../runtime/vm/thread_linux.cc:67
6 0xf7fab96e in start_thread (arg=0xf15bfb70) at pthread_create.c:300
7 0xf7c84b5e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
Backtrace stopped: Not enough registers or memory available to unwind further
The text was updated successfully, but these errors were encountered:
I have seen a crash with this stack a couple of times while testing (in release mode).
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xf15bfb70 (LWP 12496)]
dart::Api::NewLocalHandle (object=...) at ../runtime/vm/dart_api_impl.cc:97
97 LocalHandle* ref = local_handles->AllocateHandle();
(gdb) bt
0 dart::Api::NewLocalHandle (object=...) at ../runtime/vm/dart_api_impl.cc:97
1 0x08056313 in dart::Api::ErrorFromException (obj=...)
at ../runtime/vm/dart_api_impl.cc:181
2 0x08059d88 in dart::Dart_HandleMessage (dest_port=7116, reply_port=0,
dart_message=0xf11004c0) at ../runtime/vm/dart_api_impl.cc:621
3 0x08081f67 in dart::Isolate::StandardRunLoop (this=0x82bc750)
at ../runtime/vm/isolate.cc:252
4 0x0814c17e in dart::RunIsolate (parameter=137092312)
at ../runtime/lib/isolate.cc:206
5 0x080f2bf8 in dart::ThreadStart (data_ptr=0x82bdd00)
at ../runtime/vm/thread_linux.cc:67
6 0xf7fab96e in start_thread (arg=0xf15bfb70) at pthread_create.c:300
7 0xf7c84b5e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
Backtrace stopped: Not enough registers or memory available to unwind further
The text was updated successfully, but these errors were encountered: