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
Describe the bug
I have a chash, when I generate wave:
Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x3c in tid 3546 (DefaultDispatch), pid 3481 xxxx
crash_dump64 A #1 pc 0000000000070df4 /data/app/com.xxxx.android-R6ols2eWjmjo4OxXw7PH2Q==/lib/arm64/libavcodec-amplituda.so
To Reproduce
My code abowe:
waveSeekBar.setSampleFrom(file)
Smartphone (please complete the following information):
Huawey p10, android 9
Samsung A52, android 13
The text was updated successfully, but these errors were encountered:
I think the crash happened because I ran 'waveSeekBar.setSampleFrom(file)' from different threads simultaneously. I created a queue, and now it doesn't repeat the issue.
Describe the bug
I have a chash, when I generate wave:
Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x3c in tid 3546 (DefaultDispatch), pid 3481 xxxx
crash_dump64 A #1 pc 0000000000070df4 /data/app/com.xxxx.android-R6ols2eWjmjo4OxXw7PH2Q==/lib/arm64/libavcodec-amplituda.so
To Reproduce
My code abowe:
waveSeekBar.setSampleFrom(file)
Smartphone (please complete the following information):
Huawey p10, android 9
Samsung A52, android 13
The text was updated successfully, but these errors were encountered: