<div dir="ltr"><div dir="ltr"><br></div><div>Hi Frediano,</div><div><br></div><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 25, 2020 at 4:31 AM Frediano Ziglio <<a href="mailto:fziglio@redhat.com">fziglio@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Is it a deadlock, a crash or the program get stuck into some loop?<br></blockquote><div><br></div><div>It is not a crash, there is no obvious loop that is being executed, and the Android Profiler shows that CPU is idle. Therefore, I postulated it's a deadlock.<br></div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Maybe some missing base GStreamer plugins?<br>
Which plugins are installed on that system?<br></blockquote><div><br></div><div>I use cerbero to build gstreamer, and the list of gstreamer packages currently being built are:</div><div><br></div><div>gstreamer-1.0 gst-android-1.0 gst-plugins-bad-1.0 gst-plugins-good-1.0 gst-plugins-base-1.0 gst-plugins-ugly-1.0 gst-libav-1.0<br></div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
How did you manage to track these functions?<br>
As far as I see these functions just schedule other functions.<br></blockquote><div><br></div><div>I worked the code path back from the debug message</div><div>2020-08-24 01:24:31.609 11571-11643/com.undatech.opaque
D/GLib+GSpice: spice-gstaudio.c:299 audio pipeline: appsrc is-live=1
do-timestamp=0 format=time caps="audio/x-raw,format="S16LE",channels=2,rate=48000,lay$</div><div><br></div><div>since it is the last message from spice-gtk that I could recognize. I may also have looked at what signals are connected to call what callbacks during my trace. Unfortunately, I cannot at present actually do a native code debug session with aSPICE since the Android debugger actually crashes when I try.<br></div><div> <br></div>Iordan<br></div></div></div>