Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash in ps_all_pass_fract_delay_filter_type_I #1

Open
maximxt opened this issue Mar 20, 2019 · 2 comments
Open

Crash in ps_all_pass_fract_delay_filter_type_I #1

maximxt opened this issue Mar 20, 2019 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@maximxt
Copy link
Owner

maximxt commented Mar 20, 2019

Sometimes lib crash on 64bit devices with report:

signal 11 (SIGSEGV), code 1 (SEGV_MAPERR)
ps_all_pass_fract_delay_filter_type_I
backtrace:
  #00  pc 0000000000024630  /data/app/***/lib/arm64/libaacdecoder.so (ps_all_pass_fract_delay_filter_type_I+40)
  #01  pc 0000000000019a60  /data/app/***/lib/arm64/libaacdecoder.so (ps_decorrelate+320)
  #02  pc 0000000000019178  /data/app/***/lib/arm64/libaacdecoder.so (ps_applied+92)
  #03  pc 0000000000009a74  /data/app/***/lib/arm64/libaacdecoder.so (sbr_dec+2852)
  #04  pc 0000000000008ef8  /data/app/***/lib/arm64/libaacdecoder.so (sbr_applied+736)
  #05  pc 000000000000844c  /data/app/***/lib/arm64/libaacdecoder.so (PVMP4AudioDecodeFrame+2532)
  #06  pc 0000000000007440  /data/app/***/lib/arm64/libaacdecoder.so
  #07  pc 0000000000006dbc  /data/app/***/lib/arm64/libaacdecoder.so (Java_com_spoledge_aacdecoder_Decoder_nativeDecode+248)
  #08  pc 0000000000d2a6e8  /data/app/***/oat/arm64/base.odex

Sure this related to 64bit conversion, don't know how to fix this.

@mylselgan
Copy link

@tarigo Thanks for providing support for abandoned AACDecoder. project we are able to create arm64-v8a so file but facing following issue frequently.

signal 11 (SIGSEGV), code 1 (SEGV_MAPERR)
ps_all_pass_fract_delay_filter_type_I

backtrace:
#00 pc 0000000000024630 /data/app/com.myradio.android-1/lib/arm64/libaacdecoder.so (ps_all_pass_fract_delay_filter_type_I+40)
#1 pc 0000000000019a60 /data/app/com.myradio.android-1/lib/arm64/libaacdecoder.so (ps_decorrelate+320)
vbartacek#2 pc 0000000000019178 /data/app/com.myradio.android-1/lib/arm64/libaacdecoder.so (ps_applied+92)
vbartacek#3 pc 0000000000009a74 /data/app/com.myradio.android-1/lib/arm64/libaacdecoder.so (sbr_dec+2852)
vbartacek#4 pc 0000000000008ef8 /data/app/com.myradio.android-1/lib/arm64/libaacdecoder.so (sbr_applied+736)
vbartacek#5 pc 000000000000844c /data/app/com.myradio.android-1/lib/arm64/libaacdecoder.so (PVMP4AudioDecodeFrame+2532)
vbartacek#6 pc 0000000000007440 /data/app/com.myradio.android-1/lib/arm64/libaacdecoder.so
vbartacek#7 pc 0000000000006dbc /data/app/com.myradio.android-1/lib/arm64/libaacdecoder.so (Java_com_spoledge_aacdecoder_Decoder_nativeDecode+248)
vbartacek#8 pc 000000000045402c /data/app/com.myradio.android-1/oat/arm64/base.odex

I request you to fix this issue as soon as possible and keep this project active as Google forcing developers to update to 64 bit version

@mylselgan
Copy link

I have identified this issue occurs only with arm64-v8a when accessing HE-AAC stream
example streams
http://209.133.216.3:7071
http://198.38.92.217:1160

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants