Paul Brossier wrote:
#8 0x00002aaaabbba435 in IA__gtk_file_chooser_dialog_new ( title=0x7fff00000000 <Address 0x7fff00000000 out of bounds>, parent=0x1,
This `title=0x7fff00000000` is odd since in the following function arguments `title` is show as expected #7 0x00002aaaabbba361 in gtk_file_chooser_dialog_new_valist ( title=0x4def6d "Choose a DV or SMIL file", parent=0x0, action=GTK_FILE_CHOOSER_ACTION_OPEN, backend=0x1153520 "0?\023\001", first_button_text=0x1 <Address 0x1 out of bounds>, varargs=0x7fffff81dc40) at gtkfilechooserdialog.c:592
mmh, please try again the packages at piem.org which includes the attached patch.
I also confirm that your last patch did not solve the problem. I've also installed libglib2.0-0-dbg, backtrace is the following: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 46912583343296 (LWP 32709)] 0x00002aaaae18bc00 in strlen () from /lib/libc.so.6 (gdb) bt #0 0x00002aaaae18bc00 in strlen () from /lib/libc.so.6 #1 0x00002aaaad13bea2 in IA__g_strdup ( str=0x7fff00000000 <Address 0x7fff00000000 out of bounds>) at gstrfuncs.c:90 #2 0x00002aaaac640292 in value_collect_string (value=0x140e5f8, n_collect_values=1, collect_values=0x7fffff8aad60, collect_flags=0) at gvaluetypes.c:286 #3 0x00002aaaac6269c1 in IA__g_object_new_valist (object_type=13581952, first_property_name=0xc638c0 "\020\002dāā*", var_args=0x7fffff8aade0) at gobject.c:1014 #4 0x00002aaaac626193 in IA__g_object_new (object_type=13581952, first_property_name=0x2aaaabd6c334 "label") at gobject.c:823 #5 0x00002aaaabb60ad9 in IA__gtk_button_new_from_stock ( stock_id=0x7fff00000000 <Address 0x7fff00000000 out of bounds>) at gtkbutton.c:734 #6 0x00002aaaabba1b66 in IA__gtk_dialog_add_button (dialog=0x140e8c0, button_text=0x7fff00000000 <Address 0x7fff00000000 out of bounds>, response_id=-1373521744) at gtkdialog.c:642 #7 0x00002aaaabbba361 in gtk_file_chooser_dialog_new_valist ( title=0x6c3f80 "Choose a DV or SMIL file", parent=0x0, action=GTK_FILE_CHOOSER_ACTION_OPEN, backend=0x140e8c0 "[EMAIL PROTECTED]", first_button_text=0x1 <Address 0x1 out of bounds>, varargs=0x7fffff8aaf60) at gtkfilechooserdialog.c:592 #8 0x00002aaaabbba435 in IA__gtk_file_chooser_dialog_new ( title=0x7fff00000000 <Address 0x7fff00000000 out of bounds>, parent=0x1, action=4287278432, first_button_text=0x0) at gtkfilechooserdialog.c:625 #9 0x000000000047958d in KinoCommon::getFileToOpen () #10 0x000000000047fcce in KinoCommon::loadFile () ... Max