I'm getting a segfault when using %f (filename) to display files. FWIW, my set is a bunch of videos, some with Asian text in the filename, like as follows: Malats - Serenata Espanola (리 지에 연주).wmv It immediately segfaults when scanning the files for info, i.e. when I scroll through the list for the first time. (Incidentally, it seems like it should do this automatically for the displayed files when you first load, rather than waiting for me to scroll.)
hmm, not really sure why. backtrace?
I'm still not sure what output is helpful from gdb, so this may be a bit verbose: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 14027)] 0x40493f55 in g_string_insert_c () from /usr/lib/libglib-2.0.so.0 (gdb) bt #0 0x40493f55 in g_string_insert_c () from /usr/lib/libglib-2.0.so.0 #1 0x08bcba28 in ?? () #2 0x4000b030 in _dl_rtld_di_serinfo () from /lib/ld-linux.so.2 #3 0x0806fea9 in xfmedia_gtkimage_load () #4 0x0000002f in ?? ()
hmm, something doesn't look right. perhaps your source doesn't match your binary? i dunno. anyway, it's only really useful if compiled with --enable-debug=yes ... which i'm considering forcing enabled for releases for a while...
fixed in CVS. i'd just like to say that i feel like a total dumbass for this one.
Well, thanks for fixing. When I make nice programs like you, then we could talk about the dumbass name, but until then... :P