Re: [pgadmin-support] Segmentation fault in GUI

Lists: pgadmin-hackerspgadmin-support
From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: Raphaël Enrici <blacknoz(at)club-internet(dot)fr>
Cc: "PgAdmin Hackers" <pgadmin-hackers(at)postgresql(dot)org>, <andrew(at)pillette(dot)com>, <pgadmin-support(at)postgresql(dot)org>, "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>
Subject: Re: [pgadmin-support] Segmentation fault in GUI
Date: 2006-05-08 16:12:15
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E401387FA0@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgadmin-support

> -----Original Message-----
> From: Raphaël Enrici [mailto:blacknoz(at)club-internet(dot)fr]
> Sent: 08 May 2006 17:10
> To: Dave Page
> Cc: PgAdmin Hackers; andrew(at)pillette(dot)com;
> pgadmin-support(at)postgresql(dot)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 file a bug report to Ron. Any
> suggestion to investigate further?

Not offhand.

Regards, Dave.


From: Raphaël Enrici <blacknoz(at)club-internet(dot)fr>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: PgAdmin Hackers <pgadmin-hackers(at)postgresql(dot)org>, andrew(at)pillette(dot)com, pgadmin-support(at)postgresql(dot)org, Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Subject: Re: [pgadmin-support] Segmentation fault in GUI
Date: 2006-05-08 16:50:19
Message-ID: 445F76CB.7070202@club-internet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgadmin-support

Dave Page wrote:
>
>
>
>>-----Original Message-----
>>From: Raphaël Enrici [mailto:blacknoz(at)club-internet(dot)fr]
>>Sent: 08 May 2006 17:10
>>To: Dave Page
>>Cc: PgAdmin Hackers; andrew(at)pillette(dot)com;
>>pgadmin-support(at)postgresql(dot)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 file a bug report to Ron. Any
>>suggestion to investigate further?
>
>
> Not offhand.
>

Ok, I've contacted Ron. I'll tell you.

Raph.


From: Raphaël Enrici <blacknoz(at)club-internet(dot)fr>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: PgAdmin Hackers <pgadmin-hackers(at)postgresql(dot)org>, andrew(at)pillette(dot)com, pgadmin-support(at)postgresql(dot)org, Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Subject: Re: [pgadmin-support] Segmentation fault in GUI
Date: 2006-05-08 19:37:47
Message-ID: 445F9E0B.7040606@club-internet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgadmin-support

Raphaël Enrici wrote:
> Dave Page wrote:
>
>>
>>
>>
>>
>>>-----Original Message-----
>>>From: Raphaël Enrici [mailto:blacknoz(at)club-internet(dot)fr]
>>>Sent: 08 May 2006 17:10
>>>To: Dave Page
>>>Cc: PgAdmin Hackers; andrew(at)pillette(dot)com;
>>>pgadmin-support(at)postgresql(dot)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 file a bug report to Ron. Any
>>>suggestion to investigate further?
>>
>>
>>Not offhand.
>>
>
> Ok, I've contacted Ron. I'll tell you.

Finally, I just rebuilt my packages with the up to date wxWidgets
packages and it does not crash anymore. Any good reasons why I should
rebuild the app? I mean, that the wxWidgets libraries did not change
their internal version number... So, something built with wxWidgets
2.6.1.2 should work with wxWidgets 2.6.3.2.1 without a rebuild?

Please note, that I can read warnings like these in the terminal from
where I launched pgAdmin III:

(pgadmin3:17340): Gdk-CRITICAL **: gdk_drawable_get_depth: assertion
`GDK_IS_DRAWABLE (drawable)' failed

(pgadmin3:17340): Gtk-CRITICAL **: gtk_pixmap_set: assertion
`gdk_colormap_get_visual (gtk_widget_get_colormap (GTK_WIDGET (pix
map)))->depth == gdk_drawable_get_depth (GDK_DRAWABLE (val))' failed

@Andrew: could you please try to rebuild the app on your system to see
if it helps?

Regards,
Raph.


From: Andrew Lazarus <andrew(at)pillette(dot)com>
To: Raphaël Enrici <blacknoz(at)club-internet(dot)fr>
Cc: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, PgAdmin Hackers <pgadmin-hackers(at)postgresql(dot)org>, pgadmin-support(at)postgresql(dot)org, Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Subject: Re: [pgadmin-support] Segmentation fault in GUI
Date: 2006-05-08 22:45:23
Message-ID: 445FCA03.5030407@pillette.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgadmin-support

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 the docs and try a pgadmin build?

For the record, most recently I used this wxGTK although I tried others:

http://rpmfind.net/linux/RPM/fedora/extras/4/i386/wxGTK-2.6.3-2.6.3.2.1.fc4.i386.html

> @Andrew: could you please try to rebuild the app on your system to see
> if it helps?
>
> Regards,
> Raph.
>

Attachment Content-Type Size
andrew.vcf text/x-vcard 298 bytes

From: Raphaël Enrici <blacknoz(at)club-internet(dot)fr>
To: andrew(at)pillette(dot)com
Cc: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, PgAdmin Hackers <pgadmin-hackers(at)postgresql(dot)org>, pgadmin-support(at)postgresql(dot)org, Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Subject: Re: [pgadmin-support] Segmentation fault in GUI
Date: 2006-05-09 07:00:33
Message-ID: 44603E11.9060107@club-internet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgadmin-support

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 you like me to go through the docs and try a pgadmin build?

If you have a minute or so, maybe you can try to rebuild the RPMs from
Source RPM?
They are available on our mirrors in the srpm directory.
(http://www.postgresql.org/ftp/pgadmin3/release/v1.4.2/fedora-core-4/srpm/)

It should be relatively straight, something like:
(as root)
rpm -i pgadmin3-1.4.2-1.src.rpm
cd /usr/src/redhat(<-or something else, I don't have FC here)/
rpm -ba ./SPECS/pgadmin3.spec

> For the record, most recently I used this wxGTK although I tried others:
>
> http://rpmfind.net/linux/RPM/fedora/extras/4/i386/wxGTK-2.6.3-2.6.3.2.1.fc4.i386.html

Ok, so we are using similar version number.

Thanks for your time.
Raphaël


From: Andrew Lazarus <andrew(at)pillette(dot)com>
To: Raphaël Enrici <blacknoz(at)club-internet(dot)fr>
Cc: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, PgAdmin Hackers <pgadmin-hackers(at)postgresql(dot)org>, pgadmin-support(at)postgresql(dot)org, Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Subject: Re: [pgadmin-support] Segmentation fault in GUI
Date: 2006-05-09 17:44:32
Message-ID: 4460D500.7000200@pillette.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgadmin-support

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 Enrici wrote:
> 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 you like me to go through the docs and try a pgadmin build?
>
> If you have a minute or so, maybe you can try to rebuild the RPMs from
> Source RPM?
> They are available on our mirrors in the srpm directory.
> (http://www.postgresql.org/ftp/pgadmin3/release/v1.4.2/fedora-core-4/srpm/)
>
> It should be relatively straight, something like:
> (as root)
> rpm -i pgadmin3-1.4.2-1.src.rpm
> cd /usr/src/redhat(<-or something else, I don't have FC here)/
> rpm -ba ./SPECS/pgadmin3.spec
>
>
>> For the record, most recently I used this wxGTK although I tried others:
>>
>> http://rpmfind.net/linux/RPM/fedora/extras/4/i386/wxGTK-2.6.3-2.6.3.2.1.fc4.i386.html
>>
>
> Ok, so we are using similar version number.
>
> Thanks for your time.
> Raphaël
>
>

Attachment Content-Type Size
andrew.vcf text/x-vcard 298 bytes