[Webkit-unassigned] [Bug 35992] Crash at MediaPlayer::duration()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 10 17:53:50 PST 2010


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





--- Comment #1 from Hin-Chung Lam <hclam at google.com>  2010-03-10 17:53:50 PST ---
So the cause of this is as follows:

1. Page A opens a video and open a new window with Page B
2. Page B holds a reference to the video element in Page A
3. Page A closes, media engine is destroyed but HTMLMediaElement still alive
4. Page B tries to call that video element, which calls the internal m_player
5. Bang!

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