[Bug 32328] New: Many Silverlight websites loop forever querying the interface list

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Nov 29 17:06:43 CST 2012


http://bugs.winehq.org/show_bug.cgi?id=32328

             Bug #: 32328
           Summary: Many Silverlight websites loop forever querying the
                    interface list
           Product: Wine
           Version: 1.5.18
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: winsock
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: ehoover at mines.edu
    Classification: Unclassified


A lot of Silverlight websites set up a thread that queries the socket option
SIO_ADDRESS_LIST_CHANGE to be informed about changes to the interface list. 
Currently these applications loop forever querying SIO_ADDRESS_LIST_CHANGE,
since the overlapped handle gets triggered automatically.  At the very least
this routine should not trigger the overlapped handle, but it would be better
to implement this functionality by passing the overlapped handle to one if the
IP helper routines like NotifyAddrChange.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list