Bug #57467 WB crashes when exporting resultset to CSV
Submitted: 14 Oct 2010 21:35 Modified: 15 Oct 2010 21:16
Reporter: Matt Grimm Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:5.2.29 OS:Linux (Ubuntu 10.10 32-bit)
Assigned to: CPU Architecture:Any

[14 Oct 2010 21:35] Matt Grimm
Description:
I tried exporting a small resultset to a CSV file using both the Query > Export Results menu option, and the icon in the result set window. I saved the file to /tmp/results.csv and /home/username/results.csv, but either way MySQL WB crashes with this error on the command line, and without having saved any data to the export file:

/usr/bin/mysql-workbench-bin: symbol lookup error: /usr/lib/mysql-workbench/libwbpublic.so.0: undefined symbol: _ZN9ctemplate8Template11GetTemplateERKSsNS_5StripE

How to repeat:
* Open a query tab 
* Run the query "SELECT 1"
* Click the "Export recordset to an external file" icon
* Select "CSV" file format
* Enter a filename, using a known writable path (e.g., /tmp/foobar.csv)
* Click "Export"

MySQL WB will then crash with the "symbol lookup error".

Suggested fix:
Unknown.
[15 Oct 2010 4:07] Valeriy Kravchuk
Not repeatable on Mac OS X.
[15 Oct 2010 6:05] Valeriy Kravchuk
Not repeatable on Ubuntu 10.04.
[15 Oct 2010 14:03] MySQL Verification Team
Thank you for the bug report.

/usr/bin/mysql-workbench-bin: symbol lookup error: /usr/lib/mysql-workbench/libwbpublic.so.0: undefined symbol: _ZN9ctemplate8Template11GetTemplateERKSsNS_5StripE
miguel@tikal:~$
[15 Oct 2010 21:16] Johannes Taxacher
this is a duplicate of Bug #57379