[Webkit-unassigned] [Bug 48321] [NRWT] Fix http lock on Windows platform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 27 04:20:21 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=48321


Gabor Rapcsanyi <rgabor at inf.u-szeged.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #71875|0                           |1
        is obsolete|                            |
  Attachment #72003|                            |review?, commit-queue?
               Flag|                            |




--- Comment #7 from Gabor Rapcsanyi <rgabor at inf.u-szeged.hu>  2010-10-27 04:20:19 PST ---
Created an attachment (id=72003)
 --> (https://bugs.webkit.org/attachment.cgi?id=72003&action=review)
proposed_patch_v2

As Dirk said I don't want to kill the process, just check it. I think that's the easiest way to do that.
Furthermore I've checked the os.O_NONBLOCK and it's no need because when it can't open the guard lock file it just throw an OSError exception, so it will be a spinlock without the os.O_NONBLOCK.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list