Fixed
Status Update
Comments
bo...@google.com <bo...@google.com> #2
Thank you for your feedback. We assure you that we are doing our best to address the issue reported, however our product team has shifted work priority that doesn't include this issue. For now, we will be closing the issue as won't fix obsolete. If this issue currently still exists, we request that you log a new issue along with latest bug report here https://goo.gl/TbMiIO .
bo...@google.com <bo...@google.com> #3
+ huan
pj...@google.com <pj...@google.com> #6
Tested the bug on new 25.2.3 emulator. Cannot repros. the issue.
pa...@gmail.com <pa...@gmail.com> #7
Plss google.COM thanks pho
Description
Android SDK Tools: 25.2.2
Host Operating System: Ubuntu 14.04.5 LTS
Steps to Reproduce Bug:
1. Create an API 24 emulator
2. Launch the emulator from command line, with "-gpu guest" flag:
emulator -gpu guest -verbose -avd nex5x_24_64 -no-window -partition-size 512 -no-snapshot-save -no-snapshot-load -qemu -vnc :1 -m 2047 -enable-kvm
3. Attempt to launch a webview, or run the code from
Expected Behavior:
- Webview should open successfully
- gles version number should report a value > 1
Observed Behavior:
- Webview crashes from:
chromium: [FATAL:gpu_info_collector_android.cc(193)] failed to create a pbuffer surface for fetching driver strings. EGL_SUCCESS (3000)
- gles version number is reported as 1.
Note that using the emulator from android tools 25.1.7 with the same AVD and still using "-gpu guest" results in a functional Webview and the gles version detection is > 1.
This appears to be a regression in behavior, and seemingly invalidates the proposed resolution in
The report from a Googler in
Although the newer "-gpu swiftshader" option seems to fix the webview/gles problems, it's seemingly incompatible with qemu VNC support (a vnc connection displays "Guest has not initialized the display (yet).").