Created attachment 4339 gdb log When open image file from 'Recently Used' in Open dialog, segmentation fault occurs. Steps to reproduce: 1) Choose File > Open 2) Click 'Recently used' and click a file. Version: Ristretto git-ebc1bed Build & Platform: Build 2012-04-18 on ArchLinux Additional info: gdb log attached
Can you run it in gdb and then run the command 'backtrace' in gdb? I need a call-stack to figure out where it dies.
Created attachment 4345 backtrace Oops, sorry. Attached backtrace.
I think this is a bug in xfconf, introduced with commit http://git.xfce.org/xfce/xfconf/commit/?id=84e4df3e0703fc4487a2996f0e2db569776e620e Can you try to reproduce this with xfconf 4.9.0?
xfconf I use is git-13455e6 (Built at 2012-04-18).
Oops, you mean try to downgrade xfconf to 4.9.0, don't you. This issue doesn't occur with xfconf 4.9.0.
Ok, I should submit a bugreport for xfconf. xfconf_channel_set_string no longer accepts NULL arguments as values, this causes the thing to crash. - This is a problem, because string gvalues can be set to NULL. The combination with xfconf_channel_bind causes this crash.
MM ok, will fix this.
Fixed in 1ac5524.