Open
Bug 1247762
Opened 9 years ago
Updated 2 years ago
Dump debug logs from GLContexts on destruction
Categories
(Core :: Graphics: CanvasWebGL, task, P3)
Core
Graphics: CanvasWebGL
Tracking
()
NEW
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file)
(deleted),
patch
|
jgilbert
:
review+
|
Details | Diff | Splinter Review |
Mesa seems to leak these messages so while we should fix mesa, printing them is probably more helpful.
Assignee | ||
Comment 1•9 years ago
|
||
Assignee: nobody → jmuizelaar
Attachment #8718624 -
Flags: review?(jgilbert)
Comment 2•9 years ago
|
||
Comment on attachment 8718624 [details] [diff] [review]
Dump debug logs from GLContexts on destruction
Review of attachment 8718624 [details] [diff] [review]:
-----------------------------------------------------------------
::: gfx/gl/GLContext.cpp
@@ +2359,5 @@
> + GLsizei length;
> +
> + GLuint numFound;
> + do {
> + numFound = fGetDebugMessageLog(1, maxMsgLen, &source, &type, &id, &severity, &length, &msgData[0]);
Please leave a comment that includes a link to this bug, to help explain why we're bothering with this. It seems silly otherwise.
Attachment #8718624 -
Flags: review?(jgilbert) → review+
Assignee | ||
Comment 3•9 years ago
|
||
This is not fixing the leak...
Comment 4•9 years ago
|
||
(In reply to Jeff Muizelaar [:jrmuizel] from comment #3)
> This is not fixing the leak...
Can we patch Mesa? Would that be workable?
Thomas Daede in my office already contributes to Mesa, so I may ask him about this.
Assignee | ||
Comment 5•9 years ago
|
||
(In reply to Jeff Gilbert [:jgilbert] from comment #4)
> (In reply to Jeff Muizelaar [:jrmuizel] from comment #3)
> > This is not fixing the leak...
>
> Can we patch Mesa? Would that be workable?
> Thomas Daede in my office already contributes to Mesa, so I may ask him
> about this.
We can but we need to find the leak which I've thus far failed to do. The alternative is to add an address-sanitizer supression.
Comment 6•9 years ago
|
||
(In reply to Jeff Muizelaar [:jrmuizel] from comment #5)
> (In reply to Jeff Gilbert [:jgilbert] from comment #4)
> > (In reply to Jeff Muizelaar [:jrmuizel] from comment #3)
> > > This is not fixing the leak...
> >
> > Can we patch Mesa? Would that be workable?
> > Thomas Daede in my office already contributes to Mesa, so I may ask him
> > about this.
>
> We can but we need to find the leak which I've thus far failed to do. The
> alternative is to add an address-sanitizer supression.
We should do whatever's easiest. We don't really care about the driver leak per se, only that we can run tests against the driver.
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•