[Webkit-unassigned] [Bug 57048] http/tests/websocket/tests/workers/worker-handshake-challenge-randomness.html crashed once on Windows XP Debug (Tests)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 18 18:21:39 PDT 2011


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





--- Comment #6 from Fumitoshi Ukai <ukai at chromium.org>  2011-05-18 18:21:39 PST ---
(In reply to comment #5)
> This is a fairly obvious object lifetime bug, and it's probably reasonably easy to fix, but I couldn't figure it out in the time I had for this so far.

I don't know much about CoreFoundation, but it seems it schedules read/write stream on loaderRunLoop() on PLATFORM(WIN) in scheduleStreams(), but it tries to unschedule stream on CFRunLoopGetCurrent(), which is used in scheduling stream on other platform than WIN.
So, I think this can be fixed to use loaderRunLoop() on PLATFORM(WIN) in platformClose().
I'll create a patch.

-- 
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