Closed
Bug 690864
Opened 14 years ago
Closed 14 years ago
dromaeo CSS regression on 32-bit Linux (suspected due to PRBool --> bool conversion)
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox10 | - | --- |
People
(Reporter: jaas, Unassigned)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
148.32 KB,
image/png
|
Details |
No description provided.
Comment 1•14 years ago
|
||
mwu ran some numbers; http://dromaeo.com/?id=151464,151456 is the before and after.
Looks like something in extjs is just not happy; mwu is looking into it.
Updated•14 years ago
|
tracking-firefox10:
--- → ?
Keywords: regression
Updated•14 years ago
|
Summary: dromaeo CSS regression on 32-bit Linux → dromaeo CSS regression on 32-bit Linux (suspected due to PRBool --> bool conversion)
Comment 2•14 years ago
|
||
I ran this again on a windows vm:
http://dromaeo.com/?id=151828,151829
MSVC appears to be smarter about this.
Comment 3•14 years ago
|
||
Has there been any progress in tracking this down? The longer that this is not fixed, the harder it will get to backout the PRBool patch. :(
Comment 4•14 years ago
|
||
No. I think that we've decided that since MSVC is not affected and the problem is sort of impossible to reproduce while profiling we're not going to worry about it for the moment...
Comment 5•14 years ago
|
||
(In reply to Boris Zbarsky (:bz) from comment #4)
> No. I think that we've decided that since MSVC is not affected and the
> problem is sort of impossible to reproduce while profiling we're not going
> to worry about it for the moment...
So that means that this is WONTFIX then? Should I proceed with my PR_TRUE/PR_FALSE elimination project?
Comment 6•14 years ago
|
||
I thinks so, on both counts... Michael?
Comment 7•14 years ago
|
||
I agree. My best guess is that msvc is being smarter about int->bool conversions than gcc..
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
Updated•14 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•