Description of problem: Opened print dialog, destination "Print to File". Name input is empty, "Save in Folder" says "(None)". When I try to select something from the dropdown to choose a destination, planner crashes. Doesn't matter what I selected. Could correct it by editing .config/planner/planner-print-config. The output-uri was empty, added something like file://Documents/output.pdf, now output folders are selectable without crashes. Version-Release number of selected component: planner-0.14.6-13.fc20 Additional info: reporter: libreport-2.1.11 backtrace_rating: 4 crash_function: gtk_tree_model_get_valist executable: /usr/bin/planner kernel: 3.12.9-301.fc20.x86_64 runlevel: N 5 type: CCpp uid: 1000 Truncated backtrace: Thread no. 1 (10 frames) #0 gtk_tree_model_get_valist at gtktreemodel.c:1470 #1 gtk_tree_model_get at gtktreemodel.c:1432 #2 combo_box_row_separator_func at gtkfilechooserbutton.c:2365 #3 tree_column_row_is_sensitive at gtkcombobox.c:1904 #4 gtk_combo_box_list_button_released at gtkcombobox.c:4160 #5 _gtk_marshal_BOOLEAN__BOXED at gtkmarshalers.c:86 #10 gtk_widget_event_internal at gtkwidget.c:5017 #11 gtk_widget_event at gtkwidget.c:4814 #12 gtk_propagate_event at gtkmain.c:2490 #13 gtk_main_do_event at gtkmain.c:1685
Created attachment 858620 [details] File: backtrace
Created attachment 858621 [details] File: cgroup
Created attachment 858622 [details] File: core_backtrace
Created attachment 858623 [details] File: dso_list
Created attachment 858624 [details] File: environ
Created attachment 858625 [details] File: exploitable
Created attachment 858626 [details] File: limits
Created attachment 858627 [details] File: maps
Created attachment 858628 [details] File: open_fds
Created attachment 858629 [details] File: proc_pid_status
Created attachment 858630 [details] File: var_log_messages
hmm, I can't seem to reproduce this by editing my ~/config/planner/planner-print-config and modifying the line to a bare... output-url= was that what you had a line of just... output-url= ?
Hi Caolan I just checked on a different machine: no problem there. I also copied my planner-print-config to the second machine, because it contained more settings: still no problem. It must be a particular reason on my system. One difference I noticed when I launched planner in a terminal: planner:3637): Gtk-CRITICAL **: gtk_tree_model_filter_get_value: assertion 'GTK_TREE_MODEL_FILTER (model)->priv->stamp == iter->stamp' failed (planner:3637): GLib-GObject-WARNING **: gtype.c:4215: type id '0' is invalid (planner:3637): GLib-GObject-WARNING **: can't peek value table for type '<invalid>' which is not currently referenced Segmentation fault (core dumped) I can see one other difference between the two machines: the machine where planner crashes has a unusual mount: javafs 6291456 4526321 1765136 72% /home/bgiger/WualaDrive Could there be a problem when planner (or the printer dialog) tries to get some metadata from the filesystem but does not get what it expects? I can reproduce the crash whatever I select from the "Save in folder" dropdown. Except when I cancel by clicking somewhere else, then there is no crash. Regards
Very plausible that its related to the mount. I'm unfamiliar with javafs in order to quickly mount something over it to test. Is there a quick howto install and use that somewhere ?
Yes, the software creating the mount is called Wuala. A cross platform cloud storage similar to Dropbox, but with complete client side encryption (never lose the password, nobody can restore it) and deliberate sync folders, backups, time travel and more (hope this was not too much advertising). They provide repositories here (note the fuse group requirement) https://www.wuala.com/en/download/linux To register you have to follow the instructions here https://support.wuala.com/knowledgebase/creating-an-account/ or use this link which earns me a 1GB extra for one year; but don't feel obligated to use this link https://www.wuala.com/en/referral/7A45MKJ3P4F7F53FAPJH Regards Bengt
doesn't reproduce for me with that installed and active either so I'm out of ideas on this one