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 crashes 'thread '<unnamed>' panicked at 'called `Option::unwrap()` on a `None` value', ../src/libcore/option.rs:325' #11327
Labels
Comments
|
Mac OS X 10.11 on retina macbook pro 15" here, servo built from master. |
|
…and after multiple runs I've got shorter backtrace. |
|
I think I just got this crash (same backtrace) on linux when trying to click the "log in" button on github. Updating my build and trying again.. |
|
Yep, same crash on github |
pcwalton
added a commit
to pcwalton/webrender
that referenced
this issue
May 24, 2016
root pipeline and we're asked to render. Addresses servo/servo#11327.
bors-servo
added a commit
to servo/webrender
that referenced
this issue
May 24, 2016
Avoid panicking if a root stacking context has not been created for the root pipeline and we're asked to render. Addresses servo/servo#11327. r? @glennw
Merged
bors-servo
added a commit
that referenced
this issue
May 24, 2016
Update webrender Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy --faster` does not report any errors - [x] These changes fix #11327 Either: - [ ] There are tests for these changes OR - [x] These changes do not require tests because it's a dependency update <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11353) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
May 24, 2016
Update webrender Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy --faster` does not report any errors - [x] These changes fix #11327 Either: - [ ] There are tests for these changes OR - [x] These changes do not require tests because it's a dependency update <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11353) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
May 24, 2016
Update webrender Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy --faster` does not report any errors - [x] These changes fix #11327 Either: - [ ] There are tests for these changes OR - [x] These changes do not require tests because it's a dependency update <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11353) <!-- Reviewable:end -->
pcwalton
added a commit
to pcwalton/servo
that referenced
this issue
May 24, 2016
Picks up fixes for servo#11150, servo#11151, servo#11323, and servo#11327.
Merged
bors-servo
added a commit
that referenced
this issue
May 25, 2016
Update WebRender. Picks up fixes for #11150, #11151, #11323, and #11327. r? @mbrubeck <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11379) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
May 25, 2016
Update WebRender. Picks up fixes for #11150, #11151, #11323, and #11327. r? @mbrubeck <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11379) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Crash almost always can be reproduced with:
LXD 2.0: Introduction to LXD [1/12]linkBacktrace is rather large, you can find it here. First backtrace:
No crash if run without enabling WebRender.