WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
131528
[Mac] Prevent crash when exiting fullscreen mode
https://bugs.webkit.org/show_bug.cgi?id=131528
Summary
[Mac] Prevent crash when exiting fullscreen mode
Brent Fulgham
Reported
2014-04-10 22:04:28 PDT
It is possible to cause a crash in WebKit if you enter full screen mode, exit full screen mode, and close the main view quickly enough. The crash is due to an animation thread attempting to interact with a deallocated window. When we decide to rapidly terminate a window, we need to tell any existing animation controllers to stop animating, and clear their window references.
Attachments
Patch
(1.40 KB, patch)
2014-04-10 22:06 PDT
,
Brent Fulgham
no flags
Details
Formatted Diff
Diff
I think this resolves the 'real' problem
(1.92 KB, patch)
2014-04-11 09:13 PDT
,
Brent Fulgham
jer.noble
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Brent Fulgham
Comment 1
2014-04-10 22:06:58 PDT
Created
attachment 229107
[details]
Patch
Brent Fulgham
Comment 2
2014-04-10 22:07:20 PDT
<
rdar://problem/13967272
>
Jer Noble
Comment 3
2014-04-10 22:44:52 PDT
Comment on
attachment 229107
[details]
Patch Nice! r=me.
Brent Fulgham
Comment 4
2014-04-11 09:13:51 PDT
Created
attachment 229138
[details]
I think this resolves the 'real' problem
Brent Fulgham
Comment 5
2014-04-11 09:15:58 PDT
It was bothering me that we were entering the WKFullScreenWindowController::close method with _fullScreenState != ExitingFullScreen, but _scaleAnimation still non-nil and running an animation. I think the actual fix need to be done 'finishedExitFullScreenAnimation', where we clean up the _fadeAnimation, but don't touch the _scaleAnimation. I still like the initial fix to protect us against leaving a running animation when the window is going away, but I think the 'real' fix is this second patch.
Brent Fulgham
Comment 6
2014-04-11 09:16:58 PDT
Comment on
attachment 229138
[details]
I think this resolves the 'real' problem Updated patch that makes sure we never are in a state where '_fullScreenState != ExitingFullScreen' while we have a running animation.
Jer Noble
Comment 7
2014-04-11 09:51:27 PDT
Comment on
attachment 229138
[details]
I think this resolves the 'real' problem re-r=me.
Brent Fulgham
Comment 8
2014-04-11 09:52:15 PDT
Committed
r167130
: <
http://trac.webkit.org/changeset/167130
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug