[Touch-packages] [Bug 1629792] Re: udpsocket ready read not fired on arm64

2016-11-08 Thread Alexander Lampret
Fixed with newest kernel 3.10.104-1-pine64-longsleep -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1629792 Title: udpsocket ready read not fired on arm64

[Touch-packages] [Bug 1629792] Re: udpsocket ready read not fired on arm64

2016-10-03 Thread Alexander Lampret
Unfortunately, upgrading and recompiling did not solve the problem. netstat -l RECV-Q shows bytes received but readyRead is not fired. Im listening to port 3512 (for example), but nothing happens inside udp receiver test program. I've added a possibility to send datagrams on 3512 in the same

[Touch-packages] [Bug 1629792] [NEW] udpsocket ready read not fired on arm64

2016-10-03 Thread Alexander Lampret
Public bug reported: Hello, I faced a problem where readyRead is not fired for QUdpSocket. I've tested this functionality with a basic udp receiver on different systems. On armhf it works fine, the same code does not work on arm64 (Pine64). This seems to be similar to bug