Second App launch failure on Renesas M3 board.
Description
Environment
Attachments
Activity
Walt Miner February 11, 2019 at 11:11 PM
Close for FF 6.0.4 and GG 7.0.0

Lorenzo December 21, 2018 at 7:02 PM
The issue was the apparently due to the same case mentioned at https://lf-automotivelinux.atlassian.net/browse/SPEC-2080.
After these changes https://github.com/webosose/chromium68/pull/10 to make GLSurfaceWayland (used with in-process-gpu mode) to use wl_surface_frame, we are not being able to reproduce the issue anymore.

AK December 17, 2018 at 5:30 AM
Hi san,
We also observed the same behavior during chromium68 porting related to surface information.

Harunobu Kurokawa December 14, 2018 at 12:56 AM
I got same issue again and I found thread info using your debug. In another viewpoint, when the issue is happened, it looks like that surface information is not collect.
First app (youtube) has surface 4208, second app uses surface 4243.
surface 4243. the source region is all 0.

AK December 13, 2018 at 6:24 AM
Hi san,
I noticed that the frequency of second app launch issue is very less after I synced to the latest code base(I did it for chromium68) and then built chromium53.
But still, I was able to reproduce issue 1 out of 5 trials.
Regarding to Q1 > GPU thread running in WebAppMgr process has eglSwapBuffer. working on chromium Wayland stack can give more information about it.
Regarding to Q2 > I have generated WAYLAND_DEBUG logs for both
and
case. As expected, in non working case we have less WALAND_DEBUG logs.
I will share result once WAM with chromium68 is in working condition.
Steps to reproduce :
Launch YouTube Application and wait for some time
Click on Home icon.
Launch HVAC-ENACT App.
HVAC-ENACT is not loading.
Hardware: Renesas M3
NOTE: This issue is not reproducible on intel minnowboard boards.