Bug #76412 | Freshly built mysql client crashes in libedit/terminal.c:334 | ||
---|---|---|---|
Submitted: | 20 Mar 2015 17:30 | Modified: | 24 Nov 2015 22:49 |
Reporter: | Sveta Smirnova (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S1 (Critical) |
Version: | 5.6.23, 5.7.5 | OS: | Linux (Suse 13.2) |
Assigned to: | CPU Architecture: | Any |
[20 Mar 2015 17:30]
Sveta Smirnova
[23 Mar 2015 14:10]
MySQL Verification Team
I couldn't repeat on OpenSuSe after a complete update (i.e I didn't get complain to install ncurses-devel). Your MySQL connection id is 1 Server version: 5.6.23-debug-log Source distribution Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> SHOW VARIABLES LIKE "%DIR%"; +-----------------------------------------+------------------------------------------------------+ | Variable_name | Value | +-----------------------------------------+------------------------------------------------------+ | basedir | /home/miguel/test/5.6d | | binlog_direct_non_transactional_updates | ON | | character_sets_dir | /home/miguel/test/5.6d/share/charsets/ | | datadir | /home/miguel/test/5.6d/mysql-test/var/mysqld.1/data/ | | ignore_db_dirs | | | innodb_data_home_dir | | | innodb_fil_make_page_dirty_debug | 0 | | innodb_log_group_home_dir | ./ | | innodb_max_dirty_pages_pct | 75 | | innodb_max_dirty_pages_pct_lwm | 0 | | innodb_undo_directory | . | | lc_messages_dir | /home/miguel/test/5.6d/share/ | | plugin_dir | /home/miguel/test/5.6d/lib/plugin/ | | slave_load_tmpdir | /home/miguel/test/5.6d/mysql-test/var/tmp/mysqld.1 | | tmpdir | /home/miguel/test/5.6d/mysql-test/var/tmp/mysqld.1 | +-----------------------------------------+------------------------------------------------------+ 15 rows in set (0.00 sec) mysql> exit Bye miguel@vbopensuse:~/test/5.6d/bin> cat /etc/SuSE-release openSUSE 13.2 (x86_64) VERSION = 13.2 CODENAME = Harlequin # /etc/SuSE-release is deprecated and will be removed in the future, use /etc/os-release instead miguel@vbopensuse:~/test/5.6d/bin>
[23 Apr 2015 21:17]
Sveta Smirnova
After installing libedit-devel, libncurses6-32bit and ncurses-devel-32bit issue is resolved. You are welcome to either close the bug or change CmakeLists.txt for additional checks.
[17 Jul 2015 13:07]
Georgi Kodinov
Changing category for the extra cmake checks.
[24 Nov 2015 22:49]
MySQL Verification Team
Thank you for the feedback.