[pypy-issue] [issue1199] psycopg2ct 2.4.4 segmentation fault on Ubuntu 12.04 64-bit

Choongmin Lee tracker at bugs.pypy.org
Sun Jul 1 19:26:37 CEST 2012


New submission from Choongmin Lee <choongmin at me.com>:

On PyPy 1.8:

$ /opt/pypy-1.8/bin/pypy
Python 2.7.2 (0e28b379d8b3, Feb 09 2012, 19:41:03)
[PyPy 1.8.0 with GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
And now for something completely different: ``When your hammer is C++,
everything begins to look like a thumb.''
>>>> import psycopg2ct
>>>> conn = psycopg2ct.connect(...)
>>>>

On PyPy 1.9:

$ /opt/pypy-1.9/bin/pypy
Python 2.7.2 (341e1e3821ff, Jun 07 2012, 15:38:48)
[PyPy 1.9.0 with GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
And now for something completely different: ``it seems to me that once you
settle on an execution / object model and / or bytecode format, you've already
decided what languages (where the 's' seems superfluous) support is going to be
first class for''
>>>> import psycopg2ct
>>>> conn = psycopg2ct.connect(...)
Segmentation fault (core dumped)
$

----------
messages: 4523
nosy: choongmin, pypy-issue
priority: bug
release: 1.9
status: unread
title: psycopg2ct 2.4.4 segmentation fault on Ubuntu 12.04 64-bit

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1199>
________________________________________


More information about the pypy-issue mailing list