Re: Segfault on property dialog for the index.

Lists: pgadmin-hackers
From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Dave Page <dave(dot)page(at)enterprisedb(dot)com>, Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Segfault on property dialog for the index.
Date: 2011-04-28 14:44:36
Message-ID: BANLkTi=9-oN1Afe=cLxtaeFhsCeMVokcbQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers

Hi Dave/Guillaume,

I found a crash on ubuntu, when try to open the properties window for any
index.
I am running pgAdminIII against PG 9.0.2.

Please find the patch to resolve the crash.

Guillaume,

I am really not aware of the collation implementation, but this patch
certainly avoid the crash.
Can you please verify this on your end?

--
Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company<http://www.enterprisedb.com>

*http://www.linkedin.com/in/asheshvashi*<http://www.linkedin.com/in/asheshvashi>

Attachment Content-Type Size
segfault_on_index_properties_dialog.patch application/octet-stream 962 bytes

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
Cc: Dave Page <dave(dot)page(at)enterprisedb(dot)com>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Segfault on property dialog for the index.
Date: 2011-04-28 20:23:18
Message-ID: 4DB9CCB6.20309@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers

Le 28/04/2011 16:44, Ashesh Vashi a écrit :
> Hi Dave/Guillaume,
>
> I found a crash on ubuntu, when try to open the properties window for any
> index.
> I am running pgAdminIII against PG 9.0.2.
>
> Please find the patch to resolve the crash.
>
> Guillaume,
>
> I am really not aware of the collation implementation, but this patch
> certainly avoid the crash.
> Can you please verify this on your end?
>

I did. And you're completely right. Your patch fixed the issue. I
suppose Timon had the same issue. Too bad it won't be in beta 1.
Anyways, thanks for your patch.

--
Guillaume
http://www.postgresql.fr
http://dalibo.com


From: Timon <timosha(at)gmail(dot)com>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Segfault on property dialog for the index.
Date: 2011-04-29 06:23:04
Message-ID: BANLkTi=3-bHWTuQ5YtiaeL3-9zS8EewozQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers

> I did. And you're completely right. Your patch fixed the issue. I
> suppose Timon had the same issue. Too bad it won't be in beta 1.
> Anyways, thanks for your patch.
Yup, it solves my problem. Thanks.

--
All bugs reserved