[Webkit-unassigned] [Bug 62292] Worker object may be garbage collected even if it has message handlers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 8 23:50:59 PDT 2011


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





--- Comment #7 from Yury Semikhatsky <yurys at chromium.org>  2011-06-08 23:50:59 PST ---
(In reply to comment #1)
> Is there a repro case for this?

Yes, see attached worker.html and worker.js. worker.js periodically sends a message to its worker object so the worker context is not collected. However the worker object is not GC protected and I see only part of the messages printed in the page. I can reliably reproduce it on Chromium Linux after the page refresh: messages from worker #0 will never be printed.

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