[pgadmin-support] Segmentation fault (possibly wx related)

2014-10-20 Thread Jonatan Cloutier
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

Re: [pgadmin-support] Segmentation fault with pgadmin3

2012-06-19 Thread Nelson A. de Oliveira
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,

Re: [pgadmin-support] Segmentation fault with pgadmin3

2012-06-18 Thread Guillaume Lelarge
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

Re: [pgadmin-support] Segmentation fault with pgadmin3

2012-06-15 Thread Nelson A. de Oliveira
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

Re: [pgadmin-support] Segmentation fault with pgadmin3

2012-06-14 Thread Guillaume Lelarge
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

[pgadmin-support] Segmentation fault with pgadmin3

2012-06-14 Thread Nelson A. de Oliveira
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

[pgadmin-support] Segmentation fault

2011-08-31 Thread Campbell, Lance
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

Re: [pgadmin-support] Segmentation fault

2009-07-13 Thread Michael Shapiro
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

Re: [pgadmin-support] Segmentation fault

2009-07-13 Thread Guillaume Lelarge
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

Re: [pgadmin-support] Segmentation fault

2009-07-08 Thread Michael Shapiro
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

Re: [pgadmin-support] Segmentation fault

2009-07-08 Thread Michael Shapiro
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

Re: [pgadmin-support] Segmentation fault

2009-07-08 Thread Pedro Doria Meunier
-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

Re: [pgadmin-support] Segmentation fault

2009-07-08 Thread Guillaume Lelarge
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

Re: [pgadmin-support] Segmentation fault

2009-07-08 Thread Guillaume Lelarge
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

Re: [pgadmin-support] Segmentation fault

2009-07-08 Thread Michael Shapiro
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

Re: [pgadmin-support] Segmentation fault

2009-07-08 Thread Pedro Doria Meunier
-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

Re: [pgadmin-support] Segmentation fault

2009-07-07 Thread Guillaume Lelarge
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

Re: [pgadmin-support] Segmentation fault

2009-07-07 Thread Michael Shapiro
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

Re: [pgadmin-support] Segmentation fault

2009-07-07 Thread Guillaume Lelarge
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

Re: [pgadmin-support] Segmentation fault

2009-07-07 Thread Dave Page
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

Re: [pgadmin-support] Segmentation fault

2009-07-06 Thread Pedro Doria Meunier
-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

Re: [pgadmin-support] Segmentation fault

2009-07-06 Thread Dave Page
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

Re: [pgadmin-support] Segmentation fault

2009-07-06 Thread Pedro Doria Meunier
-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

Re: [pgadmin-support] Segmentation fault

2009-07-06 Thread Dave Page
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? -

Re: [pgadmin-support] Segmentation fault

2009-07-03 Thread Michael Shapiro
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

[pgadmin-support] Segmentation fault

2009-07-03 Thread Pedro Doria Meunier
-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

Re: [pgadmin-support] Segmentation fault error

2007-02-19 Thread Markus Innerebner
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

[pgadmin-support] Segmentation fault error

2006-11-09 Thread Markus Innerebner
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

Re: [pgadmin-hackers] [pgadmin-support] Segmentation fault in GUI

2006-05-09 Thread Andrew Lazarus
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

Re: [pgadmin-hackers] [pgadmin-support] Segmentation fault in GUI

2006-05-09 Thread Andrew Lazarus
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

Re: [pgadmin-hackers] [pgadmin-support] Segmentation fault in GUI

2006-05-09 Thread Raphaël Enrici
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

Re: [pgadmin-hackers] [pgadmin-support] Segmentation fault in GUI

2006-05-08 Thread Raphaël Enrici
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

Re: [pgadmin-support] Segmentation fault in GUI

2006-05-08 Thread Raphaël Enrici
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

Re: [pgadmin-support] Segmentation fault in GUI

2006-05-08 Thread Dave Page
> -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 &

Re: [pgadmin-support] Segmentation fault in GUI

2006-05-08 Thread Raphaël Enrici
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

Re: [pgadmin-support] Segmentation fault in GUI

2006-05-08 Thread Dave Page
> -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

Re: [pgadmin-support] Segmentation fault in GUI

2006-05-07 Thread Raphaël Enrici
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

Re: [pgadmin-support] Segmentation fault in GUI

2006-04-30 Thread hferrag
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

Re: [pgadmin-support] Segmentation fault in GUI

2006-04-28 Thread andrew
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

Re: [pgadmin-support] Segmentation fault in GUI

2006-04-28 Thread hferrag
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

[pgadmin-support] Segmentation fault in GUI

2006-04-27 Thread andrew
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

Re: [pgadmin-support] Segmentation fault on Red Hat Linux 8

2005-04-18 Thread Francis Labrie
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

Re: [pgadmin-support] Segmentation fault on Red Hat Linux 8

2005-04-14 Thread Francis Labrie
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

Re: [pgadmin-support] Segmentation fault on Red Hat Linux 8

2005-04-14 Thread Andreas Pflug
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

[pgadmin-support] Segmentation fault on Red Hat Linux 8

2005-04-14 Thread Francis Labrie
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

Re: [pgadmin-support] Segmentation fault

2005-01-28 Thread Andreas Pflug
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

Re: [pgadmin-support] Segmentation fault

2005-01-25 Thread Vasilev Max
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

Re: [pgadmin-support] Segmentation fault

2005-01-25 Thread Raphaël Enrici
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

Re: [pgadmin-support] Segmentation fault

2005-01-24 Thread Ian Barwick
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

[pgadmin-support] Segmentation fault

2005-01-24 Thread Vasilev Max
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