kaaes / spotify-web-api-android

A wrapper for Spotify Web API. It uses Retrofit to create Java interfaces from API endpoints
http://kaaes.github.io/spotify-web-api-android
MIT License
379 stars 139 forks source link

Fatal signal 11 (SIGSEGV), code 1, fault addr 0x96ba137e in tid 31002 (SpotifySdkPlaye), pid 30684 #175

Open middebugger opened 5 years ago

middebugger commented 5 years ago

Hi,

I am using this SDK for Spotify Streaming on my application. But the SDK crash after some usage. May I know the issue ? How I can solve this problem ?

ISSUE: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x96ba137e in tid 31002 (SpotifySdkPlaye), pid 30684

--------- beginning of crash.pdf

OS: Android 8.1

These are the dependencies,

// This library handles authentication and authorization
    implementation 'com.spotify.sdk:spotify-auth:1.0.0-beta12@aar'

    // This library handles music playback
    implementation 'com.spotify.sdk:spotify-player:1.0.0-beta12@aar'

   // 
   implementation 'com.github.kaaes:spotify-web-api-android:0.4.1'