Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84917 - mysql-administrator segmentation fault
Summary: mysql-administrator segmentation fault
Status: RESOLVED DUPLICATE of bug 68635
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-11 16:58 UTC by Alcino Dall Igna Junior
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***