databases/pgadmin3 is crashing on amd64

2014-07-15 Thread janis
Hello! I am having a problem with databases/pgadmin3 on the most recent -current amd64 snapshot. It crashes trying to view table contents or pressing properties for connection to a server. There is some output to the terminal: (pgadmin3:32709): GLib-GObject-WARNING **: invalid cast from 'GtkFileC

Re: databases/pgadmin3 is crashing on amd64

2014-10-20 Thread janis
Hello, databases/pgadmin3 is still broken. Here is a backtrace: $ gdb pgadmin3 -c pgadmin3.core GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain

Re: databases/pgadmin3 is crashing on amd64

2014-10-20 Thread David Coppa
On Mon, Oct 20, 2014 at 3:27 PM, janis wrote: > Hello, > > databases/pgadmin3 is still broken. Here is a backtrace: Somewhere, it's trying to unlock an unlocked mutex...

Re: databases/pgadmin3 is crashing on amd64

2014-10-20 Thread Stuart Henderson
On 2014/10/20 17:25, David Coppa wrote: > On Mon, Oct 20, 2014 at 3:27 PM, janis wrote: > > Hello, > > > > databases/pgadmin3 is still broken. Here is a backtrace: > > Somewhere, it's trying to unlock an unlocked mutex... I didn't see this before (I am able to make a new connection, connect, and

Re: databases/pgadmin3 is crashing on amd64

2014-10-21 Thread David Coppa
> From: Stuart Henderson > Date: Mon, Oct 20, 2014 at 7:08 PM > Subject: Re: databases/pgadmin3 is crashing on amd64 > To: David Coppa > Cc: janis , OpenBSD Ports > > > On 2014/10/20 17:25, David Coppa wrote: > > On Mon, Oct 20, 2014 at 3:27

Re: databases/pgadmin3 is crashing on amd64

2014-10-21 Thread janis
> >> From: Stuart Henderson >> Date: Mon, Oct 20, 2014 at 7:08 PM >> Subject: Re: databases/pgadmin3 is crashing on amd64 >> To: David Coppa >> Cc: janis , OpenBSD Ports >> >> >> On 2014/10/20 17:25, David Coppa wrote: >>&g

Re: databases/pgadmin3 is crashing on amd64

2014-10-21 Thread Stuart Henderson
On 2014/10/21 16:14, janis wrote: > Thanks, but unfortunately the problem remains. Backtrace looks the same: confirmed here too.

Re: databases/pgadmin3 is crashing on amd64

2014-10-21 Thread David Coppa
On Tue, Oct 21, 2014 at 3:14 PM, janis wrote: > Thanks, but unfortunately the problem remains. Backtrace looks the same: > > (gdb) bt Please recompile databases/pgadmin3 with: $ DEBUG="-ggdb -O0" INSTALL_STRIP= make clean repackage reinstall And repost the backtrace

Re: databases/pgadmin3 is crashing on amd64

2014-10-21 Thread janis
> On Tue, Oct 21, 2014 at 3:14 PM, janis wrote: > >> Thanks, but unfortunately the problem remains. Backtrace looks the same: >> >> (gdb) bt > > Please recompile databases/pgadmin3 with: > > $ DEBUG="-ggdb -O0" INSTALL_STRIP= make clean repackage reinstall > > And repost the backtrace > Here

Re: databases/pgadmin3 is crashing on amd64

2014-10-22 Thread David Coppa
On Tue, Oct 21, 2014 at 4:00 PM, janis wrote: >> On Tue, Oct 21, 2014 at 3:14 PM, janis wrote: >> >>> Thanks, but unfortunately the problem remains. Backtrace looks the same: >>> >>> (gdb) bt >> >> Please recompile databases/pgadmin3 with: >> >> $ DEBUG="-ggdb -O0" INSTALL_STRIP= make clean repac

Re: databases/pgadmin3 is crashing on amd64

2014-10-22 Thread janis
> On Tue, Oct 21, 2014 at 4:00 PM, janis wrote: >>> On Tue, Oct 21, 2014 at 3:14 PM, janis wrote: >>> Thanks, but unfortunately the problem remains. Backtrace looks the same: (gdb) bt >>> >>> Please recompile databases/pgadmin3 with: >>> >>> $ DEBUG="-ggdb -O0" INSTALL_STRIP= make

Re: databases/pgadmin3 is crashing on amd64

2014-10-23 Thread David Coppa
> From: Stuart Henderson > Date: Wed, Oct 22, 2014 at 12:33 PM > Subject: Re: databases/pgadmin3 is crashing on amd64 > To: David Coppa > Cc: Pierre-Emmanuel Andre > > > On 2014/10/22 10:57, David Coppa wrote: > > Please, try the attached patch. > > ok w