[issue23340] uClibc C++ exceptions issue

2015-01-29 Thread Alex Potapenko
Changes by Alex Potapenko opotape...@gmail.com: -- title: armv7l C++ exceptions issue - uClibc C++ exceptions issue ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23340

[issue23340] armv7l C++ exceptions issue

2015-01-29 Thread Alex Potapenko
Alex Potapenko added the comment: Thank you for giving me a hint, Eric! Even though you weren't 100% right, your got me thinking in the right direction, and I found out in the end that I have to explicitly link python with libgcc_s on build time. Now everything works fine. This looks like

[issue23340] armv7l C++ exceptions issue

2015-01-28 Thread Alex Potapenko
New submission from 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

[issue23340] armv7l C++ exceptions issue

2015-01-28 Thread Alex Potapenko
Alex Potapenko added the comment: Thank you for your reply, David! I will come back and reopen if I do identify a python bug. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23340