Closed Bug 153 Opened 26 years ago Closed 26 years ago

Assertion failed: expected_pixel == color.pixel, file colors.c, line 903

Categories

(MozillaClassic Graveyard :: XFE, defect, P5)

1998-03-31
HP
HP-UX
defect

Tracking

(Not tracked)

VERIFIED WONTFIX

People

(Reporter: subbarao, Assigned: ramiro)

Details

Created by Kartik Subbarao (subbarao@computer.org) on Sunday, April 12, 1998 2:08:10 PM PDT
Additional Details :
When trying to open the home page, the debug version of
Mozilla dies with this assertion failure on HP-UX 10.20:

Assertion failed: expected_pixel == color.pixel, file
colors.c, line 903

Running it under the debugger:
expected_pixel = 0
color.pixel = 1

color = struct XColor {
    pixel = 1;
    red = 0;
    green = 0;
    blue = 0;
    flags = ''^@'' (\000);
    pad = ''^@'' (\000);
}

Looks like it''s trying to allocate a color for black, and it
expects to get assigned pixel 0, but is instead being
assigned pixel 1. At least this is what it looks like at a
superficial level.
Assignee: nobody → ramiro
Component: XFE
Status: NEW → ASSIGNED
Priority: P3 → P5
Do you have a url that can reproduce this ?

Also, what does the stack trace look like ?

marking assigned p5
Well, I haven't seen the bug manifest in a while. Maybe it's been fixed in the
latest code.

I think it tended to happen when the colormap was heavily allocated, but I'm not
sure.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Old bug, old code-base. Marking won't fix. Please re-open if I am incorrect.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.