This is a discussion on Re: Crash when opening table properties within the pgsql Interfaces Pgadmin Support forums, part of the PostgreSQL category; --> > -----Original Message----- > From: pgadmin-support-owner@postgresql.org > [mailto gadmin-support-owner@postgresql.org] On Behalf Of > Walter Haslbeck > Sent: 05 October ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > -----Original Message----- > From: pgadmin-support-owner@postgresql.org > [mailto > Walter Haslbeck > Sent: 05 October 2005 13:15 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] Crash when opening table properties > > Hello, > > I just compiled the lastest pgadminIII-svn-snapshot and noticed the > following problem: > > when I choose a table in the left tree-widget and select > "properties" on > the context-menu, pgadmin crashes: > > ================================================== =================== > (pgadmin3:3851): Gtk-CRITICAL **: gtk_widget_modify_style: assertion > `GTK_IS_WIDGET (widget)' failed > > (pgadmin3:3851): Gtk-CRITICAL **: gtk_widget_modify_style: assertion > `GTK_IS_WIDGET (widget)' failed > Speicherzugriffsfehler > ================================================== =================== > > The other property-windows (schema, column etc.) are working ok. Yes, I'm seeing a crash as well on line 535 of dlgTable.cpp in GetSQL(). I think I must be too tired though 'cause I cannot see for the life of me what is wrong there. Sorry Andreas, but can you take a look please? Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
| |||
| Dave Page wrote: > > > Yes, I'm seeing a crash as well on line 535 of dlgTable.cpp in GetSQL(). > I think I must be too tired though 'cause I cannot see for the life of > me what is wrong there. Pour another cup of coffee... That code is for 8.1 only, since the autovacuum page is deleted for previous versions. Fix committed to svn. Regards, Andreas ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| ||||
| Andreas Pflug wrote: > Fix committed to svn. Thanks, svn revision 4521 works like a charm! Walter ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |