A. Tammy

Results 74 comments of A. Tammy

I just tested and I am still getting crashes ``` ** Gtk:ERROR:../../gtk+-3.24.26/gtk/gtkicontheme.c:4047:proxy_pixbuf_destroy: assertion failed: (icon_info->proxy_pixbuf != NULL) Bail out! Gtk:ERROR:../../gtk+-3.24.26/gtk/gtkicontheme.c:4047:proxy_pixbuf_destroy: assertion failed: (icon_info->proxy_pixbuf != NULL) Aborted ```

For the first error for pthread , you need to use a different non-portable extension for openbsd `pthread_set_name_np` - https://man.openbsd.org/pthreads.3#pthread_set_name_np. Note the `_` difference between the error'd function name and...

It will depend on the tool and their licenses. Someone more knowledgeable in licensing will have to take a look at that.

Seems like the solution is to use `st_mtime` instead of `st_ctime` as the response header uses `st_mtime` in the original response but for some reason the comparison for the `if-modified-since`...