hnesk/browse-ocrd

crash while generating thumbnails

hnesk opened this issue · 1 comments

hnesk commented

As it is not safe to use GTK from several threads, the current approach for generating thumbnails in LazyLoadingPixbufListStore and PagePreviewList is not correct and leads to crashes sometimes, probably because the ListStore is modified by the preloading thread.

hnesk commented

Fixed by eb9b82b