| Bug #16119 | Segfaults in UserAdministrationPanel | ||
|---|---|---|---|
| Submitted: | 2 Jan 2006 0:23 | Modified: | 26 Feb 2006 18:14 |
| Reporter: | [ name withheld ] | Email Updates: | |
| Status: | No Feedback | Impact on me: | |
| Category: | MySQL Administrator | Severity: | S2 (Serious) |
| Version: | 1.1.5 | OS: | Linux (Linux/Debian) |
| Assigned to: | Alfredo Kojima | CPU Architecture: | Any |
[2 Jan 2006 0:23]
[ name withheld ]
[6 Jan 2006 21:50]
Alfredo Kojima
Hi Adam,
This bug is probably the same one I've fixed a few minutes ago, which oddly just started manifesting itself after moving to gtkmm 2.4
I'll close the bug assuming it's the same, but please reopen if it keeps happening. The change, in case you want to try is in void MAdministrator::set_busy_progress(bool start):
if (start)
+ {
+ if (!_pulse_conn)
_pulse_conn= Glib::signal_timeout().connect(sigc::mem_fun(*this, &MAdministrator::pulse_progress),
10000);
+}
Thanks for the report and the patch!
[6 Jan 2006 21:59]
[ name withheld ]
Hmmm. Still there. Without my patch the program crashes like before and it stalls with the patch for initialized variabled applied. In both cases, your change was added.
[26 Jan 2006 10:39]
Attila Mészáros
Hi, I compiled MySQL Administrator 1.1.6 from source code on Slackware Linux 10.2 (some of the shipped libs, like glib and gtk+ were upgraded), and it produces the same freezing effect. I click on User Administration, and it hangs. Other functions work well.
[26 Jan 2006 15:57]
Paul Wellner Bou
Is there something new about this bug? I tried it with a lot of versions up to 1.1.6 and there is no way to get the User Administration to work. Is there any known workaround?
[26 Jan 2006 18:14]
Jorge del Conde
I was unable to reproduce this bug using 1.1.7. Can you please test it out an tell me if you still run into the same problem ? Thanks
[27 Jan 2006 7:34]
Attila Mészáros
I can't try the (x86, glibc-2.2, static) version, because Slackware 10.2 is shipped with libstdc++.so.5 and this version of MySQL Administrator is linked with libstdc++.so.6. It could be that Administrator depends on other libs, which are also older than the required ones. I couldn't find the source code of Administrator 1.1.7. Where can I download it? I take the time to test it, when U give me a download link :)
[27 Jan 2006 8:27]
Paul Wellner Bou
I tested all versions I was able to get. 1.1.2, 1.1.4, 1.1.5 and 1.1.6. There is no place on the mysql site where you can download previous versions or development versions of the mysql administrator. Where can I geht the 1.1.7?
[27 Feb 2006 0: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".
[27 Feb 2006 9:34]
Paul Wellner Bou
This bug is not fixed. Affected Versions: All 1.1.X i could get. The latest version of mysql-administrator for linux i can find is 1.1.6. I am not able to find the sources for the (windows) version 1.1.9. See #16830.
[27 Feb 2006 15:32]
Paul Wellner Bou
I tried a little bit around with the svn source and got it to build after adding a useless bool argument to the pure virtual methods of the class MGOptions process_options and prepare_options in MGPreferences.h. The latest version of mysql-administrator does not compile with the latest version of mysql-gui-common on linux. I still get a segfault klicking on User Administration. The svn trunk seems affected, too.
