Note that there are some explanatory texts on larger screens.

plurals
  1. POlibspotify fails with SIGSEGV on Android
    primarykey
    data
    text
    <p>I'm writhing a wrapper around native <em>libspotify.so</em> (<em>Spotify</em> library for Android). And I get this when call <strong>sp_session_starred_create</strong>:</p> <pre><code>A/libc(26182): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 26182 I/DEBUG(34): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** I/DEBUG(34): Build fingerprint: 'generic/sdk/generic:4.1.1/JRO03E/403059:eng/test-keys' I/DEBUG(34): pid: 26182, tid: 26182, name: UNKNOWN I/DEBUG(34): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000 ... I/DEBUG(34): backtrace: I/DEBUG(34): #00 pc 0011fc40 /data/data/.../lib/libspotify.so I/DEBUG(34): #01 pc 000e1e58 /data/data/.../lib/libspotify.so ... D/Zygote(37): Process 26182 terminated by signal (11) </code></pre> <p>The same problem when I call <strong>sp_search_create</strong> or <strong>sp_session_playlistcontainer</strong>. </p> <p>This is contents of tracefile (I have removed some repeating sp_session_process_events):</p> <pre><code>libspotify trace from 12.1.51.g86c92b43 Release Android-arm &gt; sp_session_process_events(0x200f40 0xbeba10cc) on 0xafd4a828 &lt; sp_session_process_events() = 300447 &lt; sp_session_create() = 0 &gt; sp_session_connectionstate(0x200f40) on 0xafd4a828 &lt; sp_session_connectionstate() = 0 &gt; sp_session_remembered_user(0x200f40 0xbeba12a4 256) on 0xafd4a828 &lt; sp_session_remembered_user() = 21 &gt; sp_session_relogin(0x200f40) on 0xafd4a828 &lt; sp_session_relogin() = 0 &gt; sp_session_connectionstate(0x200f40) on 0xafd4a828 &lt; sp_session_connectionstate() = 1 &gt; sp_session_starred_create(0x200f40) on 0xafd4a828 &gt; sp_session_process_events(0x200f40 0xbeba0e9c) on 0xafd4a828 &lt; sp_session_process_events() = 693 &gt; sp_session_process_events(0x200f40 0xbeba0e7c) on 0xafd4a828 &lt; sp_session_process_events() = 692 </code></pre> <p>I am insured with debug trace that application crashes somewhere in <strong>sp_session_starred_create</strong>. </p> <p>Did somebody receive these errors? How can I avoid them? </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload