[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: mysql gui core dump on Solaris 2.8
> Hi!
>
> It is from the bug in MySQL++.
>
> I am sending you a patch in direct mail.
>
>
> Regards,
>
> Sinisa
Thanks for the patch. It solved the core dump, but now mysql_real_connect()
is failing rather than core dumping.
connection.cc then throws an exception, but the exception catching code in
the GUI doesn't catch BadQuery(error())
Do I need to compile either the GUI or MySQL++ differently to properly catch
the exception?
Also, I can log in via commandline, so I'm not sure why I can't log in w/o
getting an exception. I did notice the code was sending in an empty db
string to mysql_real_connect(). Do I need some type of config file setup?
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <mysql-thread69360@xxxxxxxxxxxxxxx>
To unsubscribe, e-mail <mysql-unsubscribe-treed=ultraviolet.org@xxxxxxxxxxxxxxx>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
This mailing list archive is a service of Copilot Consulting.