Bug #72676 Blob editor does not work on Linux
Submitted: 19 May 2014 2:14 Modified: 27 Aug 2014 2:59
Reporter: Joel Low Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S2 (Serious)
Version:6.1.6 OS:Linux
Assigned to: CPU Architecture:Any

[19 May 2014 2:14] Joel Low
Description:
All blob columns on Workbench can typically be viewed through the Editor window. On Linux (Ubuntu 14.04) trying to open the editor results in nothing appearing, and this is printed to the console:

(mysql-workbench-bin:5230): glibmm-CRITICAL **: 
unhandled exception (type Glib::Error) in signal handler:
domain: gdk-pixbuf-error-quark
code  : 3
what  : Unrecognized image file format

To the best of my knowledge, it is textual (ASCII) information that is inside the cell that I am viewing.

How to repeat:
Create a table with a BLOB column
Insert a row with textual information for the column
Save
Right-click on the cell in Workbench
Open Value in Editor
Nothing happens.
[19 May 2014 5:55] MySQL Verification Team
Hello Joel,

Thank you for the bug report.
Verified as described.

Thanks,
Umesh
[19 May 2014 5:57] MySQL Verification Team
// On CentOS 6.5(x86_64)

(mysql-workbench-bin:2544): Gtk-CRITICAL **: gtk_tree_view_unref_tree_helper: assertion `node != NULL' failed

(mysql-workbench-bin:2544): glibmm-CRITICAL **: 
unhandled exception (type Glib::Error) in signal handler:
domain: gdk-pixbuf-error-quark
code  : 3
what  : Unrecognized image file format
[27 Aug 2014 2:59] Philip Olson
Fixed as of the upcoming MySQL Workbench 6.2.2 release, and here's the changelog entry:

On Linux, the BLOB columns were not viewable in the query results editor.

Thank you for the bug report.