[issue30478] Python 2.7 crashes in Linux environment

2017-05-25 Thread Nick Coghlan
Nick Coghlan added the comment: Hi HuyK, thanks for the issue report, and in particular the pointers to the key external libraries the script uses. It seems ftd2xx relies on ctypes to wrap an external library, which means that this report falls under the general policy of "triggering a segfaul

[issue30478] Python 2.7 crashes in Linux environment

2017-05-25 Thread HuyK
HuyK added the comment: Hi Louie Lu, You will need a touch-screen device running corresponding firmware in order to run the python application. FYI, I tried to run only weather data fetching or only COM port communication but the crash did not happen. It happens when I run both tasks. Anyway,

[issue30478] Python 2.7 crashes in Linux environment

2017-05-25 Thread Louie Lu
Louie Lu added the comment: Hi Huyk, which version of Python does the error message generated? Also, could you try to provide a minimum reproduce python script and upload it? it will be more easy to debug this problem if we can reproduce this. -- nosy: +louielu ___

[issue30478] Python 2.7 crashes in Linux environment

2017-05-25 Thread HuyK
New submission from HuyK: Hi all, I have a python script to run as a Weather Station application. The python script runs on Raspberry Pi 3 board. It gets weather data from OpenWeatherMap website and sends result to a remote touch-screen device via COM port to display It uses two main librari