Author Topic: Android: Unsybolicated crash  (Read 538 times)

elan

  • Posts: 71
Android: Unsybolicated crash
« on: 9 May '24 - 09:48 »
BASS: v2.4.17.0 on ARMv64

This crash has become fairly prevalent for us based on reports, but unfortunately we can't seem to figure out where in BASS it is. Other functions are properly symbolicated so I would have to assume perhaps these are internal/private?

Code: [Select]
0 libc.so +0x5b730    abort
1 libc.so +0x5d660    __fortify_fatal(char const*, ...)
2 libc.so +0xc49ec    HandleUsingDestroyedMutex(pthread_mutex_t*, char const*)
3 libc.so +0xc486c    pthread_mutex_lock
4 libbass.so +0x17868 0x794fc2f86c
5 libbass.so +0x24fb0 0x794fc3cfb4
6 libc.so +0xc37b0    __pthread_start(void*)
7 libc.so +0x5d080    __start_thread

Any advice would be appreciated!

Ian @ un4seen

  • Administrator
  • Posts: 26083
Re: Android: Unsybolicated crash
« Reply #1 on: 9 May '24 - 15:34 »
That looks like an issue that was fixed in a recent-ish update. Please try this latest build and see if it still happens:

   www.un4seen.com/stuff/bass-android.zip

elan

  • Posts: 71
Re: Android: Unsybolicated crash
« Reply #2 on: 9 May '24 - 20:12 »
Wow, thanks for the quick reply, we'll give it a try.