New issue 2143: xhtml2pdf segfault
https://bitbucket.org/pypy/pypy/issues/2143/xhtml2pdf-segfault

Arkaitz Múgica Islas:

I'm trying to run my webapp, that uses xhtml2pdf, using pypy.

Python 2.7.10 (f3ad1e1e1d6215e20d34bb65ab85ff9188c9f559, Aug 31 2015, 22:23:31)
[PyPy 2.6.1 with GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)] on darwin


No handlers could be found for logger "xhtml2pdf"
Fatal error in cpyext, CPython compatibility layer, calling PySequence_GetItem
Either report a bug or consider not using this particular extension
<OpErrFmt object at 0x10c2aa060>
RPython traceback:
  File "pypy_module_cpyext_api_1.c", line 45303, in PyPySequence_GetItem
  File "pypy_module_cpyext_pyobject.c", line 1302, in BaseCpyTypedescr_realize
  File "pypy_objspace_std_objspace.c", line 4397, in 
allocate_instance__W_ObjectObject
  File "pypy_objspace_std_typeobject.c", line 4245, in 
W_TypeObject_check_user_subclass
Segmentation fault: 11


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to