pypy segfault while playing around with odoo.

Hello Pypy team. i am using latest pypy , to try odoo with pypy , to see if it is compatible enough now . it fails while compliling gevent and pyscopg but i switched them to gevent>=1.1 psycopg2cffi>=2.5.4 . that get it going to the point that odoo able to run. But i got to a stop when creating new db and it crashed with segfault. How can i debug segfaults in pypy. Regards, Phyo.

Hi Phyo, On 16 August 2016 at 20:06, Phyo Arkar <phyo.arkarlwin@gmail.com> wrote:
But i got to a stop when creating new db and it crashed with segfault.
Probably the same issue as: https://bitbucket.org/pypy/pypy/issues/2270/odoo-80-on-pypy-501-cause-segmen...
How can i debug segfaults in pypy.
http://pypy.readthedocs.io/en/latest/faq.html#how-should-i-report-a-bug Armin

Exactly the same problem. OS : Linux (Sabayon Linux ) PyPy : 5.3.1 modified requriements.txt : Babel==1.3 Jinja2==2.7.3 Mako==1.0.1 MarkupSafe==0.23 Pillow==2.7.0 Python-Chart==1.39 PyYAML==3.11 Werkzeug==0.9.6 argparse==1.2.1 decorator==3.4.0 docutils==0.12 feedparser==5.1.3 gdata==2.0.18 gevent>=1.1 #changed greenlet==0.4.7 jcconv==0.2.3 lxml==3.4.1 mock==1.0.1 ofxparse==0.14 passlib==1.6.2 psutil==2.2.0 psycogreen>=1.0 psycopg2cffi>=2.5.4 #changed pyPdf==1.13 pydot==1.0.2 pyparsing==2.0.3 pyserial==2.7 python-dateutil==2.4.0 python-ldap==2.4.19 python-openid==2.2.5 pytz==2014.10 pyusb==1.0.0b2 qrcode==5.1 reportlab==3.1.44 requests==2.6.0 six==1.9.0 suds-jurko==0.6 vatnumber==1.2 vobject==0.6.6 wsgiref==0.1.2 xlwt==0.7.5 On Thu, Aug 18, 2016 at 1:25 PM Armin Rigo <arigo@tunes.org> wrote:

Hi Phyo, On 16 August 2016 at 20:06, Phyo Arkar <phyo.arkarlwin@gmail.com> wrote:
But i got to a stop when creating new db and it crashed with segfault.
Probably the same issue as: https://bitbucket.org/pypy/pypy/issues/2270/odoo-80-on-pypy-501-cause-segmen...
How can i debug segfaults in pypy.
http://pypy.readthedocs.io/en/latest/faq.html#how-should-i-report-a-bug Armin

Exactly the same problem. OS : Linux (Sabayon Linux ) PyPy : 5.3.1 modified requriements.txt : Babel==1.3 Jinja2==2.7.3 Mako==1.0.1 MarkupSafe==0.23 Pillow==2.7.0 Python-Chart==1.39 PyYAML==3.11 Werkzeug==0.9.6 argparse==1.2.1 decorator==3.4.0 docutils==0.12 feedparser==5.1.3 gdata==2.0.18 gevent>=1.1 #changed greenlet==0.4.7 jcconv==0.2.3 lxml==3.4.1 mock==1.0.1 ofxparse==0.14 passlib==1.6.2 psutil==2.2.0 psycogreen>=1.0 psycopg2cffi>=2.5.4 #changed pyPdf==1.13 pydot==1.0.2 pyparsing==2.0.3 pyserial==2.7 python-dateutil==2.4.0 python-ldap==2.4.19 python-openid==2.2.5 pytz==2014.10 pyusb==1.0.0b2 qrcode==5.1 reportlab==3.1.44 requests==2.6.0 six==1.9.0 suds-jurko==0.6 vatnumber==1.2 vobject==0.6.6 wsgiref==0.1.2 xlwt==0.7.5 On Thu, Aug 18, 2016 at 1:25 PM Armin Rigo <arigo@tunes.org> wrote:
participants (2)
-
Armin Rigo
-
Phyo Arkar