Closed
Bug 1290770
Opened 9 years ago
Closed 6 years ago
Crash in mozilla::WebGLTexture::CopyTexImage2D, with no log of failed call args.
Categories
(Core :: Graphics: CanvasWebGL, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla67
People
(Reporter: n.nethercote, Assigned: jgilbert)
References
Details
(Keywords: crash, Whiteboard: [gfx-noted])
Crash Data
Attachments
(1 file, 1 obsolete file)
This bug was filed from the Socorro interface and is
report bp-feeabbf6-9003-4cc7-8efb-e469a2160527.
=============================================================
I only see 5 occurrences of this crash, 4 on Linux, 1 on Windows, but it's a nice understandable MOZ_RELEASE_ASSERT failure so seems worth filing.
jgilbert, any ideas?
Updated•9 years ago
|
Whiteboard: [gfx-noted]
Comment 1•9 years ago
|
||
We don't know the error code with this assert[1]. Add more info for debugging.
This crash also can be found at ff50[2].
[1]
https://hg.mozilla.org/mozilla-unified/annotate/2ea3d51ba1bb/dom/canvas/WebGLTextureUpload.cpp#l2107
[2]
https://crash-stats.mozilla.com/report/index/795be08c-542e-46b9-a0e4-9bbc32160730
Attachment #8776490 -
Flags: review?(jgilbert)
Assignee | ||
Comment 2•9 years ago
|
||
This is probably bug 1290634.
Comment 3•9 years ago
|
||
Maybe it's solved by bug 1290634. But I think it's worth to have attachment 8776490 [details] [diff] [review]. Then we can check the gl parameters if there has another error code.
Updated•9 years ago
|
Assignee: nobody → hshih
Updated•8 years ago
|
Priority: -- → P3
Comment 4•7 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Comment 5•7 years ago
|
||
Closing because no crash reported since 12 weeks.
Assignee | ||
Updated•6 years ago
|
Resolution: WONTFIX → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Summary: Crash in mozilla::WebGLTexture::CopyTexImage2D → Crash in mozilla::WebGLTexture::CopyTexImage2D, with no log of failed call args.
Assignee | ||
Updated•6 years ago
|
Attachment #8776490 -
Flags: review?(jgilbert) → review+
Assignee | ||
Updated•6 years ago
|
Assignee: bignose1007+bugzilla → jgilbert
Component: Graphics → Canvas: WebGL
Assignee | ||
Comment 7•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Attachment #8776490 -
Attachment is obsolete: true
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4044c8713862
Log bad tex upload calls and errors. r=lsalzman
Comment 9•6 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 7 years ago → 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Updated•6 years ago
|
status-firefox50:
affected → ---
status-firefox65:
--- → wontfix
status-firefox66:
--- → wontfix
status-firefox-esr60:
--- → wontfix
You need to log in
before you can comment on or make changes to this bug.
Description
•