Bug #58071 | error when export result of query to html | ||
---|---|---|---|
Submitted: | 9 Nov 2010 8:11 | Modified: | 12 Nov 2010 15:39 |
Reporter: | Pavel Dobryakov | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S1 (Critical) |
Version: | 5.2.29 | OS: | Linux (ubuntu 10.10) |
Assigned to: | CPU Architecture: | Any | |
Tags: | Export HTML |
[9 Nov 2010 8:11]
Pavel Dobryakov
[9 Nov 2010 8:21]
Pavel Dobryakov
problem manifests itself in any type of export
[9 Nov 2010 11:23]
MySQL Verification Team
I couldn't repeat on Fedora 14 X86_64. Could you please provide create table statement, some insert statements and query which allow to repeat the issue reported. Thanks in advance.
[9 Nov 2010 11:53]
Pavel Dobryakov
CREATE TABLE `test1` ( `id` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; INSERT INTO `test`.`test1` ( `id` ) VALUES ( '1' ); INSERT INTO `test`.`test1` ( `id` ) VALUES ( '2' ); INSERT INTO `test`.`test1` ( `id` ) VALUES ( '3' ); Even with such simple data in any attempt to export, the program crashes. The console is visible to the same error.
[10 Nov 2010 10:20]
Valeriy Kravchuk
I can not repeat on 32-bit Ubuntu 10.04 also. What exact binaries you had used?
[10 Nov 2010 10:25]
Pavel Dobryakov
MySQL Workbench 5.2.29 GA (2010-10-12) ubuntu 10.10 Linux pavelVD 2.6.35-22-generic #35-Ubuntu SMP Sat Oct 16 20:45:36 UTC 2010 x86_64 GNU/Linux may be show some packages versions ?
[11 Nov 2010 10:02]
Valeriy Kravchuk
Just give me exact URL you had used to download Workbench. Or, maybe, you had built it from source?
[11 Nov 2010 10:11]
Pavel Dobryakov
here http://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-workbench-gpl-5.2.29-1ubu1004-amd64...
[12 Nov 2010 15:39]
Alfredo Kojima
This is a duplicate of bug #57379