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 upFlexbox: thread 'LayoutWorker worker 3/3' panicked at 'attempted to divide by zero' #7316
Labels
Comments
Contributor
paulrouget
commented
Aug 22, 2015
|
|
|
In let even_content_inline_size = content_inline_size / ImmutableFlowUtils::child_count(self as &Flow) as i32;Which I guess is the issue. Adding a child to the empty |
This was referenced Aug 24, 2015
Merged
bors-servo
pushed a commit
that referenced
this issue
Aug 24, 2015
prevent division by 0 Fix #7316 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7331) <!-- Reviewable:end -->
bors-servo
pushed a commit
that referenced
this issue
Aug 24, 2015
prevent division by 0 Fix #7316 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7331) <!-- Reviewable:end -->
paulrouget
added a commit
to paulrouget/servo
that referenced
this issue
Aug 26, 2015
Issue servo#7316
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment