Bug#511700: libqtcore4: Sockets 1024 cause warning flood

2009-01-19 Thread Fathi Boudra
tags 511700 + fixed-upstream Thanks Hi, The problem is corrected in the mainline. The upcoming snapshot of Qt 4.5 won't have those useless warning. cheers, Fathi -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#511700: libqtcore4: Sockets 1024 cause warning flood

2009-01-13 Thread Thorvald Natvig
Package: libqtcore4 Version: 4.4.3-1 Severity: normal Tags: patch If you use sockets 1024, QSocketNotifier prints out QSocketNotifier: Socket descriptor too large for select() However, if Qt is compiled with Glib support, glib uses poll() and not select, so this warning is wrong. Programs