Comment 1 for bug 552099

Revision history for this message
Christophe Dumez (hydr0g3n) wrote :

This is a known bug in eglibc (used on recent Debian and Ubuntu) and libtorrent v0.15 because it uses vAlloc.
libtorrent v0.15 can easily be patched to use posix_memalign instead of vAlloc and avoid this issue.

Did you compile libtorrent v0.15 yourself?