mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-05 17:52:29 +00:00
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:
+13
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user