Bug 202976 - [GTK][WPE] ASSERTION FAILED: blob in SQLiteStatement.cpp(163) : int WebCore::SQLiteStatement::bindBlob()
Summary: [GTK][WPE] ASSERTION FAILED: blob in SQLiteStatement.cpp(163) : int WebCore::...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, InRadar
Depends on:
Blocks:
 
Reported: 2019-10-15 00:37 PDT by Carlos Garcia Campos
Modified: 2019-10-16 03:58 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.45 KB, patch)
2019-10-15 00:39 PDT, Carlos Garcia Campos
aperez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2019-10-15 00:37:51 PDT
This is because IconDatabases passes a nullptr blob to store emtpty icons. sqlite3_bind_blob() allows nullptr as blob, so we shouldn't assert.
Comment 1 Carlos Garcia Campos 2019-10-15 00:39:34 PDT
Created attachment 380966 [details]
Patch
Comment 2 Carlos Garcia Campos 2019-10-16 03:57:32 PDT
Committed r251185: <https://trac.webkit.org/changeset/251185>
Comment 3 Radar WebKit Bug Importer 2019-10-16 03:58:14 PDT
<rdar://problem/56326790>