Closed
Bug 703491
Opened 14 years ago
Closed 14 years ago
Silence Nv3DVStream assertion
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: roc, Assigned: roc)
Details
(Whiteboard: [inbound])
Attachments
(2 files, 1 obsolete file)
1.00 KB,
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
2.53 KB,
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
NS_ASSERTION(rv, "Nv3DVStreaming Nv3DVControl failed!");
fails all the time for me. I don't have the 3D hardware of course. Let's turn it into a warning at best.
Assignee | ||
Comment 1•14 years ago
|
||
Assignee: nobody → roc
Attachment #575369 -
Flags: review?(bas.schouten)
Updated•14 years ago
|
Attachment #575369 -
Flags: review?(bas.schouten) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Whiteboard: [inbound]
Comment 3•14 years ago
|
||
So why did this bool suddenly turn into an nsresult?
Comment 4•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → mozilla11
Assignee | ||
Comment 5•14 years ago
|
||
(In reply to Ms2ger from comment #3)
> So why did this bool suddenly turn into an nsresult?
Yes, that was a mistake. I have a new patch.
Assignee | ||
Updated•14 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 6•14 years ago
|
||
These are bools not nsresults. Also some of the other assertions are still firing. Silence them.
Attachment #575963 -
Flags: review?(bas.schouten)
Assignee | ||
Comment 7•14 years ago
|
||
Fix checks, use NS_WARN_IF_FALSE, use DebugOnly.
Attachment #575963 -
Attachment is obsolete: true
Attachment #575963 -
Flags: review?(bas.schouten)
Attachment #575966 -
Flags: review?(bas.schouten)
Updated•14 years ago
|
Attachment #575966 -
Flags: review?(bas.schouten) → review+
Assignee | ||
Comment 8•14 years ago
|
||
Whiteboard: [inbound]
![]() |
||
Comment 9•14 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Comment 10•13 years ago
|
||
I guess nobody noticed that the logic for when to warn was inverted by this change.
You need to log in
before you can comment on or make changes to this bug.
Description
•