Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWebrender asserts when rendering text on Windows #663
Closed
Labels
Comments
|
Thanks for your report @MSleepyPanda ! |
|
Actually it's from a project i have locally (not published yet), but i'll create an example based on wr-sample |
|
Spend a few hours trying to replicate the issue, it crashes when enabling AntiAliasing! How to trigger: modified wr-sample Edit: Note that this only applies to windows |
|
Sample problem for me on Windows after rebasing. The default URL & WebVR samples I'm testing crash with assertion fail:
|
|
cc @vvuk |
|
Sorry - am around, was going to look tonight as well.
|
bors-servo
added a commit
that referenced
this issue
Dec 27, 2016
Don't overallocate data buffer size for windows fonts. Fixes #663. Buffer was overallocated in the grayscale AA case. Not sure how I didn't catch this in testing, since I tested both grayscale AA and cleartype AA... <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/667) <!-- Reviewable:end -->
simonvandel
added a commit
to simonvandel/servo
that referenced
this issue
Jan 7, 2017
I had the same problems as described in servo/webrender#663 which is now fixed in the updated webrender.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code
Later on in the code
Output
When ommiting the above code snippet, app runs fine. Wr-sample also runs fine, but it doesn't render text.
Old commit, before updating (if i read git reflog correctly)And the current one: Commit/Version: 845dcc9
OS: Windows
~
Edit: I cloned the repo at version 2be6798 (Nov. 2) and things worked, therefore it must have happend between this and the current one.~
Edit 2: Cause is found, see below