https://bugzilla.xfce.org/show_bug.cgi?id=15172
--- Comment #22 from alexxcons <[email protected]> --- Nice, thanks for the backtrace ! Hmm, that's a hard one. thunar-tree-model.c:604 does not look suspicious. There is a != NULL check for "iter->user_data" on top. And "node = iter->user_data;" So it looks like "iter->user_data" contains an invalid value. Possibly it is required to initialize iter->user_data with NULL , to ensure that the check triggers. Or it needs to be set to NULL when the related GNode is removed. ... to be further investigated. Here the realted code: https://git.xfce.org/xfce/thunar/tree/thunar/thunar-tree-model.c?h=xfce-4.14#n590 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
