[issue38814] Python3.7.5 crashes on OSX with my django project

2019-11-17 Thread László Károlyi
László Károlyi added the comment: Hey, the problem normalized after installing the newest version of cryptography, with which I could reproduce the same problem too. It turned out that asn1crypto wasn't even needed in my project. Sorry for the inconvenience, and thank you for your help

[issue38814] Python3.7.5 crashes on OSX with my django project

2019-11-16 Thread László Károlyi
László Károlyi added the comment: Upon reinstalling openssl with homebrew, I get the following info: -- openssl is keg-only, which means it was not symlinked into /usr/local, because Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries. If you need

[issue38814] Python3.7.5 crashes on OSX with my django project

2019-11-16 Thread László Károlyi
László Károlyi added the comment: Here's an md5sum of /usr/lib/libcrypto.dylib: MD5 (/usr/lib/libcrypto.dylib) = d19ca8b227c32d30f92ed0665dfe73d0 -- ___ Python tracker <https://bugs.python.org/issue38

[issue38814] Python3.7.5 crashes on OSX with my django project

2019-11-16 Thread László Károlyi
László Károlyi added the comment: As I'm triangulating the problem down, I can now reproduce the problem without running django: python -X faulthandler -c 'from asn1crypto._perf import _big_num_ctypes' gives the output: Fatal Python error: Aborted Current thread 0x000117155dc0 (most

[issue38814] Python3.7.5 crashes on OSX with my django project

2019-11-16 Thread László Károlyi
László Károlyi added the comment: So after making the changes, recompiling everything and using `python -X faulthandler backend/manage.py runserver --nothreading --noasgi --noreload` to start django without the autoreloader that hides the crashed process' output, here's what I get: File

[issue38814] Python3.7.5 crashes on OSX with my django project

2019-11-16 Thread László Károlyi
László Károlyi added the comment: Hello, the only C extension I use is xapian and mysql (with mariadb), xapian comes from their own git repo, and mariadb comes from mysqlclient, both (and everything else I don't know about) compile with the python 3.7.5 I installed within a venv. I'll try

[issue38814] Python3.7.5 crashes on OSX with my django project

2019-11-15 Thread László Károlyi
New submission from László Károlyi : Hey, I have a huge Django project that starts up fine with the dev server on Linux and in production that is also Linux. Whenever I try to start it on my OSX, the python process crashes with a SIGABRT and I get a crash window from OSX. I use homebrew

[issue18378] locale.getdefaultlocale() fails on Mac OS X with default language set to English

2016-10-12 Thread László Károlyi
László Károlyi added the comment: OSX Sierra + Python, the bug still exists. subscribing -- nosy: +karolyi ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue26664] Misuse of $ in activate.fish of venv

2016-07-01 Thread László Károlyi
László Károlyi added the comment: +1 here, broken on homebrew cpython > 3.5.1 (a.k.a. 3.5.2) -- nosy: +karolyi ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.or