Hello,
There is a bug that seam to crash pgadmin3 on some right click since 1.18.1.
It has been reported downstream on Archlinux here:
https://bugs.archlinux.org/index.php?do=details&action=details.addvote&task_id=38808
And on Debian here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750
On Mon, Jun 18, 2012 at 5:26 AM, Guillaume Lelarge
wrote:
> On Fri, 2012-06-15 at 10:44 -0300, Nelson A. de Oliveira wrote:
>> But a network problem or not, it should handle it more gracefully and
>> not segfault, right?
>
> Right. But I need some informations to know what to look for. Right now,
On Fri, 2012-06-15 at 10:44 -0300, Nelson A. de Oliveira wrote:
> Hi!
>
> On Thu, Jun 14, 2012 at 6:01 PM, Guillaume Lelarge
> wrote:
> > On Thu, 2012-06-14 at 15:29 -0300, Nelson A. de Oliveira wrote:
> >> Sometimes I see my pgadmin3 crashing with a segmentation fault and
> >> today I got a back
Hi!
On Thu, Jun 14, 2012 at 6:01 PM, Guillaume Lelarge
wrote:
> On Thu, 2012-06-14 at 15:29 -0300, Nelson A. de Oliveira wrote:
>> Sometimes I see my pgadmin3 crashing with a segmentation fault and
>> today I got a backtrace from it (attached).
>> Version is Debian's 1.14.2-2
>
> Apparently, you
On Thu, 2012-06-14 at 15:29 -0300, Nelson A. de Oliveira wrote:
> Hi!
>
> Sometimes I see my pgadmin3 crashing with a segmentation fault and
> today I got a backtrace from it (attached).
> Version is Debian's 1.14.2-2
>
Apparently, you were using the query tool, and it crashed when it tried
to r
Hi!
Sometimes I see my pgadmin3 crashing with a segmentation fault and
today I got a backtrace from it (attached).
Version is Debian's 1.14.2-2
Unfortunately I don't know exactly how to reproduce it.
Is it necessary some more kind of information, please?
Thank you!
Best regards,
Nelson
Starting
Postgres 9.0.4
I installed from the visual linux installer
Redhat 6 newest updates
I keep getting the following message when logging into the command psql:
psql (9.0.4)
Type "help" for help.
Segmentation fault (core dumped)
It then kicks me out. I uninstalled the application completely even d
No, I don't. I think they figure this isn't worth their time to investigate
On Mon, Jul 13, 2009 at 10:15 AM, Guillaume Lelarge
wrote:
> Le mercredi 8 juillet 2009 à 22:59:27, Michael Shapiro a écrit :
> > I don't think this is really a PgAdmin problem. PgAdmin is running the
> > postgres fu
Le mercredi 8 juillet 2009 à 22:59:27, Michael Shapiro a écrit :
> I don't think this is really a PgAdmin problem. PgAdmin is running the
> postgres function pg_logdir_ls()
> which is defined (on my server) as:
>
> CREATE OR REPLACE FUNCTION pg_logdir_ls()
> RETURNS SETOF record AS
> '$libdir/adm
I don't think this is really a PgAdmin problem. PgAdmin is running the
postgres function pg_logdir_ls()
which is defined (on my server) as:
CREATE OR REPLACE FUNCTION pg_logdir_ls()
RETURNS SETOF record AS
'$libdir/admin81', 'pg_logdir_ls'
LANGUAGE 'c' VOLATILE STRICT;
So there is some intera
PostgreSQL 8.1.9 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.2.3
20030502 (Red Hat Linux 3.2.3-58)
I am not the admin that installs or runs the server. This server (and the
others below) are at another institution.
NOTE: I have access other servers which do not cause this particular
problem
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Yes I do.
BR,
Pedro Doria Meunier
GSM: +351 96 17 20 188
Skype: pdoriam
Guillaume Lelarge wrote:
> Le mercredi 8 juillet 2009 à 11:06:43, Pedro Doria Meunier a écrit
> :
>> [...] As for me running the below select returns "1".
>>
>
> Can you che
Le mercredi 8 juillet 2009 à 11:06:43, Pedro Doria Meunier a écrit :
> [...]
> As for me running the below select returns "1".
>
Can you check if you still have the error without the adminpack?
--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com
--
Sent via pgadmin-support mailing l
Le mercredi 8 juillet 2009 à 16:09:15, Michael Shapiro a écrit :
> The query
> select count(*) from pg_proc where proname='pg_file_write';
> returns 1
>
Which release of PostgreSQL are you using? Did you change it? (I'm thinking
about a 8.1 to something upgrade). Because the error message says yo
The query
select count(*) from pg_proc where proname='pg_file_write';
returns 1
On Wed, Jul 8, 2009 at 1:42 AM, Guillaume Lelarge wrote:
> Le mardi 7 juillet 2009 à 23:47:18, Michael Shapiro a écrit :
> > I have no idea. Would this be part of the postgres server or part of
> > PgAdmin?
> >
>
> Th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Michael,
you install the admin pack like this:
psql yourdatabase < /usr/share/pgsql/contrib/ adminpack.sql
As for me running the below select returns "1".
As per David suggestion, i.e. building pgadmin3 with debug support,
I'm afraid that my wxWidg
Le mardi 7 juillet 2009 à 23:47:18, Michael Shapiro a écrit :
> I have no idea. Would this be part of the postgres server or part of
> PgAdmin?
>
The adminpack is a contrib module. You need to install it on the server for
pgAdmin to use it. It adds a few functions, like pg_file_write that pgAdmin
I have no idea. Would this be part of the postgres server or part of
PgAdmin?
On Tue, Jul 7, 2009 at 4:02 PM, Guillaume Lelarge wrote:
> Le vendredi 3 juillet 2009 à 20:29:50, Michael Shapiro a écrit :
> > It failed for me as well:
> > ERROR: could not access file "$libdir/admin81": No such file
Le vendredi 3 juillet 2009 à 20:29:50, Michael Shapiro a écrit :
> It failed for me as well:
> ERROR: could not access file "$libdir/admin81": No such file or directory"
>
> However, it did not crash PgAdmin and the server Status window stayed up
> and show records in the Activity portion
>
> I am
On Mon, Jul 6, 2009 at 7:59 PM, Pedro Doria
Meunier wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Fedora 8 32 bits
>
> from uname -a
> Linux c3po 2.6.26.8-57.fc8 #1 SMP Thu Dec 18 19:19:45 EST 2008 i686
> i686 i386 GNU/Linux
Seems to work OK here, albeit on CentOS. Can you rebuild w
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Fedora 8 32 bits
from uname -a
Linux c3po 2.6.26.8-57.fc8 #1 SMP Thu Dec 18 19:19:45 EST 2008 i686
i686 i386 GNU/Linux
BR,
Pedro Doria Meunier
GSM: +351 96 17 20 188
Skype: pdoriam
Dave Page wrote:
> On Mon, Jul 6, 2009 at 4:05 PM, Pedro Doria
On Mon, Jul 6, 2009 at 4:05 PM, Pedro Doria
Meunier wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi Dave,
>
> Postgresql 8.3.7 on remote server x64.
> Client pc: 32bits
> Admin pack installed.
Sorry - what OS is the client?
--
Dave Page
EnterpriseDB UK: http://www.enterprisedb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Dave,
Postgresql 8.3.7 on remote server x64.
Client pc: 32bits
Admin pack installed.
BR,
Pedro Doria Meunier
GSM: +351 96 17 20 188
Skype: pdoriam
Dave Page wrote:
> On Fri, Jul 3, 2009 at 6:36 PM, Pedro Doria
> Meunier wrote:
>> -BEGIN
On Fri, Jul 3, 2009 at 6:36 PM, Pedro Doria
Meunier wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi,
>
> pgAdmin3 ver.1.10.0 rev.7945:7946
>
> Bombs out with a segmentation fault when trying to view 'Tools->Server
> Status'
What server and version? Is the admin pack installed?
-
It failed for me as well:
ERROR: could not access file "$libdir/admin81": No such file or directory"
However, it did not crash PgAdmin and the server Status window stayed up and
show records in the Activity portion
I am running pgAdmin3 ver.1.10.0 (Jun 29 2009, rev.7942:7943M) under windows
XP
O
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
pgAdmin3 ver.1.10.0 rev.7945:7946
Bombs out with a segmentation fault when trying to view 'Tools->Server
Status'
BR,
- --
Pedro Doria Meunier
GSM: +351 96 17 20 188
Skype: pdoriam
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux
I solved the problem.
The solution can be found there
http://forums.gentoo.org/viewtopic-t-484647-highlight-.html
---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMA
Hello,
on my computer (gentoo linux) I tried to install pgadmin via emerge.
When I tried to start pgadmin I get a segmentation fault error. The
gnome debugger gives me that output.
vajolet ~ # gdb /usr/bin/pgadmin3
GNU gdb 6.4
Copyright 2005 Free Software Foundation, Inc.
GDB is free softwa
I can try to find some time for this (I am the only programmer in this
company!), but it's become a lower priority because I got pgadmin up and
running by using an earlier rpm of wxGTK--
ftp://rpmfind.net/linux/fedora/extras/5/i386/wxGTK-2.6.2-5.fc5.i386.rpm
Thanks for your help.
Raphaël Enri
I'm sorry, I've never built pgadmin from source, only installed the rpm.
I uninstalled the wxGTK rpm and I tried to build wxGTK from source and
slam the output libraries into /usr/lib, and I can do that, but what
something is missing or won't link with pgadmin.
Would you like me to go through
Andrew Lazarus wrote:
I'm sorry, I've never built pgadmin from source, only installed the rpm.
I uninstalled the wxGTK rpm and I tried to build wxGTK from source and
slam the output libraries into /usr/lib, and I can do that, but what
something is missing or won't link with pgadmin.
Would y
ROTECTED];
>>>pgadmin-support@postgresql.org; Andreas Pflug
>>>Subject: Re: [pgadmin-support] Segmentation fault in GUI
>>>
>>>Mmmh got a window saying that "it can't initialize the help system".
>>>
>>>I'll do further testing and
Dave Page wrote:
>
>
>
>>-Original Message-
>>From: Raphaël Enrici [mailto:[EMAIL PROTECTED]
>>Sent: 08 May 2006 17:10
>>To: Dave Page
>>Cc: PgAdmin Hackers; [EMAIL PROTECTED];
>>pgadmin-support@postgresql.org; Andreas Pflug
>>Subje
> -Original Message-
> From: Raphaël Enrici [mailto:[EMAIL PROTECTED]
> Sent: 08 May 2006 17:10
> To: Dave Page
> Cc: PgAdmin Hackers; [EMAIL PROTECTED];
> pgadmin-support@postgresql.org; Andreas Pflug
> Subject: Re: [pgadmin-support] Segmentation fault in GUI
&
Dave Page wrote:
>
>
>
>>-Original Message-
>>From: Raphaël Enrici [mailto:[EMAIL PROTECTED]
>>Sent: 07 May 2006 12:46
>>To: PgAdmin Hackers
>>Cc: [EMAIL PROTECTED]; pgadmin-support@postgresql.org; Dave
>>Page; Andreas Pflug
>>Subje
> -Original Message-
> From: Raphaël Enrici [mailto:[EMAIL PROTECTED]
> Sent: 07 May 2006 12:46
> To: PgAdmin Hackers
> Cc: [EMAIL PROTECTED]; pgadmin-support@postgresql.org; Dave
> Page; Andreas Pflug
> Subject: Re: [pgadmin-support] Segmentation fault in
Dear friends,
I confirm this crash on Debian too. Note that it follows a recent
upgrade of the wxWidgets package to 2.6.3.2 (I'll do some further
testing in a moment). A bug report has been opened at d.o. [1]. Clicking
the help menu entry simply crashes the app. Emil Nowak whom openened the
bug ha
you can try (the debugger) ->
]# gdb pagadmin3
and
gdb>run
After u can see where is the problem (which library), my problem whose
in wxGTK.
:-)
---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
su
Any other rpms to suggest? I have the latest wxGTK.
[EMAIL PROTECTED] downloads]$ rpm --query wxGTK
wxGTK-2.6.3-2.6.3.2.1.fc5
[EMAIL PROTECTED] downloads]$ rpm --query wxGTK-devel
wxGTK-devel-2.6.3-2.6.3.2.1.fc5
[EMAIL PROTECTED] downloads]$ rpm --query postgresql
postgresql-8.1.3-1PGDG
[EMAIL PRO
i have install it (pgAdminIII) on Fedora 4 and i have the same
probleme.(segmentation fault)
I resolve this by installing wxGTK, wxGTK-devel (via rpm)
---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster
Fedora Core FC5
pgadmin3 1.4.2 (Mar 25 2006) installed by rpm. Same behavior with 1.4.1.
After reading some postings, installed gtk-qt-engine-0.60-8 via rpm, did not
help
Bug is trivial to reproduce: click on help ? in toolbar or select Help|Bugreport
from menu. I'm sure there are other ways to
Hi,
Sorry about this repost, but I'm still facing a segmentation fault with pgAdmin III 1.2.1 and wxWidgets 2.5.5 on Red Hat Linux 8, and I can't find a workaround.
To avoid a first segmentation fault problem, I've set another Gnome theme. I can now see the pgAdmin splash window, but unfortunat
Hi,
Andreas Pflug wrote:
Francis Labrie wrote:
Following instructions on pgAdmin Web site, I've built and installed both wxWidgets 2.5.5 and pgAdmin III 1.2.1 on Red Hat Linux 8. Unfortunately, I get a segmentation fault on start:
[...]
Sounds like the well-known gtk bug with some themes. Try an
Francis Labrie wrote:
Hi,
Following instructions on pgAdmin Web site, I've built and installed
both wxWidgets 2.5.5 and pgAdmin III 1.2.1 on Red Hat Linux 8.
Unfortunately, I get a segmentation fault on start:
$ gdb /usr/local/pgadmin3/bin/pgadmin3
GNU gdb Red Hat Linux (5.2.1-4)
Copyright 2002
Hi,
Following instructions on pgAdmin Web site, I've built and installed both wxWidgets 2.5.5 and pgAdmin III 1.2.1 on Red Hat Linux 8. Unfortunately, I get a segmentation fault on start:
$ gdb /usr/local/pgadmin3/bin/pgadmin3
GNU gdb Red Hat Linux (5.2.1-4)
Copyright 2002 Free Software Found
Raphaël Enrici wrote:
Hi,
Vasilev Max wrote:
Ian Barwick wrote:
[snip]
This is the problem described here:
http://archives.postgresql.org/pgadmin-hackers/2004-12/msg00146.php
Removing the package named "gtk-qt-engine" or similar solved the
problem for me.
If i removed package gtk-qt-engine then
Ian Barwick wrote:
On Mon, 24 Jan 2005 19:16:44 +0300, Vasilev Max <[EMAIL PROTECTED]> wrote:
Segmentation fault
This is the problem described here:
http://archives.postgresql.org/pgadmin-hackers/2004-12/msg00146.php
Removing the package named "gtk-qt-engine" or similar solved the problem f
Hi,
Vasilev Max wrote:
Ian Barwick wrote:
[snip]
This is the problem described here:
http://archives.postgresql.org/pgadmin-hackers/2004-12/msg00146.php
Removing the package named "gtk-qt-engine" or similar solved the
problem for me.
If i removed package gtk-qt-engine then pgadmin start correct
On Mon, 24 Jan 2005 19:16:44 +0300, Vasilev Max <[EMAIL PROTECTED]> wrote:
> i'm get the last wxWigets (
> http://prdownloads.sourceforge.net/wxwindows/wxAll-2.5.3.tar.bz2 ) and
> patch02 (
> ftp://biolpc22.york.ac.uk/pub/2.5.3/wxWidgets-2.5.3-Patch02.tar.gz )
>
> $ tar xvjf wxAll-2.5.3.tar.bz2; c
i'm get the last wxWigets (
http://prdownloads.sourceforge.net/wxwindows/wxAll-2.5.3.tar.bz2 ) and
patch02 (
ftp://biolpc22.york.ac.uk/pub/2.5.3/wxWidgets-2.5.3-Patch02.tar.gz )
$ tar xvjf wxAll-2.5.3.tar.bz2; cd wxWidgets
$ ./configure --with-gtk --enable-gtk2 --enable-unicode --disable-shared
--e
50 matches
Mail list logo