On 05/10/11 22:09, Iraq Ja wrote: > I've tried that, the output is still the same. Check with gdb where you're crashing. I presume it's now this: g_printerr("List: %S \n", name_list_ptr); I don't know what “%S” means in a format string, but I'm pretty sure passing a GPtrArray * to it will not work. -- Will