After upgrading my Pixel XL to Android Q Beta, I found that every time I start downloading something on Google Play, the store app crashes after a few seconds. From the logcat(via adb logcat ), I found the following log related with the crash: MM-DD HH:mm:ss 908 1014 I ActivityManager: Killing 11301:android.process.media/u0a14 (adj 0): timeout publishing content providers MM-DD HH:mm:ss 908 2487 E ActivityManager: Timeout waiting for provider com.android.providers.downloads/10014 for provider downloads providerRunning=false caller=com.android.vending/10035 After a few tries, I manually force stop and clean the data of android.process.media, and the crash problem of Google Play is fixed.
I installed Oracle 11.2.0.3 in a Centos 7 docker container with following steps: Setup bigger /dev/shm for the docker container, you may follow http://data-matters.blogspot.com/2016/02/config-size-of-shared-memorydevshm-for.html Install dependencies: yum -y install gcc gcc-c++ libaio-devel make Setup a rsp file for install, just follow https://gist.github.com/arnobroekhof/8465884 http://nervinformatica.com.br/blog/?p=2303 Edit stage/cvu/cvu_prereq.xml, make RUNLEVEL check IGNORABLE. The step is based on http://www.torkwrench.com/2014/10/16/automating-oracle-11-2-installation-on-rhel-7/ Install with runInstaller script: ./runInstaller -silent -responseFile /path/to/rspfile