Bug #21046 mysql query broswer compilation issues
Submitted: 13 Jul 2006 20:24 Modified: 1 Oct 2006 7:11
Reporter: David Waggle Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Query Browser Severity:S2 (Serious)
Version:1.1.18 OS:Linux (Slackware Linux 10.2)
Assigned to: Alfredo Kojima CPU Architecture:Any

[13 Jul 2006 20:24] David Waggle
Description:
root@hell:/mnt/hdd2# mysql-query-browser
*** glibc detected *** double free or corruption (out): 0x0825df08 ***
/usr/local/bin/mysql-query-browser: line 20: 20270 Aborted                 $PRG-bin

This is the message I receive after successful compilation and installation.

I have tried the binary packages as well and i got a message that "GLIBCXX_3.4.4 not found in libstdc++.so.6" or something to that effect. So I upgraded to gcc-3.4.6 and proceeded to compile it.

I am using Slackware 10.2 with a Dropline-Gnome 2.14.x installation. I realize the Gnome2 and slackware don't exactly get along, but I have no issues in running Gnome in this environment. I don't see much documentation anywhere regarding the specific requirements of the query browser outside of the ./configure file itself.

now, when the configure script calls pkg-config for the version information on libraries, et al...for example, libgtkhtml-3.0...i have libgtkhtml-3.8 installed or at least have libgtkhtml-3.8.pc, but it rejects configuration for libgtkhtml-3.0.pc...this i am not clear on and it occurs not only in your code for this application, but in the gnome2 sources as well...as gnome2 has an enourmous codebase, i'm rather lost in the why here.

I am using glibc-2.3.6, gcc-3.4.6, and dropline-gnome 2.14.x. The source does configure and compile on this system, the binaries it produces will not run, nor will the binaries you've produced run. I am proceeding to update glibc for other reasons to 2.4.

How to repeat:
see previous
[1 Sep 2006 7:11] Alfredo Kojima
Please run the binary on gdb and post a backtrace here. 

Also, if you have libgtkhtml-3.8.pc, you should pass
--with-gtkhtml=libgtkhtml-3.8 to the configure script.
You can also try with libgtkhtml-2.0, which doesn't require
as much gnome2 stuff as the 3.x series.
[1 Oct 2006 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".