-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Description
Steps to Reproduce
I updated flutter and compiled the app and tried to run. It crashed immediately. Tried it several times.
Logs
02-04 17:10:10.083 10693-10936/com.raisedbythebeat.teacherfinder A/libc: Fatal signal 4 (SIGILL), code 1, fault addr 0x75f8880400 in tid 10936 (ui_thread)
02-04 17:10:10.147 10941-10941/? W/crash_dump64: type=1400 audit(0.0:132690): avc: denied { search } for name="com.google.android.gms" dev="dm-0" ino=2704 scontext=u:r:crash_dump:s0:c512,c768 tcontext=u:object_r:app_data_file:s0:c512,c768 tclass=dir permissive=0
02-04 17:10:10.175 10941-10941/? I/crash_dump64: obtaining output fd from tombstoned
02-04 17:10:10.177 3239-3239/? I//system/bin/tombstoned: received crash request for pid 10693
02-04 17:10:10.180 10941-10941/? I/crash_dump64: performing dump of process 10693 (target tid = 10936)
02-04 17:10:10.181 10941-10941/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
02-04 17:10:10.181 10941-10941/? A/DEBUG: Build fingerprint: 'OnePlus/OnePlus3/OnePlus3T:8.0.0/OPR6.170623.013/01101100:user/release-keys'
02-04 17:10:10.181 10941-10941/? A/DEBUG: Revision: '0'
02-04 17:10:10.181 10941-10941/? A/DEBUG: ABI: 'arm64'
02-04 17:10:10.181 10941-10941/? A/DEBUG: pid: 10693, tid: 10936, name: ui_thread >>> com.raisedbythebeat.teacherfinder <<<
02-04 17:10:10.181 10941-10941/? A/DEBUG: signal 4 (SIGILL), code 1 (ILL_ILLOPC), fault addr 0x75f8880400
02-04 17:10:10.181 10941-10941/? A/DEBUG: x0 00000075f58007f1 x1 00000075f58007f1 x2 00000075f5780c20 x3 00000075f58007f0
02-04 17:10:10.181 10941-10941/? A/DEBUG: x4 00000075f8e42e01 x5 00000075f5829d01 x6 00000075f58008b1 x7 0000000000000001
02-04 17:10:10.181 10941-10941/? A/DEBUG: x8 0000007602f46400 x9 0000000000000000 x10 0000000000000001 x11 0000000000000029
02-04 17:10:10.181 10941-10941/? A/DEBUG: x12 0000000000000028 x13 00000075f582a020 x14 0004cb1d75f981a3 x15 00000075f617ec70
02-04 17:10:10.182 10941-10941/? A/DEBUG: x16 00000000000c0600 x17 00000075f5829d71 x18 00000075f7cf0000 x19 0000007602f46400
02-04 17:10:10.182 10941-10941/? A/DEBUG: x20 0000000000000000 x21 00000075f5e5e738 x22 00000075f5e5e748 x23 00000075f5e5e768
02-04 17:10:10.182 10941-10941/? A/DEBUG: x24 00000075f8e43961 x25 00000075f617dc80 x26 0000007602f46400 x27 00000075f582a020
02-04 17:10:10.182 10941-10941/? A/DEBUG: x28 00000075f84a52a8 x29 00000075f617ecb0 x30 00000075f5780ce4
02-04 17:10:10.182 10941-10941/? A/DEBUG: sp 00000075f617dcc0 pc 00000075f8880400 pstate 0000000040000000
02-04 17:10:10.183 10941-10941/? A/DEBUG: backtrace:
02-04 17:10:10.183 10941-10941/? A/DEBUG: #00 pc 0000000000000400 <anonymous:00000075f8880000>
02-04 17:10:10.183 10941-10941/? A/DEBUG: #01 pc 0000000000000ce0 <anonymous:00000075f5780000>
Flutter Doctor
[✓] Flutter (on Mac OS X 10.13.1 17B1003, locale de-DE, channel master)
• Flutter version 0.0.23-pre.34 at /Users/boni/Documents/Programmieren/Dart/flutter
• Framework revision f0f0f09707 (2 days ago), 2018-02-02 16:13:56 -0800
• Engine revision d5338ed143
• Tools Dart version 2.0.0-dev.19.0
• Engine Dart version 2.0.0-edge.7078f6be58802c4e274625b8b59b4c855ddc4fb7
[✓] Android toolchain - develop for Android devices (Android SDK 27.0.3)
• Android SDK at /Users/boni/Library/Android/sdk
• Android NDK at /Users/boni/Library/Android/sdk/ndk-bundle
• Platform android-27, build-tools 27.0.3
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-915-b08)
[✓] iOS toolchain - develop for iOS devices (Xcode 9.2)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 9.2, Build version 9C40b
• ios-deploy 1.9.2
• CocoaPods version 1.4.0
[✓] Android Studio
• Android Studio at /Applications/Android Studio 3.1 Preview.app/Contents
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1024-b01)
[✓] Android Studio (version 3.0)
• Android Studio at /Applications/Android Studio.app/Contents
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-915-b08)
[✓] Connected devices
• ONEPLUS A3003 • 75aef492 • android-arm64 • Android 8.0.0 (API 26)
• No issues found!
Metadata
Metadata
Assignees
Labels
No labels