Closed
Bug 54631
Opened 25 years ago
Closed 24 years ago
-moz-opacity, tables, some sacrifice, and *crash*!
Categories
(Core Graveyard :: GFX, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
Future
People
(Reporter: ian, Assigned: kmcclusk)
References
()
Details
(Keywords: crash, qawanted, Whiteboard: need test case)
Attachments
(2 files)
Something is wrong with -moz-opacity. I'm not sure what, but for some reason
changing it on the page I'm about to attach causes it to crash.
Sorry, I don't have time to narrow it down right now.
Using Windows 2K Commercial Build 2000092808, which I believe is a branch build.
| Reporter | ||
Comment 1•25 years ago
|
||
| Reporter | ||
Comment 2•25 years ago
|
||
| Reporter | ||
Updated•25 years ago
|
Comment 3•25 years ago
|
||
Doesn't crash on Linux 2000-09-28-08 M18.
Comment 4•25 years ago
|
||
Doesn't seem to crash under Mac OS 9.0.4, either.
Tested with 2000092804-M18 build.
Comment 6•25 years ago
|
||
The testcase does indeed crash on NT 4. Here is the stack trace:
nsBlender::Do32Blend(unsigned char 226, int 19, int 16, unsigned char *
0x0c720000, unsigned char * 0x0c6e0000, unsigned char * 0x0c730000, int 32, int
1024, nsBlendQuality nsHighQual, unsigned int 4278190335, unsigned int
4294901760, nsPixelFormat & {...}) line 317 + 3 bytes
nsBlender::Blend(unsigned char * 0x0c720000, int 32, int 16, unsigned char *
0x0c6e0000, int 1024, int 16, unsigned char * 0x0c730000, int 32, int 16, int
19, int 89, nsPixelFormat & {...}, unsigned int 4278190335, unsigned int
4294901760) line 224
nsBlender::Blend(nsBlender * const 0x0c623640, int 0, int 0, int 4, int 19, void
* 0x0c623480, void * 0x0c623590, int 0, int 0, float 0.900000, void *
0x0c623370, unsigned int 4278190335, unsigned int 4294901760) line 171 + 102
bytes
nsBlender::Blend(nsBlender * const 0x0c623640, int 0, int 0, int 4, int 19,
nsIRenderingContext * 0x0c623ee0, nsIRenderingContext * 0x0c623250, int 0, int
0, float 0.900000, nsIRenderingContext * 0x0c623d60, unsigned int 4278190335,
unsigned int 4294901760) line 202
nsViewManager2::RenderDisplayListElement(DisplayListElement2 * 0x0c627100,
nsIRenderingContext & {...}) line 911
nsViewManager2::RenderViews(nsIView * 0x0c4b58e0, nsIRenderingContext & {...},
const nsRect & {...}, int & 0) line 806
nsViewManager2::Refresh(nsIView * 0x0c4b58e0, nsIRenderingContext * 0x0c6272d0,
const nsRect * 0x0012f6f8, unsigned int 1) line 686
nsViewManager2::DispatchEvent(nsViewManager2 * const 0x0c1ebee0, nsGUIEvent *
0x0012f838, nsEventStatus * 0x0012f73c) line 1352
HandleEvent(nsGUIEvent * 0x0012f838) line 68
nsWindow::DispatchEvent(nsWindow * const 0x0c4b57a4, nsGUIEvent * 0x0012f838,
nsEventStatus & nsEventStatus_eIgnore) line 681 + 10 bytes
nsWindow::DispatchWindowEvent(nsGUIEvent * 0x0012f838, nsEventStatus &
nsEventStatus_eIgnore) line 707
nsWindow::OnPaint() line 3698 + 28 bytes
nsWindow::ProcessMessage(unsigned int 15, unsigned int 0, long 0, long *
0x0012fbe8) line 2805 + 17 bytes
nsWindow::WindowProc(HWND__ * 0x0032049a, unsigned int 15, unsigned int 0, long
0) line 950 + 27 bytes
Moving over to Compositor....
Assignee: clayton → kmcclusk
Component: Layout → Compositor
QA Contact: py8ieh=bugzilla → petersen
| Assignee | ||
Comment 7•25 years ago
|
||
CC'ing attinasi
| Assignee | ||
Comment 8•25 years ago
|
||
peterl@netscape.com can get it to crash consistently with a display depth of
true-color on WINNT. I can't get it crash when I set my display depth to true-color.
Status: NEW → ASSIGNED
| Assignee | ||
Comment 9•25 years ago
|
||
Marking future. For RTM we should remove the moz-opacity property from the
branch. There are a number of crashers related to this property and not enough
time to guarantee moz-opacity is solid.
bug 57307 was filed to remove the moz-opacity property for RTM.
Target Milestone: --- → Future
Comment 10•25 years ago
|
||
This stack trace (at line 317 in Do32Blend) would seem to
indicate the same bus error crash I was having with Do24Blend.
Refer to my bug 57223 for analysis and suggested fixes.
Comment 11•25 years ago
|
||
Has anyone tried this since hyatt landed bug 78695? I believe that stuff
included some moz-opacity work.
Comment 12•24 years ago
|
||
As of the fix for bug 66022, this no longer crashes.
Might want to mark this WFM?
jake
Comment 13•24 years ago
|
||
WFM (and others) - marking it as such.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•