Crash on Linux
Sil3ntStorm opened this issue · 2 comments
Sil3ntStorm commented
When using this on Linux and calling OpenDialog the application instantly terminates
Gtk:ERROR:../../../../gtk/gtkpathbar.c:1754:gtk_path_bar_get_info_callback: assertion failed: (cancellable == file_info->path_bar->priv->get_info_cancellable)
Bail out! Gtk:ERROR:../../../../gtk/gtkpathbar.c:1754:gtk_path_bar_get_info_callback: assertion failed: (cancellable == file_info->path_bar->priv->get_info_cancellable)
when not using gtk but dbus instead there is simply a segmentation fault.
btzy commented
Please share your OS version, and ideally a GitHub Actions link or build script. Also, try out the samples in the test/
directory - if the samples work but your code doesn't work, then you probably aren't calling NFD correctly.
btzy commented
Closing this because there is not enough information to reproduce. Feel free to reopen it when you can provide clear instructions that will allow me to reproduce the crash.