[issue22561] PyUnicode_InternInPlace crashes

Jens Troeger report at bugs.python.org
Mon Oct 6 14:30:37 CEST 2014


Jens Troeger added the comment:

Thanks Victor.

I had the suspicion that UNO might set up somewhat incorrectly, and consequently cause this problem. To answer your questions:

- Debug symbols: agreed. I haven't built a vanilla Python with symbols yet. I'm using MacPorts default Python 3.3.

- Yes, this is Python on Mac using MacPorts.

- Yes, UNO is compatible with Python 3.3. When you install LibreOffice (on Mac) then it ships with a Python 3.3 interpreter. Interestingly, using THAT interpreter the crash does not happen when I import the module, but it does happen -- on occasion -- upon exiting. However, I do not know what options Python is compiled with for LibreOffice.

Shall I bounce this issue back to the LibreOffice folks and see if I can find whoever owns that piece of code?  (If anybody does...)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22561>
_______________________________________


More information about the Python-bugs-list mailing list