Krzysztof, 2007/4/25, Krzysztof Kulicki <ksysia at gmail.com>: > # ./c2s -D -c /opt/nobjabber/etc/jabberd/c2s.xml ... > Segmentation Fault (core dumped) Please try running your c2s inside of gdb: # gdb ./c2s -D -c ... (as above) At the (gdb) prompt just enter 'run' and try to decode the output :) Peter