Demo load_from_memory crash

After I download the demo from the official website, I compile and run it directly. Most of it can be run, except this one.

Here are all the log files.

2020-06-03 15:51:40.408 31835-31835/? I/art: Late-enabling -Xcheck:jni
2020-06-03 15:51:40.466 31835-31835/org.fmod.example I/System: Daemon delayGCRequest, sDelayGCRequest=false, delay=true, sPendingGCRequest=false
2020-06-03 15:51:40.530 31835-31855/org.fmod.example I/fmod: FMOD_OS_Init : Detected CPU family: 4, features: 0x7F, cores: 8.
2020-06-03 15:51:40.531 31835-31855/org.fmod.example I/fmod: SystemI::init : Initialize version=20101 (109257), maxchannels=32, flags=0x00000000
2020-06-03 15:51:40.539 31835-31855/org.fmod.example I/fmod: FMOD::supportsLowLatency : Low latency = false, Pro Audio = false, Bluetooth On = false, Acceptable Block Size = true (192)
2020-06-03 15:51:40.539 31835-31855/org.fmod.example I/fmod: SystemI::setOutputInternal : Setting output to ‘FMOD Audio Track Output’
2020-06-03 15:51:40.540 31835-31855/org.fmod.example I/fmod: OutputAudioTrack::init : Device is running API level 25.
2020-06-03 15:51:40.540 31835-31855/org.fmod.example W/fmod: OutputAudioTrack::init : Only mono, stereo, 5.1 and 7.1 supported, defaulting to stereo.
2020-06-03 15:51:40.541 31835-31855/org.fmod.example I/fmod: AudioDevice::init : Min buffer size: 7712 bytes
2020-06-03 15:51:40.541 31835-31855/org.fmod.example I/fmod: AudioDevice::init : Actual buffer size: 8192 bytes
2020-06-03 15:51:40.546 31835-31856/org.fmod.example D/OpenGLRenderer: RenderMonitor init!
2020-06-03 15:51:40.546 31835-31856/org.fmod.example D/OpenGLRenderer: RenderMonitor closed!
2020-06-03 15:51:40.549 31835-31855/org.fmod.example I/fmod: Thread::initThread : Init FMOD stream thread. Affinity: 0x8000000000000003, Priority: 0xFFFF7FFB, Stack Size: 98304, Semaphore: No, Sleep Time: 10, Looping: Yes.
2020-06-03 15:51:40.551 31835-31855/org.fmod.example I/fmod: Thread::initThread : Init FMOD mixer thread. Affinity: 0x8000000000000001, Priority: 0xFFFF7FFA, Stack Size: 81920, Semaphore: No, Sleep Time: 0, Looping: Yes.
2020-06-03 15:51:40.552 31835-31855/org.fmod.example A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x58 in tid 31855 (Example Main)

Thanks for reporting this, I was able to reproduce this and have made a task to investigate it further.