[jadmin] jabberd 1.4.4: Segmentation fault!!!

Matthias Wimmer m at tthias.eu
Tue Jan 23 05:26:36 CST 2007


Daniel Vartanov schrieb:
> Backtrace in terms of function calls?! Sorry, how can I get it? Is it 
> enough to quote debug info (run with -D)?

Yes. Backtrace in terms of function calls. You can generate this with 
the gdb debugger.

Run jabberd14 inside this debugger and after it crashed type "bt".

Or you can instruct your operating system to write a core dump after 
jabberd14 crashes and inspect this core dump using gdb.

On linux this would be:

ulimit -c unlimited
bin/jabberd -C etc/jabber.xml
gdb bin/jabberd core
bt

... but I don't know how this maps to FreeBSD.


Tot kijk
     Matthias

-- 
Matthias Wimmer      Fon +49-700 77 00 77 70
Züricher Str. 243    Fax +49-89 95 89 91 56
81476 München        http://ma.tthias.eu/



More information about the JAdmin mailing list