Closed Bug 3242 Opened 26 years ago Closed 26 years ago

crash in StyleContextImpl destructor

Categories

(Core :: CSS Parsing and Computation, defect, P2)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: karnaze, Assigned: peterl-retired)

References

()

Details

Sample 8 and the following crash on 2/22 NT debug build trying to release StyleContextImpl's mRules. <html> <head> <title>Example 8</title> <style> BUTTON { background-color: red; } </style> </head> <body> <FORM> <BUTTON style="padding: 3px;">foo </BUTTON> </FORM> </body> </html>
Forgot to mention that to get the crash, load the example and then load any other page.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
This was caused by bustage in SupportsArray
Status: RESOLVED → VERIFIED
Using 3/26 build, verified fixed.
You need to log in before you can comment on or make changes to this bug.