Closed
Bug 796846
Opened 12 years ago
Closed 12 years ago
b2g process crashing on startup (getting into crash loop)
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
blocking-basecamp | + |
People
(Reporter: cjones, Assigned: cjones)
References
Details
Trying to get a stack right now. I know that
hg bisect -g 4ae30378c203
hg bisect -b 3b58a62ebfd9
Assignee | ||
Comment 1•12 years ago
|
||
dz, missed a spot ;)
bool
CompositorParent::TransformShadowTree(TimeStamp aCurrentFrame)
{
bool wantNextFrame = false;
Layer* layer = mLayerManager->GetPrimaryScrollableLayer();
ShadowLayer* shadow = layer->AsShadowLayer();
Please to be testing before relanding.
Blocks: 795811
Assignee | ||
Comment 2•12 years ago
|
||
(At least one spot, maybe more.)
Comment 3•12 years ago
|
||
Hmmm, I ran it through try. Do we not even attempt to startup on the b2g builds?
Assignee | ||
Comment 4•12 years ago
|
||
No. Bug 789652.
Comment 5•12 years ago
|
||
Pretty sure this is fixed.
Assignee: nobody → jones.chris.g
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•