You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With my system default Qt version (5.4.1) I have no issue, but with Qt 5.4.3 for Raspberry PI (built with Yocto), the application seems to be blocked after having discovering one UPnP device.
ThomArmax
changed the title
[Qt5] HMediaBrowser : Application stucked when browsing content directory service (FUTEX_WAIT)
[Qt5] HControlPoint : Application stucked when discovering devices with some Qt5 versions (FUTEX_WAIT)
Oct 18, 2015
Actually, it's not a HUPnP issue.
It is a Qt configuration issue.
It seems that when Qt is not compiled with glib, this issue occur, but not when Qt is built against glib
strace
give the following log :With my system default Qt version (
5.4.1
) I have no issue, but with Qt5.4.3
for Raspberry PI (built withYocto
), the application seems to be blocked after having discovering oneUPnP
device.The code I use to produce this issue :
The text was updated successfully, but these errors were encountered: