Bug 144418 - UI process sometimes crashes under _takeViewSnapshot when the window is off-screen
Summary: UI process sometimes crashes under _takeViewSnapshot when the window is off-s...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-29 16:03 PDT by Tim Horton
Modified: 2015-04-29 16:21 PDT (History)
3 users (show)

See Also:


Attachments
null-checks (2.12 KB, patch)
2015-04-29 16:03 PDT, Tim Horton
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2015-04-29 16:03:31 PDT
Created attachment 252000 [details]
null-checks

If the window is off-screen, we can't snapshot it.
Comment 1 Tim Horton 2015-04-29 16:03:39 PDT
<rdar://problem/20740278>
Comment 2 WebKit Commit Bot 2015-04-29 16:05:10 PDT
Attachment 252000 [details] did not pass style-queue:


ERROR: Source/WebKit2/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Alexey Proskuryakov 2015-04-29 16:09:39 PDT
Comment on attachment 252000 [details]
null-checks

View in context: https://bugs.webkit.org/attachment.cgi?id=252000&action=review

> Source/WebKit2/ChangeLog:4
> +        Need the bug URL (OOPS!).

No?
Comment 4 Tim Horton 2015-04-29 16:21:24 PDT
http://trac.webkit.org/changeset/183588