Hi, I am using gnucash 1.3.8. Whenever I try to import a QIF file, I get a segfault. I have narrowed it down to occuring on line 620 of dialog-qif-import.c. I do not know GTK or Scheme so I fear I may be of little help with debugging. However, I looked at it with gdb and this is what I saw: Breakpoint 4, update_file_page (wind=0x12040e670) at dialog-qif-import.c:620 620 gtk_list_select_child(GTK_LIST(wind->selected_file_list), new_list_item); Current language: auto; currently c (gdb) print wind $1 = (QIFImportWindow *) 0x12040e670 (gdb) print wind->selected_file_list $2 = (GtkWidget *) 0x120411980 (gdb) print new_list_item $3 = (GtkWidget *) 0x120434390 (gdb) step Program received signal SIGSEGV, Segmentation fault. 0x200023add80 in scm_deval () from /usr/lib/libguile.so.6 This is running on a 64-bit DEC Alpha with Debian. -- John -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]