Отв: Python on armv7l router: C++ exceptions issue

2015-01-29 Thread Alex Potapenko
Found a solution myself. It looks like you have to explicitly link python with libgcc_s during build time to solve this problem. This looks like a uClibc bug Regards,Alex среда, 28 января 2015 19:44 Alex Potapenko писал(а): I run Python on an arm-brcm-linux-uclibcgnueabi router. Pyt

Python on armv7l router: C++ exceptions issue

2015-01-28 Thread Alex Potapenko
I run Python on an arm-brcm-linux-uclibcgnueabi router. Python was cross-compiled using hndtools-arm-linux-2.6.36-uclibc-4.5.3 toolchain. While trying to use deluge, I realised that there's something wrong with handling C++ exceptions in C++ extension modules: they're not being caught at all. I