You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#00 pc 0000000000054bc8 /system/lib/libc.so (setuid+12)
#01 pc 000000000004c343 /data/app/SOMEAPP/lib/arm/libpd.so (sys_startgui+1094)
#02 pc 0000000000069b21 /data/app/SOMEAPP/lib/arm/libpd.so (libpd_init+152)
#03 pc 000000000006a4ff /data/app/SOMEAPP/lib/arm/libpd.so (libpd_queued_init+142)
#04 pc 0000000000003b9d /data/app/SOMEAPP/lib/arm/libpdnativeopensl.so (Java_org_puredata_core_PdBase_initialize+4)
The text was updated successfully, but these errors were encountered:
evabishchevich
changed the title
Crash on Pixels with Android 8.1 in sys_startgui
Crash on pixels with Android 8.1 and any devices with Android P in sys_startgui
Jun 25, 2018
There is a problem with Pixel XL / Pixel 2 XL / Pixel / Pixel 2 after last Android security update.
During initialization process in https://github.com/libpd/libpd project there are function calls
libpd_init
->sys_startgui
->setuid
. Callingsetuid
is prohibited in Android starting Oreo.Looks like it was already fixed in libpd/libpd@b8b972a#diff-77187871d46f57651997feb0748feffdL90.
The same behaviour was detected on Android P Preview.
Stacktrace:
The text was updated successfully, but these errors were encountered: