Thread: Crash when editing object properties

Crash when editing object properties

From
Ivan Nejgebauer
Date:
This should be reproducible:

1. Connect to the database of your choice.

2. Navigate to the "Tables" node in the tree view and select it. The 
list of tables appears in the upper right pane.

3. Select a table in the upper right pane.

4. Click the "Display/Edit Properties" button in the toolbar. *BOOM*

This also happens with table columns, functions and trigger functions, 
but interestingly, not always with sequences.

i.




Re: Crash when editing object properties

From
"Dave Page"
Date:

> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of
> Ivan Nejgebauer
> Sent: 14 September 2004 14:17
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] Crash when editing object properties
>
> This should be reproducible:
>
> 1. Connect to the database of your choice.
>
> 2. Navigate to the "Tables" node in the tree view and select
> it. The list of tables appears in the upper right pane.
>
> 3. Select a table in the upper right pane.
>
> 4. Click the "Display/Edit Properties" button in the toolbar. *BOOM*
>
> This also happens with table columns, functions and trigger
> functions, but interestingly, not always with sequences.

Nope, can't reproduce that here. What platform, server version etc. are
you running?

Regards, Dave


Re: Crash when editing object properties

From
"Diego A. Gil"
Date:
I can reproduce bug in Fedora Core 2, post-beta cvs sources, 12 sep
2004.

Diego.


El mar, 14-09-2004 a las 10:33, Dave Page escribió:
>
> > -----Original Message-----
> > From: pgadmin-support-owner@postgresql.org
> > [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of
> > Ivan Nejgebauer
> > Sent: 14 September 2004 14:17
> > To: pgadmin-support@postgresql.org
> > Subject: [pgadmin-support] Crash when editing object properties
> >
> > This should be reproducible:
> >
> > 1. Connect to the database of your choice.
> >
> > 2. Navigate to the "Tables" node in the tree view and select
> > it. The list of tables appears in the upper right pane.
> >
> > 3. Select a table in the upper right pane.
> >
> > 4. Click the "Display/Edit Properties" button in the toolbar. *BOOM*
> >
> > This also happens with table columns, functions and trigger
> > functions, but interestingly, not always with sequences.
>
> Nope, can't reproduce that here. What platform, server version etc. are
> you running?
>
> Regards, Dave
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
>       joining column's datatypes do not match
>
>



Re: Crash when editing object properties

From
Andreas Pflug
Date:
Diego A. Gil wrote:

>>>
>>>4. Click the "Display/Edit Properties" button in the toolbar. *BOOM*

Confirmed as bug on **ix, patch committed to cvs.
It's FindFocus, my old friend on GTK reporting bogus controls.

Regards,
Andreas


Re: Crash when editing object properties

From
Ivan Nejgebauer
Date:
Andreas Pflug wrote:
>>>> 4. Click the "Display/Edit Properties" button in the toolbar. *BOOM*
> 
> Confirmed as bug on **ix, patch committed to cvs.
> It's FindFocus, my old friend on GTK reporting bogus controls.

I applied the cvs patch and it works. Thanks,

i.