[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/2382
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
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

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/bugs/2382
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
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

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 Ubuntu
Bugs, which is a direct subscriber.

-- 
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

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 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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 appreciated?

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 amd64 build log for the package at

http://launchpadlibrarian.net/8189127/buildlog_ubuntu-gutsy-amd64.mysql-
query-browser_1.2.5beta-3ubuntu6_FULLYBUILT.txt.gz

I found this section which seems to suggest a build issue with the
32-bit/64-bit libraries, which would also explain the SIGSEGV's seem for
many 64-bit users of the mysql GUI tools:

x86_64-linux-gnu-g++  -g -O2   -o mysql-query-browser-bin ...
/usr/bin/ld: warning: i386 architecture of input file 
`../../source/linux/gtksourceview/gtksourceview/.libs/libgtksourceview-1.0.a(gtksourcebuffer.o)'
 is incompatible with i386:x86-64 output
/usr/bin/ld: warning: i386 architecture of input file 
`../../source/linux/gtksourceview/gtksourceview/.libs/libgtksourceview-1.0.a(gtksourcetag.o)'
 is incompatible with i386:x86-64 output
/usr/bin/ld: warning: i386 architecture of input file 
`../../source/linux/gtksourceview/gtksourceview/.libs/libgtksourceview-1.0.a(gtksourceview.o)'
 is incompatible with i386:x86-64 output
/usr/bin/ld: warning: i386 architecture of input file 
`../../source/linux/gtksourceview/gtksourceview/.libs/libgtksourceview-1.0.a(gtksourceundomanager.o)'
 is incompatible with i386:x86-64 output
/usr/bin/ld: warning: i386 architecture of input file 
`../../source/linux/gtksourceview/gtksourceview/.libs/libgtksourceview-1.0.a(gtktextregion.o)'
 is incompatible with i386:x86-64 output
/usr/bin/ld: warning: i386 architecture of input file 
`../../source/linux/gtksourceview/gtksourceview/.libs/libgtksourceview-1.0.a(gtksourceregex.o)'
 is incompatible with i386:x86-64 output
/usr/bin/ld: warning: i386 architecture of input file 
`../../source/linux/gtksourceview/gtksourceview/.libs/libgtksourceview-1.0.a(gtksourcelanguage.o)'
 is incompatible with i386:x86-64 output
/usr/bin/ld: warning: i386 architecture of input file 
`../../source/linux/gtksourceview/gtksourceview/.libs/libgtksourceview-1.0.a(gtksourcelanguagesmanager.o)'
 is incompatible with i386:x86-64 output
/usr/bin/ld: warning: i386 architecture of input file 
`../../source/linux/gtksourceview/gtksourceview/.libs/libgtksourceview-1.0.a(gtksourceview-i18n.o)'
 is incompatible with i386:x86-64 output
/usr/bin/ld: warning: i386 architecture of input file 
`../../source/linux/gtksourceview/gtksourceview/.libs/libgtksourceview-1.0.a(gtksourcetagtable.o)'
 is incompatible with i386:x86-64 output
/usr/bin/ld: warning: i386 architecture of input file 
`../../source/linux/gtksourceview/gtksourceview/.libs/libgtksourceview-1.0.a(gtksourcestylescheme.o)'
 is incompatible with i386:x86-64 output
/usr/bin/ld: warning: i386 architecture of input file 
`../../source/linux/gtksourceview/gtksourceview/.libs/libgtksourceview-1.0.a(gtksourcemarker.o)'
 is incompatible with i386:x86-64 output
/usr/bin/ld: warning: i386 architecture of input file 
`../../source/linux/gtksourceview/gtksourceview/.libs/libgtksourceview-1.0.a(gtksourceview-marshal.o)'
 is incompatible with i386:x86-64 output
make[4]: Leaving directory 
`/build/buildd/mysql-query-browser-1.2.5beta/mysql-query-browser/source/linux'

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
terminal window it just reports a Segmentation Fault.

If the schema is specified as part of the log-in credentials there's a
lot of network activity, then when that stops one of the CPUs is running
at close to 100%, and after a few more seconds the SIGSEGV occurs.

Connected using the mysql CLI works fine.

I've found several other reports that are duplicates of this one and
linked them as duplicates. Hopefully that might push the dev's into
investigating since this is a blocker issue.

** Changed in: mysql-query-browser (Ubuntu)
   Importance: Medium = High
   Status: New = Confirmed

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 gtksourceview source-tree first. They left in place the Makefile
specific to the 32-bit build they were working on, which explains the
build-log errors about incompatible architecture libraries.

Also, debian/build is missing a configure section to rebuild
gtksourceview.

I've fixed and tested the required changes locally and it now works
fine. I'm working on updating the package and providing a diff patch.
I'll be putting it in my PPA archive shortly.

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
+ debian/rules build: new section for gtksourceview

 -- TJ [EMAIL PROTECTED]  Wed, 30 Jan 2007 17:00:00 +0100


** Attachment added: mysql-query-browser_1.2.5beta-3ubuntu7.debdiff
   
http://launchpadlibrarian.net/11646935/mysql-query-browser_1.2.5beta-3ubuntu7.debdiff

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 build: new section for gtksourceview

 -- TJ [EMAIL PROTECTED]  Wed, 30 Jan 2007 17:00:00 +0100


** Attachment added: mysql-query-browser_1.2.5beta-3ubuntu7-hardy.debdiff
   
http://launchpadlibrarian.net/11647008/mysql-query-browser_1.2.5beta-3ubuntu7-hardy.debdiff

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is a direct subscriber.

-- 
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

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/gtksourceview/gtksourcebuffer.c:345:
 undefined reference to `gtksourceview_marshal_VOID__BOXED_BOXED'

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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_BOXED'

which when resolved leads to:

Bug #187443 libgtksourceview-1.0.a: No such file or directory

I shall withdraw the current patch debdiff for now and republish it as a
single fix for all three issues (plus any others revealed during the
process).

** Changed in: mysql-query-browser (Ubuntu)
 Assignee: MOTU (motu) = TJ (intuitivenipple)
   Status: Confirmed = In Progress

** Attachment removed: mysql-query-browser_1.2.5beta-3ubuntu7.debdiff

   http://launchpadlibrarian.net/11646935/mysql-query-browser_1.2.5beta-
3ubuntu7.debdiff

** Attachment removed: mysql-query-browser_1.2.5beta-
3ubuntu7-hardy.debdiff

   http://launchpadlibrarian.net/11647008/mysql-query-browser_1.2.5beta-
3ubuntu7-hardy.debdiff

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
building gtksourceview as 32-bit.
- mysql-query-browser/source/linux/gtksourceview/Makefile
+ debian/rules new build section for gtksourceview (closes LP #2382).
+ debian/rules replace -a with -e tests for clean(closes LP #187438).
+ mysql-query-browser/source/linux/gtksourceview/gtksourceview/Makefile.in
  added AR rule to all: to build static library (closes LP #187443).

 -- TJ [EMAIL PROTECTED]  Wed, 31 Jan 2007 00:00:00 +0100

** Attachment added: mysql-query-browser_1.2.5beta-3ubuntu7.hardy.debdiff
   
http://launchpadlibrarian.net/11667013/mysql-query-browser_1.2.5beta-3ubuntu7.hardy.debdiff

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 (closes LP #2382).
+ debian/rules replace -a with -e tests for clean(closes LP #187438).
+ mysql-query-browser/source/linux/gtksourceview/gtksourceview/Makefile.in
  added AR rule to all: to build static library (closes LP #187443).

 -- TJ [EMAIL PROTECTED] Wed, 31 Jan 2007 00:00:00 +0100

** Attachment added: 
mysql-query-browser_1.2.5beta-3ubuntu7.gutsy-proposed.debdiff
   
http://launchpadlibrarian.net/11667019/mysql-query-browser_1.2.5beta-3ubuntu7.gutsy-proposed.debdiff

** Changed in: mysql-query-browser (Ubuntu)
 Assignee: TJ (intuitivenipple) = (unassigned)
   Status: In Progress = Confirmed

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
Bugs, which is a direct subscriber.

-- 
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

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: strace output from mysql-query-browser
   http://launchpadlibrarian.net/11096901/mqb.strace.log

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Thread 1082132816 (LWP 6758)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 47704374675904 (LWP 6754)]
0x0067b076 in gtk_source_view_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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 

GNOME mysql-query-browser 1.2.5beta

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
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

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 (LWP 9350)]
0x0067b076 in gtk_source_view_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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 connection is successful, but the app displays a dialog
telling the user to select a default schema. When you enter the default
schema as directed, the app crashes immediately.

I haven't tried this with a local database.

-- 
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-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 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-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 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-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/2382

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs