Closed
Bug 1290341
Opened 9 years ago
Closed 4 years ago
Crash: cairo_surface_reference: Assertion `((*&(&surface->ref_count)->ref_count) > 0)' failed.
Categories
(Core :: Graphics, defect, P3)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: posidron, Unassigned)
Details
(Keywords: crash, testcase, Whiteboard: [gfx-noted])
Attachments
(1 file)
135.82 KB,
application/octet-stream
|
Details |
The following testcase crashes on en-us.linux-x86_64-asan.tar.bz2 revision 7339ed5e03791159421bc91995ebc7160d4976b2
See attachment.
Backtrace:
==12158==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7f0f339f727f bp 0x60300052eb20 sp 0x7f0f040ad6e0 T40)
firefox: /build/buildd/cairo-1.13.0~20140204/src/cairo-surface.c:928: cairo_surface_reference: Assertion `((*&(&surface->ref_count)->ref_count) > 0)' failed.
Reporter | ||
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
(In reply to Christoph Diehl [:posidron] from comment #1)
> Created attachment 8775858 [details]
> Testcase
Hi Christoph, how to replay the crash with that attachment 8775858 [details]?
Do we have another fuzzer?
Flags: needinfo?(cdiehl)
Reporter | ||
Comment 3•9 years ago
|
||
You need to rename the *data file to .png. That should work.
Flags: needinfo?(cdiehl)
Comment 4•9 years ago
|
||
The zip file contains:
BrowserAgent_Bucket
BrowserAgent_auxdat.txt
BrowserAgent_meta.txt
data_1_output_Output.txt
data_1_output_Output_fileName.txt
So the first step is rename data_1_output_Output.txt to data_1_output_Output.png?
And use our browser to open that png?
I'm not familiar with the testing flow.
Flags: needinfo?(cdiehl)
Reporter | ||
Comment 5•9 years ago
|
||
Correct Jerry, but always make sure you match the revision number and get an ASan build.
Flags: needinfo?(cdiehl)
Updated•9 years ago
|
Whiteboard: [gfx-noted]
Updated•9 years ago
|
Priority: -- → P3
Comment 8•4 years ago
|
||
Hi Jeff, Can we close this one as well ? I dont think this issue still applies either.
Flags: needinfo?(jmuizelaar)
Comment 9•4 years ago
|
||
Sure
Status: NEW → RESOLVED
Closed: 4 years ago
Flags: needinfo?(jmuizelaar)
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•