Closed
Bug 341514
Opened 20 years ago
Closed 18 years ago
cairo assertion probably due to free()ed memory
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: guninski, Unassigned)
Details
Attachments
(1 file)
|
367 bytes,
text/html
|
Details |
cairo assertion probably due to free()ed memory
there are some indications that this is due to free'd memory:
#13 0xb733cef1 in raise () from /lib/tls/libc.so.6
#14 0xb733e83b in abort () from /lib/tls/libc.so.6
#15 0xb7336045 in __assert_fail () from /lib/tls/libc.so.6
#16 0xb7e9b0aa in _cairo_content_from_format (format=4294967295)
at /opt/joro/firefox/mozilla/gfx/cairo/cairo/src/cairo-image-surface.c:402
#17 0xb7e9a9af in _cairo_image_surface_create_for_pixman_image (
pixman_image=0x843f0d8, format=4294967295)
at /opt/joro/firefox/mozilla/gfx/cairo/cairo/src/cairo-image-surface.c:66
#18 0xb7e9ac59 in _cairo_image_surface_create_with_masks (data=0x89ecf18 "",
---Type <return> to continue, or q <return> to quit---
format=0xbf966148, width=971, height=15, stride=1944)
at /opt/joro/firefox/mozilla/gfx/cairo/cairo/src/cairo-image-surface.c:159
#19 0xb7eb9bbc in _get_image_surface (surface=0x8802d70, interest_rect=0x0,
image_out=0xbf9661ac, image_rect=0x0)
at /opt/joro/firefox/mozilla/gfx/cairo/cairo/src/cairo-xlib-surface.c:673
#20 0xb7eb9f47 in _cairo_xlib_surface_acquire_source_image (
abstract_surface=0x8802d70, image_out=0xbf9661fc, image_extra=0xbf966570)
at /opt/joro/firefox/mozilla/gfx/cairo/cairo/src/cairo-xlib-surface.c:802
#21 0xb7ea9a51 in _cairo_surface_acquire_source_image (surface=0x8802d70,
image_out=0xbf9661fc, image_extra=0xbf966570)
at /opt/joro/firefox/mozilla/gfx/cairo/cairo/src/cairo-surface.c:685
(gdb) frame 16
#16 0xb7e9b0aa in _cairo_content_from_format (format=4294967295)
at /opt/joro/firefox/mozilla/gfx/cairo/cairo/src/cairo-image-surface.c:402
402 ASSERT_NOT_REACHED;
| Reporter | ||
Comment 1•20 years ago
|
||
Component: General → GFX: Thebes
Product: Firefox → Core
QA Contact: general → thebes
| Reporter | ||
Comment 2•19 years ago
|
||
when loading the testcase, wait about 5 seconds for refresh.
bclary, i don't crash anymore - do you crash?
Comment 3•18 years ago
|
||
sounds like this one is ready to close. is that right?
| Reporter | ||
Comment 4•18 years ago
|
||
don't crash anymore so fixed
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 5•18 years ago
|
||
(In reply to comment #2)
> when loading the testcase, wait about 5 seconds for refresh.
>
> bclary, i don't crash anymore - do you crash?
>
Nope and sorry for missing this.
Resolution: FIXED → WORKSFORME
Updated•17 years ago
|
Group: core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•