Fixed
Status Update
Comments
ya...@google.com <ya...@google.com>
bo...@google.com <bo...@google.com>
ke...@netflix.com <ke...@netflix.com> #2
Hi,
would you try to boot emulator with this command line flag:
-feature -Vulkan
and let us know if it fixes the issue for you? Also would you tell us what graphics card you are using and what is the graphics driver version?
would you try to boot emulator with this command line flag:
-feature -Vulkan
and let us know if it fixes the issue for you? Also would you tell us what graphics card you are using and what is the graphics driver version?
bo...@google.com <bo...@google.com> #3
The feature flag did solve the issue for me. Thank you very much. I don't use a dedicated graphics card. Only the internal one from the CPU.
zh...@google.com <zh...@google.com> #4
Your integrated GPU is supposed to support Vulkan 1.2. I would need more work to figure out why it crashes without that flag.
sy...@syntezzz.ru <sy...@syntezzz.ru> #5
If there is more information that I can provide please let me know.
bo...@google.com <bo...@google.com> #6
Thanks. Would you help me to try some more runs to isolate the root cause? Please try to run the emulator with this flag:
-feature -GLDirectMem,-GLDMA,-GLDMA2
I am suspecting the Vulkan direct memory access and coherent mapping is causing the issue.
-feature -GLDirectMem,-GLDMA,-GLDMA2
I am suspecting the Vulkan direct memory access and coherent mapping is causing the issue.
bo...@google.com <bo...@google.com> #7
+cc rkir@
ja...@google.com <ja...@google.com> #8
Comment has been deleted.
ki...@gmail.com <ki...@gmail.com> #9
Hi,
do you happen to have the bug report ID?
do you happen to have the bug report ID?
ki...@gmail.com <ki...@gmail.com> #10
b258a9d7921899fa
wh...@gmail.com <wh...@gmail.com> #11
Thank you, that was very helpful. I got the full callstack with symbols now, and will take a look at them.
ch...@gmail.com <ch...@gmail.com> #12
[ 11.185365] init: computing context for service 'webview_zygote32'
[ 11.185982] init: starting service 'webview_zygote32'...
[ 11.187279] init: Created socket '/dev/socket/webview_zygote', mode 660, user 1053, group 1000
Segmentation fault
My emulator also seems to crash on webview which is chrome. In any case, this is the last thing in the logs
[ 11.185982] init: starting service 'webview_zygote32'...
[ 11.187279] init: Created socket '/dev/socket/webview_zygote', mode 660, user 1053, group 1000
Segmentation fault
My emulator also seems to crash on webview which is chrome. In any case, this is the last thing in the logs
ch...@gmail.com <ch...@gmail.com> #13
i think i have the same issue , opening chrome or webview crashes the emulator
ch...@gmail.com <ch...@gmail.com> #14
Hi,
please update to the latest emulator, thanks.
please update to the latest emulator, thanks.
ch...@gmail.com <ch...@gmail.com> #15
deleted
ch...@gmail.com <ch...@gmail.com> #16 Restricted+
Restricted+
Comment has been deleted.
ch...@gmail.com <ch...@gmail.com> #17 Restricted
Restricted
Comment has been deleted.
Description
Android Studio Version: Giraffe | 2022.3.1
Emulator Version (Emulator--> Extended Controls--> Emulator Version): 32.1.14-10330179
HAXM / KVM Version: HVF 13.5.0
Android SDK Tools: 26.1.1
Host Operating System: macOS 13.5
CPU Manufacturer: Other CPU:
64-bit CPU
RAM: 16384 MB
GPU:
Build Fingerprint:
AVD Details: Name: Pixel_C_Tablet_API_33
CPU/ABI: arm64
Path: /Users/tomas/.android/avd/Pixel_C_API_33.avd
Target: google_apis [Google APIs] (API level 33)
Skin: 2560x1800
SD Card: 512 MB
AvdId: Pixel_C_Tablet_API_33
PlayStore.enabled: false
avd.ini.displayname: Pixel C Tablet API 33
avd.ini.encoding: UTF-8
disk.dataPartition.size: 6G
fastboot.chosenSnapshotFile:
fastboot.forceChosenSnapshotBoot: no
fastboot.forceColdBoot: no
fastboot.forceFastBoot: yes
hw.accelerometer: yes
hw.arc: false
hw.audioInput: yes
hw.battery: yes
hw.camera.back: virtualscene
hw.camera.front: emulated
hw.cpu.ncore: 4
hw.dPad: no
hw.device.hash2: MD5:b6f369a5174fab4bbf46015b0d842ec6
hw.device.manufacturer: Google
hw.gps: no
hw.gpu.enabled: yes
hw.gpu.mode: auto
hw.initialOrientation: landscape
hw.keyboard: yes
hw.lcd.density: 320
hw.lcd.height: 1800
hw.lcd.width: 2560
hw.mainKeys: no
hw.ramSize: 1536
hw.sdCard: yes
hw.sensors.orientation: yes
hw.sensors.proximity: yes
hw.trackBall: no
image.sysdir.1: system-images/android-33/google_apis/arm64-v8a/
runtime.network.latency: none
runtime.network.speed: full
showDeviceFrame: no
skin.dynamic: yes
skin.path.backup: /Users/tomas/Library/Android/sdk/skins/pixel_c
tag.display: Google APIs
vm.heapSize: 192
Steps to Reproduce Bug:Call PackageManager.hasSystemFeature(PackageManager.FEATURE_SENSOR_HINGE_ANGLE) and this method returns true on Pixel C tablet.
Expected Behavior:
Returns false on Pixel C tablet.
Observed Behavior: