diff --git a/doc/faq.xml b/doc/faq.xml index 5e6a8a37..aed0c8c4 100644 --- a/doc/faq.xml +++ b/doc/faq.xml @@ -88,6 +88,19 @@ + + + When I try downloading a torrent the client aborts (SIGABRT), what should I do? + + + Make sure you arn't using "-fomit-frame-pointer" when + compiling libtorrent and rtorrent, this is known to produce + bad code for C++ exception handling. If this doesn't help, run + the client in gdb and use "bt -20" to get a backtrace. Send + this with a bug report. + + +