Bug #577 Trying just basic operations causes a segmentation fault
Submitted: 3 Jun 2003 16:39 Modified: 21 Aug 2003 16:10
Reporter: Jim Birkenmaier Email Updates:
Status: Closed Impact on me:
None 
Category:MySQLCC Severity:S1 (Critical)
Version:0.9.2-Beta OS:Linux (RedHat 9.0)
Assigned to: CPU Architecture:Any

[3 Jun 2003 16:39] Jim Birkenmaier
Description:
Just trying to perform simple operations causes mysqlcc to abort. I tried to login. As it was trying to connect: segmentation fault. I tried to add a user. Result: segmentation fault. The program is pretty much unusable. There is no core file generated so I don't have any way to provide you with more information.

How to repeat:
Start up program and start doing things.
[5 Jun 2003 4:07] Indrek Siitan
This kind of behaviour is usually caused by library version conflicts or similar.

Core file generation doesn't depend on the program, but rather your 'ulimit -c' settings. Can you 
check that the -c setting of ulimit (maximum core file size) is >0 and try creating a core dump?
[5 Jun 2003 13:50] Jim Birkenmaier
I have emailed the core file to "tfr@mysql.com".
[5 Jun 2003 17:01] Jim Birkenmaier
One interesting thing to note is that when I start mysqlcc I get the following message displayed:

Xlib: extension "GLX" missing on display "0.0"

I checked my /etc/X11/XF86Config file and I do load glx there. The program comes up ok and looks ok. I just can't do much with it after that. How do I get rid of this error message?
[5 Jun 2003 20:23] Jim Birkenmaier
Update: I fixed the "Xlib: extension GLX not loading" problem and the core dumps still occur.
[21 Aug 2003 16:10] Jorge del Conde
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html