Fixing wrong return type.

Adding entry in faq.xml about -fomit-frame-pointer.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@488 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-07-07 10:53:40 +00:00
parent 0a56ce6fff
commit a195933a2a
+13
View File
@@ -88,6 +88,19 @@
</para></answer>
</qandaentry>
<qandaentry>
<question><para>
When I try downloading a torrent the client aborts (SIGABRT), what should I do?
</para></question>
<answer><para>
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.
</para></answer>
</qandaentry>
</qandaset>
</article>