colchiro
Extreme Android User
The issue has been identified and James Sullins has a fix: Gerrit Code Review
If you don't want to install the latest nightly, simply setting your minimum speed to 384 using whatever app you used to OC. (I use setcpu, but there are similar free apps.)
Interactive and Ondemand are the two de facto governors used on most Android devices. Ondemand has some performance penalty on arm architectures so interactive has become more popular. I would prefer to stick with interactive governor if 384mhz doesn't cause a noticeable loss in battery life.
The real reason for the crashes/reboots are due to the user space audio library we are using. The DSP is getting in an unrecoverable state. Raising the minimum frequency seems to help workaround some unknown timing or race condition. Using 384mhz as the minimum will hopefully just be temporary until we fix the real issue.
If you don't want to install the latest nightly, simply setting your minimum speed to 384 using whatever app you used to OC. (I use setcpu, but there are similar free apps.)