[PyPy-issue] [issue692] zope.i18nmessageid C extension failes

Vetoshkin Nikita pypy-dev-issue at codespeak.net
Mon Apr 25 19:40:32 CEST 2011


New submission from Vetoshkin Nikita <nikita.vetoshkin at gmail.com>:

(.pypyenv)nekto at darkstar:~/workspace/pyr$ easy_install zope.i18nmessageid
...
(.pypyenv)nekto at darkstar:~/workspace/pyr$ pypy
Python 2.7.0 (1615dfd7d8f1, Apr 20 2011, 02:00:42)
[PyPy 1.5.0-alpha0 with GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
And now for something completely different: ``Python 2.x est presque mort, vive
Python!''
>>>> from zope.i18nmessageid import ZopeMessageFactory as _z_
>>>> foo = _z_('foo')
<StackOverflow object at 0x12dbdb8>
RPython traceback:
  File "implement.c", line 27183, in PyTuple_New
  File "implement_3.c", line 10020, in make_ref
  File "implement_4.c", line 65240, in create_ref
Segmentation fault

This line: s = PyUnicode_Type.tp_new(type, args, NULL); 
from http://goo.gl/SX5nh is being called over and over.

----------
effort: ???
messages: 2407
nosy: nekto0n, pypy-issue
priority: bug
release: ???
status: unread
title: zope.i18nmessageid C extension failes

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue692>
_______________________________________________________



More information about the Pypy-issue mailing list