thinkle / gourmet

Gourmet Recipe Manager
GNU General Public License v2.0
338 stars 138 forks source link

Crashes with Memory Fault #503

Closed ockham closed 11 years ago

ockham commented 11 years ago

Converted from SourceForge issue 1252044, submitted by SourceForge user jstrand1 on 2005-08-04 16:47:18 UTC.

First off, really like the application. I just started using it and enjoy it a lot. Using Debian Sarge.

Crashes at different times. Eg crashed while adding ingredients, while adding instructions and when clicking 'View Recipe'. Used the deb you provided and also tried grabbing your source and doing 'dpkg-buildpackage -rfakeroot'. strace attached (split into two files). Command line output here:

$ gourmet Loading gnomeprint failed: trying wx importing wxprinter Loading wx failed: trying lpr

(gourmet:10674): Gnome-CRITICAL **: gnome_program_get_app_id: assertion `program != NULL' failed

(gourmet:10674): GLib-CRITICAL **: g_string_prepend: assertion `val != NULL' failed

(gourmet:10674): Gnome-CRITICAL **: gnome_program_get_app_id: assertion `program != NULL' failed

(gourmet:10674): GConf-CRITICAL **: gconf_escape_key: assertion `arbitrary_text != NULL' failed

(gourmet:10674): GConf-CRITICAL **: gconf_client_add_dir: assertion `gconf_valid_key (dirname, NULL)' failed

(gourmet:10674): Gnome-CRITICAL **: gnome_program_locate_file: assertion `program != NULL' failed

(gourmet:10674): Gnome-CRITICAL **: gnome_program_locate_file: assertion `program != NULL' failed

(gourmet:10674): Gnome-CRITICAL **: gnome_program_get_app_id: assertion `program != NULL' failed

(gourmet:10674): GLib-CRITICAL **: g_string_prepend: assertion val != NULL' failed /usr/share/gourmet/shopgui.py:17: GtkWarning: gtk_accel_map_add_entry: assertion _gtk_accel_path_is_valid (accel_path)' failed self.glade = gtk.glade.XML(os.path.join(gladebase,'shopList.glade')) /usr/share/gourmet/shopgui.py:17: GtkWarning: gtk_widget_set_accel_path: assertion `_gtk_accel_path_is_valid (accel_path)' failed self.glade = gtk.glade.XML(os.path.join(gladebase,'shopList.glade'))

(gourmet:10674): Gnome-CRITICAL **: gnome_program_get_app_id: assertion `program != NULL' failed

(gourmet:10674): GLib-CRITICAL **: g_string_prepend: assertion `val != NULL' failed

(gourmet:10674): Gnome-CRITICAL **: gnome_program_get_app_id: assertion `program != NULL' failed

(gourmet:10674): GLib-CRITICAL **: g_string_prepend: assertion `val != NULL' failed

(gourmet:10674): Gnome-CRITICAL **: gnome_program_get_app_id: assertion `program != NULL' failed

(gourmet:10674): GLib-CRITICAL **: g_string_prepend: assertion `val != NULL' failed

(gourmet:10674): Gnome-CRITICAL **: gnome_program_get_app_id: assertion `program != NULL' failed

(gourmet:10674): GLib-CRITICAL **: g_string_prepend: assertion `val != NULL' failed

(gourmet:10674): Gnome-CRITICAL **: gnome_program_get_app_id: assertion `program != NULL' failed

(gourmet:10674): GLib-CRITICAL **: g_string_prepend: assertion val != NULL' failed /usr/share/gourmet/mnemonic_manager.py:30: GtkWarning: gtk_accel_group_disconnect: assertion GTK_IS_ACCEL_GROUP (accel_group)' failed children = mi.get_children() /usr/share/gourmet/reccard.py:1649: GtkWarning: gtk_combo_box_entry_set_text_column: assertion `entry_box->priv->text_column == -1' failed self.keyBox.set_text_column(0) Memory fault

ockham commented 11 years ago

Submitted by SourceForge user jstrand1 on 2006-01-05 21:56:58 UTC.

Logged In: YES user_id=1112230

I am using 0.8.5.14 now and don't seem to have the problems. I am ok with closing this bug. If I have any issues I will let you know. Thanks.

ockham commented 11 years ago

Submitted by SourceForge user nanotube on 2005-12-21 22:23:13 UTC.

Logged In: YES user_id=1173666

Does this still happen with the newer versions (0.8.5.14 or 0.9.1) ? Original submitter: please respond. Thanks. :)

ockham commented 11 years ago

Submitted by SourceForge user jstrand1 on 2005-08-04 22:26:36 UTC.

Logged In: YES user_id=1112230

gourmet 0.8.5.9

-- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.8-2-386 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages gourmet depends on: ii libgtk2.0-0 2.6.4-3 The GTK+ graphical user interface library ii libgtk2.0-bin 2.6.4-3 The programs for the GTK+ graphical user int ii python 2.3.5-2 An interactive high-level object-o ii python-glade2 2.6.1-2 GTK+ bindings: Glade support ii python-gnome2 2.6.1-1 Python bindings for the GNOME desk ii python-gtk2 2.6.1-2 Python bindings for the GTK+ widge ii python-imaging 1.1.4-3.1 Python Imaging Library ii python2.3-metakit [libmetakit 2.4.9.3-3 Metakit bindings for python2.3

No python2.x-gnome-extras, just needed python-gnome2 (printing works).

ockham commented 11 years ago

Submitted by SourceForge user thomas_hinkle on 2005-08-04 20:46:10 UTC.

Logged In: YES user_id=1030390

Could you let me know what versions of gtk/pygtk/pygnome libraries you're using as well as the version of gourmet? You're getting lots of GLib/GTK warnings that I don't get on my box, which might be clues to the memory fault problems. The relevant packages would be... python2.x-gtk2, python2.x-gnome, python2.x-gnome-extras as well as libgtk2, libgnome, etc.