Results 14 comments of Federico Guerra

awaiting instructions on how to provide you further debug info. thanks

kernel alignment options ``` sudo modprobe configs zgrep ALIGN /proc/config.gz # CONFIG_COMPAT_ALIGNMENT_FIXUPS is not set CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y CONFIG_CMA_ALIGNMENT=8 # CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_64B is not set ```

some debug thoughts taken from https://github.com/epics-base/pvDataCPP/issues/84

I've found a workaround: - build the source code of rakshasa/libtorrent with `configure` plus option `--enable-aligned` - of course I had to manually build the rtorrent binary as well against...