[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-04-02 Thread Steve Langasek
I believe this bug is now resolved in hardy, with a new version of mysql-query-browser that has built successfully on all architectures. ** Changed in: mysql-query-browser (Ubuntu) Status: Confirmed => Fix Released -- mySQL Query Browser segfaults on AMD64 https://bugs.launchpad.net/bugs/

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-02-10 Thread Koen Beek
It is probable that TJs version (removing the 32 bit libraries from the source) will also solve build problems for other architectures : see bug #157004 -- mySQL Query Browser segfaults on AMD64 https://bugs.launchpad.net/bugs/2382 You received this bug notification because you are a member of Ub

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-02-10 Thread Koen Beek
The changes in this bug should in my opinion not be applied to hardy but only to gutsy Some changes for hardy can be found in bug #183446 (hardy has version 1.2.12 of mysql-query-browser via the mysql-gui-tools source package) -- mySQL Query Browser segfaults on AMD64 https://bugs.launchpad.net

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-02-06 Thread Koen Beek
Hi lnx5246, to install TJs version on a 64bit ubuntu download the following deb file : http://launchpadlibrarian.net/11666950/mysql-query-browser_1.2.5beta- 3ubuntu6%7Eppa2_amd64.deb then install it using the following command : sudo dpkg -i mysql_query*1.2.5beta-3ubuntu6*amd64.deb -- mySQL Q

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-02-05 Thread lnx5246
TJ, I just installed MySql Query browser and got the same segment error. I read your comments on the fix, but as a new Linux user (though experienced computer person) I am not sure how to apply the fix you mention. Can you describe steps to get your patch/fix installed? Help would be gratefully

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-01-30 Thread TJ
mysql-query-browser (1.2.5beta-3ubuntu7) gutsy-proposed; urgency=low * Fix SIGSEGVs on amd64 in gtk_source_view_new() and others due to building gtksourceview as 32-bit. - mysql-query-browser/source/linux/gtksourceview/Makefile + debian/rules new build section for gtksourceview (clos

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-01-30 Thread TJ
Fixed all three associated issues and confirmed builds locally and via PPA. Available for download from my PPA at https://edge.launchpad.net/~intuitivenipple/+archive mysql-query-browser (1.2.5beta-3ubuntu7) hardy; urgency=low * Fix SIGSEGVs on amd64 in gtk_source_view_new() and others due to

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-01-30 Thread TJ
I've discovered the reason for 32-bit builds failing. It is another by- product of build artefacts being included in the source package and not being cleaned out due to bad grammar in debian/rules. Related reports are: Bug #187438 "FTBFS: undefined reference to `gtksourceview_marshal_VOID__BOXED_

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-01-30 Thread TJ
Please hold off on the debdiffs. There's a build error for the 32-bit package that I'm trying to pin down, although it doesn't occur in the 64-bit package: In function `gtk_source_buffer_class_init': /build/buildd/mysql-query-browser-1.2.5beta/mysql-query-browser/source/linux/gtksourceview/gtksour

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-01-30 Thread TJ
The package is available in my PPA: http://ppa.launchpad.net/intuitivenipple/ubuntu mysql-query-browser (1.2.5beta-3ubuntu6~ppa1) gutsy; urgency=medium -- mySQL Query Browser segfaults on AMD64 https://bugs.launchpad.net/bugs/2382 You received this bug notification because you are a member of U

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-01-30 Thread TJ
mysql-query-browser (1.2.5beta-3ubuntu7) hardy; urgency=low * Fix SIGSEGVs on amd64 in gtk_source_view_new() and others due to building gtksourceview as 32-bit (closes LP #2382). + debian/rules clean: delete mysql-query-browser/source/linux/gtksourceview/Makefile + debian/rules buil

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-01-30 Thread TJ
mysql-query-browser (1.2.5beta-3ubuntu7) gutsy-proposed; urgency=medium * Fix SIGSEGVs on amd64 in gtk_source_view_new() and others due to building gtksourceview as 32-bit (closes LP #2382). + debian/rules clean: delete mysql-query-browser/source/linux/gtksourceview/Makefile + debia

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-01-30 Thread TJ
OK, I've found the problem. Instead of linking to and depending on an external shared library for gtksource view the package relies on gtksourceview 0.8 contained within the mysql-query-browser source package. Unfortunately, whoever created the original source tarball didn't clean the gtksourcevie

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-01-30 Thread TJ
Same issue here with Gutsy x86_64 using "GNOME mysql-query-browser 1.2.5beta" Trying to log into a remote mysql server using TCP. Give query-browser the log-in credentials and press the Connect button. After a short pause with the progress-bar scanning the dialog disappears. When run from a termin

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-01-30 Thread TJ
I've done some preliminary investigations. Looking at the source package the version of gtksourceview shipped in mysql-query-browser is 0.8 whereas the latest version is 1.6, which might indicate there's a few bugs been fixed since! http://gtksourceview.sourceforge.net/ After looking at the amd6

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-01-20 Thread Grishkin
I have almost the same problem, the app segfaults when choosing file->open script on Gutsy amd64, package mysql-query-browser 1.2.5beta- 3ubuntu6. -- mySQL Query Browser segfaults on AMD64 https://bugs.launchpad.net/bugs/2382 You received this bug notification because you are a member of Ubuntu B

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2007-12-30 Thread Sean Hodges
Same problem here, but only when I attempt to launch: File->New Script Tab ...or... File->Open Script... The query browser crashes with a segmentation fault. I'm also running Gutsy AMD64, my query browser is version 1.2.5beta (from repos). (Attached output from strace) ** Attachment added: "st

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2007-12-20 Thread Volans
On Ubuntu Gutsy 64bit I can only see the form to login on mysql localhost server, when I press Connect all disappear without any error. With gdb after a lot of "no debugging symbols found" the only useful part is: [New Thread 1082132816 (LWP 6757)] [Thread 1082132816 (LWP 6757) exited] [New Threa

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2007-12-14 Thread Rémy-Christophe Schermesser
I confirm this too. I use Gutsy on Intel Core Duo with a 64 bit ubuntu. % mysql-query-browser zsh: segmentation fault (core dumped) mysql-query-browser % mysql-query-browser --version

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2007-12-02 Thread Carlos Eduardo Monti
I can confirm this with a clean install of Gutsy on AMD64 as well. Open mysql-query-browser, connect to a remote server and it segfaults: $ mysql-query-browser Segmentation fault (core dumped) $ mysql-query-browser --version GNOME mysql-query-browser 1.2.5beta -- mySQL Query Browser segfaults

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2007-11-24 Thread Wilbur Harvey
I just did a clean install of Gutsy on an amd 64 If I try to connect to a local or remote database using mysql-query-browser, it immediately crashes. I have to look in dmesg to see the segfault error. -- mySQL Query Browser segfaults on AMD64 https://bugs.launchpad.net/bugs/2382 You received thi

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2007-10-31 Thread Christoph von Krüchten
I can confirm that this bug stills seems to exist on Gutsy/AMD64: [...] (no debugging symbols found) [New Thread 1082132816 (LWP 9589)] [Thread 1082132816 (LWP 9589) exited] [New Thread 1082132816 (LWP 9591)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 47069008796096

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2007-07-05 Thread Sebastien Bacher
** Changed in: mysql-query-browser (Ubuntu) Status: Incomplete => New -- mySQL Query Browser segfaults on AMD64 https://bugs.launchpad.net/bugs/2382 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubunt

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2006-11-29 Thread Dellaran
I can also confirm that the problem still exists on Edgy/AMD64. 1. Install mysql-query-browser 1.1.18 from Synaptic. 2. Open mysql-query-browser and open a connection to a remote database. If you specify a default schema in the initial connection window, the app crashes immediately. If not, the

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2006-11-14 Thread Scimon
I can confirm installed from package manager, seg faulting when trying to open a database. Also if booted with a default schema it seg faults immediately. In both case I'm trying to connect to a network server. Not got it set up with a local server yet so can't test it on that. -- mySQL Query Br

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2006-11-07 Thread Simon Schmidig
I can confirm it. -- mySQL Query Browser segfaults on AMD64 https://launchpad.net/bugs/2382 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2006-09-24 Thread MOmega
It seems that it's working now in dapper. I think the bug can be closed. -- mySQL Query Browser segfaults on AMD64 https://launchpad.net/bugs/2382 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2006-09-21 Thread Rocco Stanzione
I can't confirm this, using either set of instructions to reproduce, on amd64 on Edgy. Is this still a problem in dapper? ** Changed in: mysql-query-browser (Ubuntu) Status: Confirmed => Needs Info -- mySQL Query Browser segfaults on AMD64 https://launchpad.net/bugs/2382 -- ubuntu-bugs

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2006-06-12 Thread johnk
I get this segfault when I try to create a table. This happens when I click on "Apply". (I'm also on AMD64.) ** (mysql-query-browser:24452): WARNING **: requested widget 'charset_combo' with the wrong type Segmentation fault -- mySQL Query Browser segfaults on AMD64 https://launchpad.net/bugs