Issue 3630: Improper cleanup of IPC Channel
http://code.google.com/p/chromium/issues/detail?id=3630

New issue report by [EMAIL PROTECTED]:
The IPC Channel exposes a Close() method that attempts cleanup of the
channel before closing it. The problem is that if there is a pending IO
operation when the method is called, it just cancels the registration and
if this action is performed from the object's destructor, it will
immediately delete the overlapped structure that was handled to the OS.
What follows is the OS using memory that was already released.


Issue attributes:
        Status: Untriaged
        Owner: [EMAIL PROTECTED]
        Labels: Type-Bug Pri-2 OS-Windows Area-BrowserBackend

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to