Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 84917

Summary: mysql-administrator segmentation fault
Product: Gentoo Linux Reporter: Alcino Dall Igna Junior <alcino>
Component: Current packagesAssignee: Gentoo Linux MySQL bugs team <mysql-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Alcino Dall Igna Junior 2005-03-11 16:58:51 UTC
Trying to access the mysql using mysql-adminstrator gives a seg fault just after the introduction of the password. Using mysql directly it works.

==========================================================
alcino@onix:~ > mysql-administrator
/usr/bin/mysql-administrator: line 9: 10823 Segmentation fault      $MYPATH/mysql-administrator-bin
alcino@onix:~ > mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 22 to server version: 4.0.22

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> quit
Bye


Reproducible: Always
Steps to Reproduce:
1.start mysql-administrator
2.enter user name (root by now) and the password
3.try connect

Actual Results:  
segmentation fault

Expected Results:  
the program working
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-03-11 17:14:28 UTC
could you please enable core dumps and generate a traceback against the core dump?
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-03-12 21:43:07 UTC

*** This bug has been marked as a duplicate of 68635 ***