Обсуждение: Crash when editing object properties

Поиск
Список
Период
Сортировка

Crash when editing object properties

От
Ivan Nejgebauer
Дата:
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

От
"Dave Page"
Дата:

> -----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

От
"Diego A. Gil"
Дата:
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

От
Andreas Pflug
Дата:
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

От
Ivan Nejgebauer
Дата:
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.