Bug 160939 - [GTK] ASSERTION FAILED: !width() && !height() when downloading any image
Summary: [GTK] ASSERTION FAILED: !width() && !height() when downloading any image
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-17 06:14 PDT by Michael Catanzaro
Modified: 2016-08-18 00:59 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2016-08-17 06:14:07 PDT
Right click on any image in Epiphany and click Save As. You get a UI process crash:

ASSERTION FAILED: !width() && !height()
../../Source/WebCore/platform/image-decoders/ImageDecoder.cpp(201) : bool WebCore::ImageFrame::setSize(int, int)
Comment 1 Carlos Garcia Campos 2016-08-17 06:48:44 PDT
Does it happen in trunk? I think I fixed that assert . . .
Comment 2 Michael Catanzaro 2016-08-17 08:32:49 PDT
(In reply to comment #1)
> Does it happen in trunk? I think I fixed that assert . . .

I'm using r204502 (fairly recent trunk)
Comment 3 Carlos Garcia Campos 2016-08-18 00:59:53 PDT
hmm, I guess I saw this in the debug bot and started to work on it, but never finished, I'll check my local branches.