Re: [Gtksql-users] 0.3.2-3 used under Debian, segfaults when connecting to a PostgreSQL database
Brought to you by:
djluff
From: Darryl L. <da...@sn...> - 2003-08-03 12:58:49
|
This should be fixed in CVS now. If you could test that for me on Debian would be great. I'm just building in some scripting support. If this fault seems to be fixed, I'll put out another release as soon as the scripting is finished. There have been a lot of fixes since the 0.3 release, so I'm not surprised that it has problems. This next release should become the new 'stable' version all being well. Thanks, Darryl. Miernik wrote: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >I downloaded >http://cesnet.dl.sourceforge.net/sourceforge/gtksql/gtksql-0.3.2-3.i386.rpm, >converted it to deb with alien, and installed it in a Debian/sid >system. > >I did Database->Connect, filled in all the fields for my PostgreSQL >database, and gtksql segfaulted: > >(gdb) bt >#0 0x4018abdb in g_strdup () from /usr/lib/libglib-1.2.so.0 >#1 0x0805543f in add_field_def () >#2 0x080555cd in DBget_table_def () >#3 0x08053f5c in TablesNewConnection () >#4 0x0804f362 in open_ok_callback () >#5 0x400aa3f3 in gtk_marshal_NONE__NONE () from /usr/lib/libgtk-1.2.so.0 >#6 0x400d9a9e in gtk_signal_remove_emission_hook () from /usr/lib/libgtk-1.2.so.0 >#7 0x400d8f1c in gtk_signal_set_funcs () from /usr/lib/libgtk-1.2.so.0 >#8 0x400d6ea8 in gtk_signal_emit () from /usr/lib/libgtk-1.2.so.0 >#9 0x40049e00 in gtk_button_clicked () from /usr/lib/libgtk-1.2.so.0 >#10 0x4004b36f in gtk_button_get_relief () from /usr/lib/libgtk-1.2.so.0 >#11 0x400aa3f3 in gtk_marshal_NONE__NONE () from /usr/lib/libgtk-1.2.so.0 >#12 0x400d8cce in gtk_signal_set_funcs () from /usr/lib/libgtk-1.2.so.0 >#13 0x400d6ea8 in gtk_signal_emit () from /usr/lib/libgtk-1.2.so.0 >#14 0x40049d44 in gtk_button_released () from /usr/lib/libgtk-1.2.so.0 >#15 0x4004ad0e in gtk_button_get_relief () from /usr/lib/libgtk-1.2.so.0 >#16 0x400aa1c9 in gtk_marshal_BOOL__POINTER () from /usr/lib/libgtk-1.2.so.0 >#17 0x400d8d77 in gtk_signal_set_funcs () from /usr/lib/libgtk-1.2.so.0 >#18 0x400d6ea8 in gtk_signal_emit () from /usr/lib/libgtk-1.2.so.0 >#19 0x4010ca5a in gtk_widget_event () from /usr/lib/libgtk-1.2.so.0 >#20 0x400aa05c in gtk_propagate_event () from /usr/lib/libgtk-1.2.so.0 >#21 0x400a917d in gtk_main_do_event () from /usr/lib/libgtk-1.2.so.0 >#22 0x40152e20 in gdk_wm_protocols_filter () from /usr/lib/libgdk-1.2.so.0 > > >BTW the Debian package in official Debian (0.3 version) also segfaults >when trying to connect to a PostgreSQL database. Always. > > > |